aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
*-. Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-241-39/+30
|\ \
| | * ACPI: clean up whitespace in drivers/acpi/scan.cAlex Chiang2009-06-171-24/+20
| | * ACPI: acpi_device_register() should call device_register()Alex Chiang2009-06-171-3/+2
| |/ |/|
| * ACPI: run ACPI device hot removal in kacpi_hotplug_wqZhang Rui2009-06-231-12/+8
|/
* ACPI: delete acpi_device.g_listLen Brown2009-04-071-13/+4
* ACPI: convert acpi_device_lock spinlock to mutexShaohua Li2009-04-071-7/+7
* ACPI: support acpi_device_ops .notify methodsBjorn Helgaas2009-04-051-0/+71
* Merge branch 'driver-ops-cleanup' into releaseLen Brown2009-04-051-12/+0
|\
| * ACPI: remove unused acpi_device_ops .shutdown methodBjorn Helgaas2009-03-271-12/+0
* | ACPI: call acpi_scan_init() explicitly rather than as initcallBjorn Helgaas2009-03-271-8/+1
* | ACPI: move private declarations to internal.hBjorn Helgaas2009-03-171-0/+2
|/
* ACPI: remove private acpica headers from driver filesLin Ming2008-12-311-1/+0
* Revert "ACPI: don't enable control method power button as wakeup device when ...Len Brown2008-11-261-10/+0
* Merge branch 'processor-256' into releaseLen Brown2008-11-111-1/+1
|\
| * ACPI: Disambiguate processor declaration typeMyron Stowe2008-11-061-1/+1
* | Merge branch 'video' into releaseLen Brown2008-11-111-31/+1
|\ \
| * | ACPI video: if no ACPI backlight support, use vendor driversThomas Renninger2008-11-071-31/+1
| |/
* | ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-061-4/+4
|/
* Merge branch 'misc' into testLen Brown2008-10-221-2/+2
|\
| * ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-101-2/+2
| * ACPI: acpi_driver_data could only be applied to acpi_deviceAlexey Starikovskiy2008-10-101-1/+1
* | Merge branch 'ec' into testLen Brown2008-10-221-4/+0
|\ \
| * | ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui2008-10-111-4/+0
| |/
* | Merge branch 'bugzilla-10503' into testLen Brown2008-10-221-0/+10
|\ \
| * | ACPI: don't enable control method power button as wakeup device when Fixed Po...Zhang Rui2008-10-061-0/+10
| |/
* | Merge branch 'acpica' into testLen Brown2008-10-221-5/+5
|\ \
| * | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming2008-10-221-5/+5
| |/
* | ACPI: remove unused acpi_is_child_device()Len Brown2008-10-221-14/+0
* | ACPI : Load device driver according to the status of acpi deviceZhao Yakui2008-10-221-10/+25
* | ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui2008-10-221-2/+10
* | ACPI: Get the device power state in the course of scanning deviceZhao Yakui2008-10-221-0/+1
|/
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-211-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-36/+6
|\
| * ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-071-36/+6
* | ACPI: fix checkpatch.pl complaints in scan.cAlok N Kataria2008-07-161-4/+8