summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix a deadlock issue when poking "eject" fileZhang Rui2008-07-161-24/+32
|/
*-------. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-301-11/+49
|\ \ \ \ \
| | | | | * ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger2008-04-291-10/+7
| | | |_|/ | | |/| |
| * / | | ACPI : Disable the device's ability to wake the sleeping system in the boot p...Zhao Yakui2008-04-091-1/+42
| |/ / /
* / / / ACPICA: Fixes for external Reference ObjectsBob Moore2008-04-221-2/+1
|/ / /
* / / ACPI: fix a regression of ACPI device driver autoloadingZhang Rui2008-03-251-6/+12
|/ /
| |
| \
*-. | Merge branches 'release', 'ejd', 'sony' and 'wmi' into releaseLen Brown2008-03-131-1/+2
|\ \|
| * | ACPI: Do not pass NULL to acpi_get_handle() when looking for _EJDHolger Macht2008-02-211-1/+2
| |/
* / ACPI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-111-1/+1
|/
* Merge branches 'release' and 'fluff' into releaseLen Brown2008-02-071-5/+5
|\
| * ACPI: add missing prink prefix stringsLen Brown2008-02-071-5/+5
* | Merge branches 'release' and 'autoload' into releaseLen Brown2008-02-071-15/+85
|\ \ | |/ |/|
| * ACPI: Fix autloading of dock, video, bay and all linux specific HID driversFrank Seidel2007-12-081-15/+85
* | drivers/acpi/: Spelling fixesJoe Perches2008-02-031-1/+1
* | ACPI: EC: Enable boot EC before bus_scanAlexey Starikovskiy2008-01-011-0/+6
|/
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-7/+9
* make drivers/acpi/scan.c:create_modalias() staticAdrian Bunk2007-08-251-2/+3
* ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger2007-07-231-45/+111
* PNPACPI sets pnpdev->dev.archdataDavid Brownell2007-05-081-1/+1
* ACPI: use _STA bit names rather than 0x0FBjorn Helgaas2007-04-251-1/+3
* ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-121-1/+0
* ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-1/+1
* Pull trivial into test branchLen Brown2007-02-031-45/+0
|\
| * ACPI: delete unused acpi_device_get_debug_info()Len Brown2007-01-301-45/+0
| * ACPI: Correct ACPI_DEBUG_OUTPUT typoRobert P. J. Day2007-01-301-2/+2
* | ACPI: bay: Convert ACPI Bay driver to be compatible with sysfs update.Zhang Rui2007-02-031-0/+40
* | Pull sysfs into test branchLen Brown2007-02-031-627/+549
|\ \