summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-121-4/+26
|\
| * PM / sleep: trace events for device PM callbacksTodd E Brandt2014-06-111-4/+10
| * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-071-0/+16
* | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-043-111/+83
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-06-031-91/+0
| |\ \
| | * | PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-071-92/+0
| | * | PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon2014-05-071-27/+28
| | | |
| | \ \
| *-. \ \ Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'Rafael J. Wysocki2014-06-031-5/+26
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * PM / OPP: discard duplicate OPPsChander Kashyap2014-05-271-2/+25
| | | * PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap2014-05-191-3/+1
| | |/
| * | PM / sleep: unregister wakeup source when disabling device wakeupZhang Rui2014-05-301-0/+6
| * | PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarilyRafael J. Wysocki2014-05-161-15/+51
| |/
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* PM / domains: Add pd_ignore_unused to keep power domains enabledTushar Behera2014-04-071-0/+13
* Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-1/+1
|\
| * Merge branch 'pm-runtime'Rafael J. Wysocki2014-04-011-1/+1
| |\
| | * PM / Runtime: Spelling s/competing/completing/Geert Uytterhoeven2014-03-261-1/+1
* | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-015-5/+0
|\ \ \ | |/ / |/| |
| * | drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-145-5/+0
| |/
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-03-201-0/+5
|\ \
| * | cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-061-0/+5
| |/
| |
| \
*-. \ Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki2014-03-202-51/+226
|\ \ \ | | |/ | |/|
| | * PM / Runtime: Add missing "it" in commentGeert Uytterhoeven2014-03-121-1/+1
| | * PM / sleep: Asynchronous threads for suspend_lateLiu, Chuansheng2014-02-201-12/+54
| | * PM / sleep: Asynchronous threads for suspend_noirqLiu, Chuansheng2014-02-201-11/+57
| | * PM / sleep: Asynchronous threads for resume_earlyLiu, Chuansheng2014-02-201-11/+44
| | * PM / sleep: Asynchronous threads for resume_noirqLiu, Chuansheng2014-02-201-16/+50
| | * PM / sleep: Two flags for async suspend_noirq and suspend_lateLiu, Chuansheng2014-02-201-2/+22
| |/
| |
| \
| \
| \
*---. \ Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki2014-03-206-120/+368
|\ \ \ \ | |_|_|/ |/| | |
| | | * PM: Add pm_runtime_suspend|resume_force functionsUlf Hansson2014-03-022-2/+85
| | | * PM / runtime: Fetch runtime PM callbacks using a macroUlf Hansson2014-03-021-39/+39
| |_|/ |/| |
| | * PM / domains: Turn latency warning into debug messagePhilipp Zabel2014-03-011-1/+1
| |/ |/|
| * PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki2014-02-111-5/+17
| * PM / QoS: Introcuce latency tolerance device PM QoS typeRafael J. Wysocki2014-02-112-29/+180
| * PM / QoS: Add no_constraints_value field to struct pm_qos_constraintsRafael J. Wysocki2014-02-111-0/+1
| * PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki2014-02-113-45/+46
|/
* 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/+0
* 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
OpenPOWER on IntegriCloud