summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2006-12-21ACPI: fix Supermicro X7DB8+ Boot regressionRui Zhang3-54/+43
2006-12-21ACPI: use PNPID:instance_no as bus_id of ACPI deviceZhang Rui1-9/+109
2006-12-16ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui3-56/+60
2006-12-16ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driverLi Shaohua3-26/+52
2006-12-16ACPI: consolidate two motherboard drivers into oneLi Shaohua1-15/+4
2006-12-16ACPI: add acpi_bus_removal_type in acpi_deviceLi Shaohua1-2/+4
2006-12-16ACPI: add acpi_bus_ops in acpi_deviceLi Shaohua1-27/+28
2006-12-16ACPI: convert to sysfs frameworkPatrick Mochel4-154/+49
2006-12-16ACPI: adjust init orderLi Shaohua1-1/+1
2006-12-16ACPI: change registration interface to follow driver modelPatrick Mochel1-146/+29
2006-12-16ACPI: add ACPI bus_type for driver modelPatrick Mochel4-75/+99
2006-12-16ACPI: add device_driver and hepler functionsPatrick Mochel1-5/+0
2006-12-16ACPI: rename some functionsZhang Rui1-7/+7
2006-12-16ACPI: clean up scan.cZhang Rui1-329/+316
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2-12/+12
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-12-02ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-9/+11
2006-11-23[PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones1-3/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-17/+8
2006-11-18Revert "ACPI: created a dedicated workqueue for notify() execution"Linus Torvalds1-13/+21
2006-10-20[PATCH] acpi memory hotplug: remove strange add_memory fail messageYasunori Goto1-0/+12
2006-10-20[PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUGYasunori Goto1-1/+1
2006-10-20[PATCH] fix "ACPI: Processor native C-states using MWAIT"Darrick J. Wong1-1/+1
2006-10-17[PATCH] acpi_processor_latency_notifier(): UP warning fixAndrew Morton1-0/+6
2006-10-14Pull trivial into test branchLen Brown7-11/+14
2006-10-14Pull bugzilla-5534 into test branchLen Brown2-34/+14
2006-10-14Pull ec into test branchLen Brown1-803/+293
2006-10-14Pull mwait into test branchLen Brown1-38/+63
2006-10-14Pull battery into test branchLen Brown2-7/+27
2006-10-14Pull ibm into test branchLen Brown1-2/+0
2006-10-14Pull asus into test branchLen Brown1-30/+37
2006-10-14ACPI: check battery status on resume for un/plug events during sleepJiri Kosina1-0/+14
2006-10-14ACPICA: Fix incorrect handling of PCI Express Root Bridge _HIDEiichiro Oiwa1-7/+6
2006-10-14ACPI: asus_acpi: don't printk on writing garbage to proc filesAlexey Dobriyan1-9/+1
2006-10-14ACPI: asus_acpi: fix proc files parsingDarren Jenkins1-23/+23
2006-10-14ACPI: fix printk format warningsRandy Dunlap2-2/+2
2006-10-14ACPI: fix section for CPU init functionsPierre Ossman2-2/+2
2006-10-14ACPI: update comments in motherboard.cLen Brown1-0/+6
2006-10-14ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNELJiri Kosina1-1/+1
2006-10-14ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUGDmitry Torokhov1-6/+3
2006-10-14ACPI: created a dedicated workqueue for notify() executionAlexey Y. Starikovskiy1-21/+13
2006-10-14ACPI: Remove deferred execution from global lock acquire wakeup pathAlexey Y. Starikovskiy1-13/+1
2006-10-14ACPI: EC: export ec_transaction() for msi-laptop driverLennart Poettering1-0/+2
2006-10-14ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().Denis M. Sadykov1-79/+45
2006-10-14ACPI: EC: Unify poll and interrupt gpe handlersDenis M. Sadykov1-95/+12
2006-10-14ACPI: EC: Unify poll and interrupt mode transaction functionsDenis M. Sadykov1-81/+29
2006-10-14ACPI: EC: Remove unused variables and duplicated codeDenis M. Sadykov1-458/+253
2006-10-14ACPI: EC: Remove unnecessary delay added by previous transation patch.Denis M. Sadykov1-53/+50
2006-10-14ACPI: consolidate functions in acpi ec driverLennart Poettering1-230/+95