aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/power.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* acpi: make ACPI device id constantMárton Németh2010-01-161-1/+1
* Merge branch 'sfi-base' into releaseLen Brown2009-09-191-1/+2
|\
| * ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
* | ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki2009-09-091-23/+35
|/
* ACPI: don't check power state after _ON/_OFFBjorn Helgaas2009-05-271-26/+2
* Merge branch 'acpi-modparam' into releaseLen Brown2009-04-051-4/+0
|\
| * ACPI: simplify module_param namespaceRusty Russell2009-04-021-4/+0
* | ACPI: call acpi_power_init() explicitly rather than as initcallBjorn Helgaas2009-03-271-7/+1
|/
* ACPI: power.c: call acpi_get_name to get node nameLin Ming2008-12-311-1/+5
* Merge branch 'power' into releaseLen Brown2008-11-111-6/+2
|\
| * ACPI: fan: Delete the strict check in power transitionZhao Yakui2008-10-281-5/+0
| * ACPI: fix de-reference bug in power resource driverZhao Yakui2008-10-281-1/+2
* | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-2/+1
|/
* Merge branch 'ull' into testLen Brown2008-10-221-1/+1
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-1/+1
* | Merge branch 'misc' into testLen Brown2008-10-221-2/+2
|\ \
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-101-2/+2
| |/
* | ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui2008-10-221-11/+31
* | ACPI: Get the device power state in the course of scanning deviceZhao Yakui2008-10-221-14/+16
|/
* ACPI: Introduce new device wakeup flag 'prepared'Rafael J. Wysocki2008-07-071-2/+22
* ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-071-36/+82
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-301-1/+1
|\
| * ACPI: check a return value correctly in acpi_power_get_context()Li Zefan2008-04-291-1/+1
* | acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-7/+4
|/
* ACPI: remove duplicated warning messageMiguel Botón2008-02-071-4/+2
* ACPI: power: don't cache power resource stateAlexey Starikovskiy2007-10-251-39/+24
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-1/+7
* Pull misc-for-upstream into release branchLen Brown2007-03-091-7/+0
|\
| * ACPI: ThinkPad Z60m: usb mouse stops working after suspend to RAMKonstantin Karasyov2007-03-071-7/+0
* | ACPI: fix S3 fan resume issueKonstantin Karasyov2007-02-211-6/+7
|/
* Pull bugzilla-7570 into release branchLen Brown2007-02-161-0/+4
|\
| * ACPI: fix fan after resume from S3Konstantin Karasyov2007-02-161-0/+4
* | Pull bugzilla-7122 into release branchLen Brown2007-02-161-21/+126
|\ \
| * | ACPI: update acpi_power_resume() per new acpi_op_resumeLen Brown2007-02-161-2/+2
| * | ACPI: Thermal issues on HP nx6325Konstantin Karasyov2007-02-161-21/+126
| |/
* | ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-121-1/+0
* | ACPI: fix acpi_driver.name usageLen Brown2007-02-121-1/+1
* | ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-1/+1
|/
* ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1
* Pull style into test branchLen Brown2006-12-161-3/+3
|\
| * ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-3/+3
* | ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUGDmitry Torokhov2006-10-141-6/+3
|/
* ACPI: add 'const' to several ACPI file_operationsArjan van de Ven2006-07-101-1/+1
* ACPI: power: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
* ACPI: power: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-4/+4
* ACPI: power: add struct acpi_device to struct acpi_power_resourcePatrick Mochel2006-06-301-7/+5
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-70/+55
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-4/+4
* ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown2006-06-271-3/+3