summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/power.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-modparam' into releaseLen Brown2009-04-051-4/+0Star
|\
| * ACPI: simplify module_param namespaceRusty Russell2009-04-021-4/+0Star
* | ACPI: call acpi_power_init() explicitly rather than as initcallBjorn Helgaas2009-03-271-7/+1Star
|/
* ACPI: power.c: call acpi_get_name to get node nameLin Ming2008-12-311-1/+5
* Merge branch 'power' into releaseLen Brown2008-11-121-6/+2Star
|\
| * ACPI: fan: Delete the strict check in power transitionZhao Yakui2008-10-281-5/+0Star
| * 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-081-2/+1Star
|/
* Merge branch 'ull' into testLen Brown2008-10-231-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-231-2/+2
|\ \
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-111-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-081-2/+22
* ACPI: Introduce acpi_device_sleep_wake functionRafael J. Wysocki2008-07-081-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/+4Star
|/
* ACPI: remove duplicated warning messageMiguel Botón2008-02-071-4/+2Star
* ACPI: power: don't cache power resource stateAlexey Starikovskiy2007-10-251-39/+24Star
* 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-101-7/+0Star
|\
| * ACPI: ThinkPad Z60m: usb mouse stops working after suspend to RAMKonstantin Karasyov2007-03-071-7/+0Star
* | ACPI: fix S3 fan resume issueKonstantin Karasyov2007-02-211-6/+7
|/
* Pull bugzilla-7570 into release branchLen Brown2007-02-171-0/+4
|\
| * ACPI: fix fan after resume from S3Konstantin Karasyov2007-02-161-0/+4
* | Pull bugzilla-7122 into release branchLen Brown2007-02-171-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-131-1/+0Star
* | ACPI: fix acpi_driver.name usageLen Brown2007-02-131-1/+1
* | ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-131-1/+1
|/
* ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1Star
* 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/+3Star
|/
* 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/+0Star
* 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/+5Star
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-70/+55Star
* 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
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-271-14/+8Star
* [ACPI] Lindent all ACPI filesLen Brown2005-08-051-155/+116Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+692