summaryrefslogtreecommitdiff
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)AuthorFilesLines
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'...Len 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
2009-04-07ACPI: delete acpi_device.g_listLen Brown1-13/+4
2009-04-07ACPI: convert acpi_device_lock spinlock to mutexShaohua Li1-7/+7
2009-04-05ACPI: support acpi_device_ops .notify methodsBjorn Helgaas1-0/+71
2009-04-05Merge branch 'driver-ops-cleanup' into releaseLen Brown1-12/+0
2009-03-27ACPI: remove unused acpi_device_ops .shutdown methodBjorn Helgaas1-12/+0
2009-03-27ACPI: call acpi_scan_init() explicitly rather than as initcallBjorn Helgaas1-8/+1
2009-03-17ACPI: move private declarations to internal.hBjorn Helgaas1-0/+2
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming1-1/+0
2008-11-26Revert "ACPI: don't enable control method power button as wakeup device when ...Len Brown1-10/+0
2008-11-11Merge branch 'processor-256' into releaseLen Brown1-1/+1
2008-11-11Merge branch 'video' into releaseLen Brown1-31/+1
2008-11-07ACPI video: if no ACPI backlight support, use vendor driversThomas Renninger1-31/+1
2008-11-06ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2008-11-06ACPI: Disambiguate processor declaration typeMyron Stowe1-1/+1
2008-10-22Merge branch 'misc' into testLen Brown1-2/+2
2008-10-22Merge branch 'ec' into testLen Brown1-4/+0
2008-10-22Merge branch 'bugzilla-10503' into testLen Brown1-0/+10
2008-10-22Merge branch 'acpica' into testLen Brown1-5/+5
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-5/+5
2008-10-22ACPI: remove unused acpi_is_child_device()Len Brown1-14/+0
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui1-10/+25
2008-10-22ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui1-2/+10
2008-10-22ACPI: Get the device power state in the course of scanning deviceZhao Yakui1-0/+1
2008-10-11ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui1-4/+0
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-2/+2
2008-10-10ACPI: acpi_driver_data could only be applied to acpi_deviceAlexey Starikovskiy1-1/+1
2008-10-06ACPI: don't enable control method power button as wakeup device when Fixed Po...Zhang Rui1-0/+10
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-1/+1
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-36/+6
2008-07-16ACPI: fix checkpatch.pl complaints in scan.cAlok N Kataria1-4/+8
2008-07-16fix a deadlock issue when poking "eject" fileZhang Rui1-24/+32
2008-07-07ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki1-36/+6