| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: use kstrdup() | Thomas Meyer | 2011-11-06 | 1 | -2/+1 |
* | ACPI / PM: Avoid infinite recurrence while registering power resources | Rafael J. Wysocki | 2011-04-26 | 1 | -0/+4 |
* | ACPI: Remove the wakeup.run_wake_count device field | Rafael J. Wysocki | 2011-02-24 | 1 | -1/+0 |
* | ACPI: Drop device flag wake_capable | Rafael J. Wysocki | 2011-01-12 | 1 | -17/+9 |
* | ACPI: Always check if _PRW is present before trying to evaluate it | Rafael J. Wysocki | 2011-01-12 | 1 | -2/+7 |
* | Merge branch 'wakeup-etc-rafael' into release | Len Brown | 2011-01-12 | 1 | -1/+1 |
|\ |
|
| * | ACPI / PM: Use device wakeup flags for handling ACPI wakeup devices | Rafael J. Wysocki | 2011-01-07 | 1 | -1/+1 |
* | | Merge branch 'power-resource' into release | Len Brown | 2011-01-12 | 1 | -4/+23 |
|\ \ |
|
| * | | ACPI / PM: Register power resource devices as soon as they are needed | Rafael J. Wysocki | 2011-01-12 | 1 | -0/+20 |
| * | | ACPI / PM: Register acpi_power_driver early | Rafael J. Wysocki | 2011-01-12 | 1 | -0/+2 |
| * | | ACPI / PM: Add function for device power state initialization | Rafael J. Wysocki | 2011-01-12 | 1 | -4/+1 |
| |/ |
|
* | | ACPICA: Implicit notify support | Lin Ming | 2011-01-12 | 1 | -1/+1 |
* | | ACPICA: Rename some function and variable names | Lin Ming | 2011-01-12 | 1 | -3/+3 |
|/ |
|
* | ACPI: Execute _PRW for devices reported as inactive or not present | Rafael J. Wysocki | 2010-12-17 | 1 | -37/+60 |
* | Merge branch 'gpe-defer' into release | Len Brown | 2010-10-25 | 1 | -1/+8 |
|\ |
|
| * | ACPI / ACPICA: Defer enabling of runtime GPEs (v3) | Rafael J. Wysocki | 2010-09-24 | 1 | -1/+8 |
* | | ACPI/PNP: A HID value of an object never changes -> make it const | Thomas Renninger | 2010-10-01 | 1 | -3/+2 |
* | | ACPI: Do not export hid/modalias sysfs file for ACPI objects without a HID | Thomas Renninger | 2010-10-01 | 1 | -16/+20 |
|/ |
|
* | ACPI / ACPICA: Do not execute _PRW methods during initialization | Rafael J. Wysocki | 2010-07-12 | 1 | -0/+2 |
* | ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags() | Rafael J. Wysocki | 2010-07-12 | 1 | -2/+3 |
* | ACPICA: Minimize the differences between linux GPE code and ACPICA code base | Lin Ming | 2010-04-20 | 1 | -1/+1 |
*---. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 | 1 | -6/+7 |
|\ \ \ |
|
| | | * | ACPI: use _HID when supplied by root-level devices | Bjorn Helgaas | 2010-04-03 | 1 | -6/+6 |
| |_|/
|/| | |
|
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | acpi: Support IBM SMBus CMI devices | Darrick J. Wong | 2010-03-24 | 1 | -0/+38 |
|/ |
|
* | PCI / ACPI / PM: Platform support for PCI PME wake-up | Rafael J. Wysocki | 2010-02-22 | 1 | -0/+1 |
* | ACPI / PM: Add more run-time wake-up fields | Rafael J. Wysocki | 2010-02-22 | 1 | -10/+27 |
* | ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was found | Thomas Renninger | 2010-01-31 | 1 | -5/+19 |
* | ACPI: Add NULL pointer check in acpi_bus_start | Thomas Renninger | 2010-01-31 | 1 | -0/+3 |
* | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 2009-11-24 | 1 | -1/+1 |
* | ACPI: fix bus scanning memory leaks | Bjorn Helgaas | 2009-10-02 | 1 | -5/+2 |
* | ACPI: simplify building device HID/CID list | Bjorn Helgaas | 2009-09-25 | 1 | -33/+23 |
* | ACPI: remove acpi_device_uid() and related stuff | Bjorn Helgaas | 2009-09-25 | 1 | -18/+0 |
* | ACPI: remove acpi_device.flags.hardware_id | Bjorn Helgaas | 2009-09-25 | 1 | -24/+13 |
* | ACPI: remove acpi_device.flags.compatible_ids | Bjorn Helgaas | 2009-09-25 | 1 | -11/+4 |
* | ACPI: maintain a single list of _HID and _CID IDs | Bjorn Helgaas | 2009-09-25 | 1 | -120/+46 |
* | ACPI: make sure every acpi_device has an ID | Bjorn Helgaas | 2009-09-25 | 1 | -0/+10 |
* | ACPI: use acpi_device_hid() when possible | Bjorn Helgaas | 2009-09-25 | 1 | -3/+3 |
* | ACPI: fix synthetic HID for \_SB_ | Bjorn Helgaas | 2009-09-25 | 1 | -12/+6 |
* | ACPI: handle re-enumeration, when acpi_devices might already exist | Bjorn Helgaas | 2009-09-25 | 1 | -8/+11 |
* | ACPI: factor out device type and status checking | Bjorn Helgaas | 2009-09-25 | 1 | -77/+52 |
* | ACPI: use acpi_walk_namespace() to enumerate devices | Bjorn Helgaas | 2009-09-25 | 1 | -122/+74 |
* | ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE | Bjorn Helgaas | 2009-09-25 | 1 | -7/+13 |
* | ACPI: enumerate namespace before adding functional fixed hardware devices | Bjorn Helgaas | 2009-09-25 | 1 | -2/+2 |
* | ACPI: convert acpi_bus_scan() to operate on an acpi_handle | Bjorn Helgaas | 2009-09-25 | 1 | -17/+17 |
* | ACPI: add acpi_bus_get_parent() and remove "parent" arguments | Bjorn Helgaas | 2009-09-25 | 1 | -13/+37 |
* | ACPI: remove unnecessary argument checking | Bjorn Helgaas | 2009-09-25 | 1 | -6/+2 |
* | ACPI: remove redundant "type" arguments | Bjorn Helgaas | 2009-09-25 | 1 | -7/+7 |
* | ACPI: remove acpi_device_set_context() "type" argument | Bjorn Helgaas | 2009-09-25 | 1 | -17/+15 |
* | ACPI: use device_type rather than comparing HID | Bjorn Helgaas | 2009-09-25 | 1 | -6/+4 |