summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-111-2/+2
* ACPI: acpi_driver_data could only be applied to acpi_deviceAlexey Starikovskiy2008-10-111-1/+1
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-221-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-171-36/+6Star
|\
| * ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-081-36/+6Star
* | 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/+7Star
| | | |_|/ | | |/| |
| * / | | ACPI : Disable the device's ability to wake the sleeping system in the boot p...Zhao Yakui2008-04-101-1/+42
| |/ / /
* / / / ACPICA: Fixes for external Reference ObjectsBob Moore2008-04-231-2/+1Star
|/ / /
* / / ACPI: fix a regression of ACPI device driver autoloadingZhang Rui2008-03-261-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-131-1/+0Star
* ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-131-1/+1
* Pull trivial into test branchLen Brown2007-02-031-45/+0Star
|\
| * ACPI: delete unused acpi_device_get_debug_info()Len Brown2007-01-301-45/+0Star
| * 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/+549Star
|\ \
| * | ACPI: use more understandable bus_id for ACPI devicesZhang Rui2007-01-061-3/+3
| * | ACPI: fix Supermicro X7DB8+ Boot regressionRui Zhang2006-12-211-18/+15Star
| * | ACPI: use PNPID:instance_no as bus_id of ACPI deviceZhang Rui2006-12-211-9/+109
| * | ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui2006-12-161-2/+57
| * | ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driverLi Shaohua2006-12-161-17/+0Star
| * | ACPI: add acpi_bus_removal_type in acpi_deviceLi Shaohua2006-12-161-2/+4
| * | ACPI: add acpi_bus_ops in acpi_deviceLi Shaohua2006-12-161-27/+28
| * | ACPI: convert to sysfs frameworkPatrick Mochel2006-12-161-146/+41Star
| * | ACPI: change registration interface to follow driver modelPatrick Mochel2006-12-161-146/+29Star
| * | ACPI: add ACPI bus_type for driver modelPatrick Mochel2006-12-161-67/+91
| * | ACPI: add device_driver and hepler functionsPatrick Mochel2006-12-161-5/+0Star
| * | ACPI: rename some functionsZhang Rui2006-12-161-7/+7
| * | ACPI: clean up scan.cZhang Rui2006-12-161-329/+316Star
* | | ACPICA: use new ACPI headers.Alexey Starikovskiy2007-02-031-2/+2
* | | ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-031-2/+2
| |/ |/|
* | ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1Star
|/
* ACPI: scan: handle kset/kobject errorsRandy Dunlap2006-07-121-2/+10