aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)Author
2009-10-02ACPI: fix bus scanning memory leaksBjorn Helgaas
2009-09-25ACPI: simplify building device HID/CID listBjorn Helgaas
2009-09-25ACPI: remove acpi_device_uid() and related stuffBjorn Helgaas
2009-09-25ACPI: remove acpi_device.flags.hardware_idBjorn Helgaas
2009-09-25ACPI: remove acpi_device.flags.compatible_idsBjorn Helgaas
2009-09-25ACPI: maintain a single list of _HID and _CID IDsBjorn Helgaas
2009-09-25ACPI: make sure every acpi_device has an IDBjorn Helgaas
2009-09-25ACPI: use acpi_device_hid() when possibleBjorn Helgaas
2009-09-25ACPI: fix synthetic HID for \_SB_Bjorn Helgaas
2009-09-25ACPI: handle re-enumeration, when acpi_devices might already existBjorn Helgaas
2009-09-25ACPI: factor out device type and status checkingBjorn Helgaas
2009-09-25ACPI: use acpi_walk_namespace() to enumerate devicesBjorn Helgaas
2009-09-25ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas
2009-09-25ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas
2009-09-25ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas
2009-09-25ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas
2009-09-25ACPI: remove unnecessary argument checkingBjorn Helgaas
2009-09-25ACPI: remove redundant "type" argumentsBjorn Helgaas
2009-09-25ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas
2009-09-25ACPI: use device_type rather than comparing HIDBjorn Helgaas
2009-09-25ACPI: save device_type in acpi_deviceBjorn Helgaas
2009-09-25ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas
2009-09-25ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas
2009-09-25ACPI: add debug for device additionBjorn Helgaas
2009-09-19ACPI: don't pass handle for fixed hardware notificationsBjorn Helgaas
2009-09-19Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown
2009-09-19Merge branch 'acpica' into releaseLen Brown
2009-09-19Merge branch 'linus' into releaseLen Brown
2009-09-09ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki
2009-09-05Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible"Len Brown
2009-08-31ACPI: fix NULL bug for HID/UID stringHugh Dickins
2009-08-27ACPICA: Fix several acpi_attach_data problemsBob Moore
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore
2009-06-25ACPI: remove unused acpi_device_ops .stop methodBjorn Helgaas
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown
2009-06-23ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui
2009-06-17ACPI: clean up whitespace in drivers/acpi/scan.cAlex Chiang
2009-06-17ACPI: acpi_device_register() should call device_register()Alex Chiang
2009-04-07ACPI: delete acpi_device.g_listLen Brown
2009-04-07ACPI: convert acpi_device_lock spinlock to mutexShaohua Li
2009-04-05ACPI: support acpi_device_ops .notify methodsBjorn Helgaas
2009-04-05Merge branch 'driver-ops-cleanup' into releaseLen Brown
2009-03-27ACPI: remove unused acpi_device_ops .shutdown methodBjorn Helgaas
2009-03-27ACPI: call acpi_scan_init() explicitly rather than as initcallBjorn Helgaas
2009-03-17ACPI: move private declarations to internal.hBjorn Helgaas
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming
2008-11-26Revert "ACPI: don't enable control method power button as wakeup device when ...Len Brown
2008-11-11Merge branch 'processor-256' into releaseLen Brown
2008-11-11Merge branch 'video' into releaseLen Brown
2008-11-07ACPI video: if no ACPI backlight support, use vendor driversThomas Renninger