aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gpe-defer' into releaseLen Brown2010-10-251-1/+8
|\
| * ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki2010-09-241-1/+8
* | ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-011-3/+2
* | ACPI: Do not export hid/modalias sysfs file for ACPI objects without a HIDThomas Renninger2010-10-011-16/+20
|/
* ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki2010-07-121-0/+2
* ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()Rafael J. Wysocki2010-07-121-2/+3
* ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming2010-04-201-1/+1
*---. Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-061-6/+7
|\ \ \
| | | * ACPI: use _HID when supplied by root-level devicesBjorn Helgaas2010-04-031-6/+6
| |_|/ |/| |
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/ |/|
* | acpi: Support IBM SMBus CMI devicesDarrick J. Wong2010-03-241-0/+38
|/
* PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2010-02-221-0/+1
* ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki2010-02-221-10/+27
* ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger2010-01-311-5/+19
* ACPI: Add NULL pointer check in acpi_bus_startThomas Renninger2010-01-311-0/+3
* ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-241-1/+1
* ACPI: fix bus scanning memory leaksBjorn Helgaas2009-10-021-5/+2
* ACPI: simplify building device HID/CID listBjorn Helgaas2009-09-251-33/+23
* ACPI: remove acpi_device_uid() and related stuffBjorn Helgaas2009-09-251-18/+0
* ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas2009-09-251-24/+13
* ACPI: remove acpi_device.flags.compatible_idsBjorn Helgaas2009-09-251-11/+4
* ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas2009-09-251-120/+46
* ACPI: make sure every acpi_device has an IDBjorn Helgaas2009-09-251-0/+10
* ACPI: use acpi_device_hid() when possibleBjorn Helgaas2009-09-251-3/+3
* ACPI: fix synthetic HID for \_SB_Bjorn Helgaas2009-09-251-12/+6
* ACPI: handle re-enumeration, when acpi_devices might already existBjorn Helgaas2009-09-251-8/+11
* ACPI: factor out device type and status checkingBjorn Helgaas2009-09-251-77/+52
* ACPI: use acpi_walk_namespace() to enumerate devicesBjorn Helgaas2009-09-251-122/+74
* ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas2009-09-251-7/+13
* ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas2009-09-251-2/+2
* ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas2009-09-251-17/+17
* ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas2009-09-251-13/+37
* ACPI: remove unnecessary argument checkingBjorn Helgaas2009-09-251-6/+2
* ACPI: remove redundant "type" argumentsBjorn Helgaas2009-09-251-7/+7
* ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas2009-09-251-17/+15
* ACPI: use device_type rather than comparing HIDBjorn Helgaas2009-09-251-6/+4
* ACPI: save device_type in acpi_deviceBjorn Helgaas2009-09-251-0/+1
* ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas2009-09-251-15/+12
* ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas2009-09-251-5/+2
* ACPI: add debug for device additionBjorn Helgaas2009-09-251-2/+10
* ACPI: don't pass handle for fixed hardware notificationsBjorn Helgaas2009-09-191-1/+2
* Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown2009-09-191-5/+0
|\
| * ACPI: remove unused acpi_device_ops .stop methodBjorn Helgaas2009-06-251-5/+0
* | Merge branch 'acpica' into releaseLen Brown2009-09-191-57/+106
|\ \
| * | ACPI: fix NULL bug for HID/UID stringHugh Dickins2009-08-311-8/+12
| * | ACPICA: Fix several acpi_attach_data problemsBob Moore2009-08-271-1/+1
| * | ACPICA: Major update for acpi_get_object_info external interfaceBob Moore2009-08-271-54/+99
| |/
* | Merge branch 'linus' into releaseLen Brown2009-09-191-0/+1
|\ \
| * | ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki2009-09-091-0/+1
| |/
* | Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible"Len Brown2009-09-051-10/+2
|/