summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-clk'Rafael J. Wysocki2014-01-171-5/+25
|\
| * PM / clock_ops: report clock errors from clk_enable()Ben Dooks2014-01-151-2/+17
| * PM / clock_ops: check return of clk_enable() in pm_clk_resume()Ben Dooks2014-01-151-2/+4
| * PM / clock_ops: fix up clk prepare/unprepare countBen Dooks2014-01-151-2/+5
* | PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PMUlf Hansson2013-12-221-2/+2
|/
* Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-081-3/+0Star
* Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2013-12-061-0/+3
|\
| * cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-281-0/+3
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-0/+3
|\ \
| * \ Merge branch 'pm-runtime'Rafael J. Wysocki2013-11-191-0/+3
| |\ \
| | * | PM / Runtime: Fix error path for prepareUlf Hansson2013-11-141-0/+3
* | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
|/ / /
* | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-10-281-56/+59
|\ \ \ | | |/ | |/|
| * | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-251-1/+1
| * | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-251-19/+22
| * | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-251-41/+41
* | | Merge branch 'pm-sleep'Rafael J. Wysocki2013-10-281-0/+73
|\ \ \ | |_|/ |/| |
| * | PM / Sleep: Detect device suspend/resume lockup and log eventBenoit Goby2013-10-181-0/+73
| |/
* / PM / Runtime: Respect autosuspend when idle triggers suspendUlf Hansson2013-10-161-2/+3
|/
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-042-34/+44
|\
| * Merge branch 'pm-opp'Rafael J. Wysocki2013-08-271-0/+1
| |\
| | * PM / OPP: Export opp_add()Viresh Kumar2013-08-061-0/+1
| * | PM / Sleep: new trace event to print device suspend and resume timesShuah Khan2013-07-271-34/+43
| |/
* / driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-271-1/+1
|/
* Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-285-34/+17Star
|\
| * PM / QoS: Add dev_pm_qos_request tracepointsSahara2013-06-241-0/+6
| * PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner2013-06-211-2/+3
| * PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson2013-06-111-1/+3
| * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-033-31/+5Star
* | cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-041-2/+2
|/
* PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()Shuah Khan2013-05-121-6/+6
* Merge branch 'pm-assorted'Rafael J. Wysocki2013-04-281-0/+1
|\
| * PM / OPP: add documentation to RCU head in struct oppNishanth Menon2013-04-051-0/+1
* | PM / Runtime: Improve prepare handling at system suspend for genpdUlf Hansson2013-04-121-2/+2
* | PM / Runtime: Asyncronous idle|suspend parent devices at removalUlf Hansson2013-04-121-1/+1
* | PM / Runtime: Asyncronous idle|suspend devices at system resumeUlf Hansson2013-04-123-3/+3
|/
* PM / QoS: Avoid possible deadlock related to sysfs accessRafael J. Wysocki2013-04-021-13/+47
* PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki2013-03-044-76/+55Star
* PM / QoS: Fix concurrency issues and memory leaks in device PM QoSRafael J. Wysocki2013-03-041-42/+87
* pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei2013-02-241-1/+18
* pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-241-0/+70
* Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\
| * PM/Qos: Expose dev_pm_qos_flags symbolLan Tianyu2013-01-251-0/+1
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-151-8/+11
|\ \
| * | PM / OPP: Export more symbols for module usageMark Langsdorf2013-02-021-0/+3
| * | PM / OPP: switch exported symbols to GPL variantNishanth Menon2013-02-021-8/+8
| |/
* | PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2013-02-091-0/+6
* | PM / Domains: don't use [delayed_]work_pending()Tejun Heo2013-01-261-2/+1Star
|/
* Merge branch 'pm-sleep'Rafael J. Wysocki2013-01-061-5/+4Star
|\
| * PM: Move disabling/enabling runtime PM to late suspend/early resumeRafael J. Wysocki2013-01-061-5/+4Star