aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus 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
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown1-11/+49
2008-04-29ACPI: Cleanup: Remove unneeded, multiple local dummy variablesThomas Renninger1-10/+7
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore1-2/+1
2008-04-09ACPI : Disable the device's ability to wake the sleeping system in the boot phaseZhao Yakui1-1/+42
2008-03-25ACPI: fix a regression of ACPI device driver autoloadingZhang Rui1-6/+12
2008-03-13Merge branches 'release', 'ejd', 'sony' and 'wmi' into releaseLen Brown1-1/+2
2008-03-11ACPI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-21ACPI: Do not pass NULL to acpi_get_handle() when looking for _EJDHolger Macht1-1/+2
2008-02-07Merge branches 'release' and 'fluff' into releaseLen Brown1-5/+5
2008-02-07ACPI: add missing prink prefix stringsLen Brown1-5/+5
2008-02-07Merge branches 'release' and 'autoload' into releaseLen Brown1-15/+85
2008-02-03drivers/acpi/: Spelling fixesJoe Perches1-1/+1
2008-01-01ACPI: EC: Enable boot EC before bus_scanAlexey Starikovskiy1-0/+6
2007-12-08ACPI: Fix autloading of dock, video, bay and all linux specific HID driversFrank Seidel1-15/+85
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-7/+9
2007-08-25make drivers/acpi/scan.c:create_modalias() staticAdrian Bunk1-2/+3
2007-07-23ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger1-45/+111
2007-05-08PNPACPI sets pnpdev->dev.archdataDavid Brownell1-1/+1
2007-04-25ACPI: use _STA bit names rather than 0x0FBjorn Helgaas1-1/+3
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-03Pull trivial into test branchLen Brown1-45/+0
2007-02-03ACPI: bay: Convert ACPI Bay driver to be compatible with sysfs update.Zhang Rui1-0/+40
2007-02-03Pull sysfs into test branchLen Brown1-627/+549
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy1-2/+2
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-2/+2
2007-01-30ACPI: delete unused acpi_device_get_debug_info()Len Brown1-45/+0
2007-01-30ACPI: Correct ACPI_DEBUG_OUTPUT typoRobert P. J. Day1-2/+2
2007-01-05ACPI: use more understandable bus_id for ACPI devicesZhang Rui1-3/+3
2006-12-21ACPI: fix Supermicro X7DB8+ Boot regressionRui Zhang1-18/+15
2006-12-21ACPI: use PNPID:instance_no as bus_id of ACPI deviceZhang Rui1-9/+109
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-15ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui1-2/+57
2006-12-15ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driverLi Shaohua1-17/+0
2006-12-15ACPI: add acpi_bus_removal_type in acpi_deviceLi Shaohua1-2/+4
2006-12-15ACPI: add acpi_bus_ops in acpi_deviceLi Shaohua1-27/+28
2006-12-15ACPI: convert to sysfs frameworkPatrick Mochel1-146/+41
2006-12-15ACPI: change registration interface to follow driver modelPatrick Mochel1-146/+29
2006-12-15ACPI: add ACPI bus_type for driver modelPatrick Mochel1-67/+91
2006-12-15ACPI: add device_driver and hepler functionsPatrick Mochel1-5/+0
2006-12-15ACPI: rename some functionsZhang Rui1-7/+7
2006-12-15ACPI: clean up scan.cZhang Rui1-329/+316
2006-07-12ACPI: scan: handle kset/kobject errorsRandy Dunlap1-2/+10
2006-07-09Revert "Revert "ACPI: dock driver""Len Brown1-0/+23
2006-07-09Revert "ACPI: dock driver"Linus Torvalds1-23/+0
2006-07-01Pull acpi_os_free into release branchLen Brown1-2/+2