summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "ACPI: dock driver""Len Brown2006-07-091-0/+23
* Revert "ACPI: dock driver"Linus Torvalds2006-07-091-23/+0Star
* Pull acpi_os_free into release branchLen Brown2006-07-011-2/+2
|\
| * ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-301-2/+2
* | ACPI: drivers/acpi/scan.c: make acpi_bus_type staticAdrian Bunk2006-06-301-1/+1
|/
* ACPI: dock driverKristen Accardi2006-06-281-0/+23
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-47/+30Star
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-1/+1
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-271-4/+3Star
* Pull bugzilla-5000 into release branchLen Brown2006-06-161-0/+110
|\
| * ACPI: pass pm_message_t from acpi_device_suspend() to root_suspend()Len Brown2006-05-151-11/+3Star