aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12ACPI / ACPICA: Do not execute _PRW methods during initializationRafael J. Wysocki1-0/+2
2010-07-12ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()Rafael J. Wysocki1-2/+3
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming1-1/+1
2010-04-06Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into releaseLen Brown1-6/+7
2010-04-03ACPI: use _HID when supplied by root-level devicesBjorn Helgaas1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24acpi: Support IBM SMBus CMI devicesDarrick J. Wong1-0/+38
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki1-0/+1
2010-02-22ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki1-10/+27
2010-01-31ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger1-5/+19
2010-01-31ACPI: Add NULL pointer check in acpi_bus_startThomas Renninger1-0/+3
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
2009-10-02ACPI: fix bus scanning memory leaksBjorn Helgaas1-5/+2
2009-09-25ACPI: simplify building device HID/CID listBjorn Helgaas1-33/+23
2009-09-25ACPI: remove acpi_device_uid() and related stuffBjorn Helgaas1-18/+0
2009-09-25ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas1-24/+13
2009-09-25ACPI: remove acpi_device.flags.compatible_idsBjorn Helgaas1-11/+4
2009-09-25ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas1-120/+46
2009-09-25ACPI: make sure every acpi_device has an IDBjorn Helgaas1-0/+10
2009-09-25ACPI: use acpi_device_hid() when possibleBjorn Helgaas1-3/+3
2009-09-25ACPI: fix synthetic HID for \_SB_Bjorn Helgaas1-12/+6
2009-09-25ACPI: handle re-enumeration, when acpi_devices might already existBjorn Helgaas1-8/+11
2009-09-25ACPI: factor out device type and status checkingBjorn Helgaas1-77/+52
2009-09-25ACPI: use acpi_walk_namespace() to enumerate devicesBjorn Helgaas1-122/+74
2009-09-25ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas1-7/+13
2009-09-25ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas1-2/+2
2009-09-25ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas1-17/+17
2009-09-25ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas1-13/+37
2009-09-25ACPI: remove unnecessary argument checkingBjorn Helgaas1-6/+2
2009-09-25ACPI: remove redundant "type" argumentsBjorn Helgaas1-7/+7
2009-09-25ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas1-17/+15
2009-09-25ACPI: use device_type rather than comparing HIDBjorn Helgaas1-6/+4
2009-09-25ACPI: save device_type in acpi_deviceBjorn Helgaas1-0/+1
2009-09-25ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas1-15/+12
2009-09-25ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas1-5/+2
2009-09-25ACPI: add debug for device additionBjorn Helgaas1-2/+10
2009-09-19ACPI: don't pass handle for fixed hardware notificationsBjorn Helgaas1-1/+2
2009-09-19Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown1-5/+0
2009-09-19Merge branch 'acpica' into releaseLen Brown1-57/+106
2009-09-19Merge branch 'linus' into releaseLen Brown1-0/+1
2009-09-09ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki1-0/+1
2009-09-05Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible"Len Brown1-10/+2
2009-08-31ACPI: fix NULL bug for HID/UID stringHugh Dickins1-8/+12
2009-08-27ACPICA: Fix several acpi_attach_data problemsBob Moore1-1/+1
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-54/+99
2009-06-25ACPI: remove unused acpi_device_ops .stop methodBjorn Helgaas1-5/+0
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen Brown1-39/+30
2009-06-23ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui1-12/+8
2009-06-17ACPI: clean up whitespace in drivers/acpi/scan.cAlex Chiang1-24/+20
2009-06-17ACPI: acpi_device_register() should call device_register()Alex Chiang1-3/+2