aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/power.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-128/+1
2010-08-15gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen1-2/+0
2010-08-15ACPI power_resource: remove unused procfs I/FZhang Rui1-127/+1
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-04-01Remove empty comment in acpi/power.cJustin P. Mattock1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-16acpi: make ACPI device id constantMárton Németh1-1/+1
2009-09-19Merge branch 'sfi-base' into releaseLen Brown1-1/+2
2009-09-09ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki1-23/+35
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-05-27ACPI: don't check power state after _ON/_OFFBjorn Helgaas1-26/+2
2009-04-05Merge branch 'acpi-modparam' into releaseLen Brown1-4/+0
2009-04-02ACPI: simplify module_param namespaceRusty Russell1-4/+0
2009-03-27ACPI: call acpi_power_init() explicitly rather than as initcallBjorn Helgaas1-7/+1
2008-12-31ACPI: power.c: call acpi_get_name to get node nameLin Ming1-1/+5
2008-11-11Merge branch 'power' into releaseLen Brown1-6/+2
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-2/+1
2008-10-28ACPI: fan: Delete the strict check in power transitionZhao Yakui1-5/+0
2008-10-28ACPI: fix de-reference bug in power resource driverZhao Yakui1-1/+2
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-22Merge branch 'misc' into testLen Brown1-2/+2
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transitionZhao Yakui1-11/+31
2008-10-22ACPI: Get the device power state in the course of scanning deviceZhao Yakui1-14/+16
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-1/+1
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-2/+2
2008-07-07ACPI: Introduce new device wakeup flag 'prepared'Rafael J. Wysocki1-2/+22
2008-07-07ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki1-36/+82
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-7/+4
2008-04-29ACPI: check a return value correctly in acpi_power_get_context()Li Zefan1-1/+1
2008-02-07ACPI: remove duplicated warning messageMiguel Botón1-4/+2
2007-10-25ACPI: power: don't cache power resource stateAlexey Starikovskiy1-39/+24
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+7
2007-03-09Pull misc-for-upstream into release branchLen Brown1-7/+0
2007-03-07ACPI: ThinkPad Z60m: usb mouse stops working after suspend to RAMKonstantin Karasyov1-7/+0
2007-02-21ACPI: fix S3 fan resume issueKonstantin Karasyov1-6/+7
2007-02-16Pull bugzilla-7570 into release branchLen Brown1-0/+4
2007-02-16Pull bugzilla-7122 into release branchLen Brown1-21/+126
2007-02-16ACPI: fix fan after resume from S3Konstantin Karasyov1-0/+4
2007-02-16ACPI: update acpi_power_resume() per new acpi_op_resumeLen Brown1-2/+2
2007-02-16ACPI: Thermal issues on HP nx6325Konstantin Karasyov1-21/+126
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: fix acpi_driver.name usageLen Brown1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-16Pull style into test branchLen Brown1-3/+3
2006-10-14ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUGDmitry Torokhov1-6/+3
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-3/+3
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-1/+1
2006-06-30ACPI: power: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0