summaryrefslogtreecommitdiff
path: root/drivers/base/power (follow)
Commit message (Expand)AuthorAge
* PM / core: Clear the direct_complete flag on errorsRafael J. Wysocki2018-10-13
* PM / sleep: declare __tracedata symbols as char[] rather than charEric Biggers2018-01-31
* PM / OPP: Add missing of_node_put(np)Tobias Jordan2017-11-30
* PM / wakeirq: report a wakeup_event on dedicated wekup irqGrygorii Strashko2017-11-08
* PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p...Sudeep Holla2017-08-06
* PM / Domains: Fix unsafe iteration over modified list of domain providersKrzysztof Kozlowski2017-07-27
* PM / Domains: Fix unsafe iteration over modified list of device linksKrzysztof Kozlowski2017-07-27
* PM / QoS: return -EINVAL for bogus stringsDan Carpenter2017-07-21
* PM / wakeirq: Convert to SRCUThomas Gleixner2017-07-21
* PM / runtime: Avoid false-positive warnings from might_sleep_if()Rafael J. Wysocki2017-06-17
* PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren2017-01-12
* PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris2016-11-26
* PM / sleep: Handle failures in device_suspend_late() consistentlyRafael J. Wysocki2016-06-07
* PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson2016-06-07
* PM / Domains: Fix removal of a subdomainJon Hunter2016-05-04
* PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar2016-05-04
*-. Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki2015-12-14
|\ \
| | * PM / Domains: Allow runtime PM callbacks to be re-used during system PMUlf Hansson2015-12-10
* | | Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2015-12-04
|\ \ \ | | |/ | |/|
| * | PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()Eric Anholt2015-12-04
| * | PM / Domains: Validate cases of a non-bound driver in genpd governorUlf Hansson2015-12-02
* | | Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-20
|\ \ \
| * | | PM / wakeirq: check that wake IRQ is valid before accepting itDmitry Torokhov2015-11-16
* | | | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-12
|\ \ \ \
| * \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2015-11-12
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | PM / Domains: Allocate memory outside domain locksLina Iyer2015-11-02
| | * | | PM / Domains: Remove dev->driver check for runtime PMLina Iyer2015-11-02
| * | | | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-07
| |\ \ \ \
| | * | | | PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar2015-11-06
| | * | | | PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar2015-11-06
| | * | | | PM / OPP: Protect updates to list_dev with mutexViresh Kumar2015-11-06
| | * | | | PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar2015-11-06
| | * | | | PM / OPP: Parse all power-supply related bindings togetherViresh Kumar2015-11-02
| | * | | | PM / OPP: Rename routines specific to old bindings with _v1Viresh Kumar2015-11-02
| | * | | | PM / OPP: Improve print messages with pr_fmtViresh Kumar2015-11-02
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-11-03
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | PM / OPP: get the voltage for all OPPsJavi Merino2015-10-30
* | | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-10
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2015-10-09
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | PM / clk: Do not __clk_get passed in clock-referencesStephen Boyd2015-10-06
| | |/ / / / /
* | | | | | | Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-05
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | PM / Domains: Make pm_genpd_{add,remove}_subdomain() available to modulesStephen Boyd2015-10-08
| | |/ / / / | |/| | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'pm-avs', 'pm-clk' and 'powercap'Rafael J. Wysocki2015-11-02
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | PM / clk: Fix broken build due to non-matching code and header #ifdefsGeert Uytterhoeven2015-10-28
* | | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-02
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | PM / OPP: passing NULL to PTR_ERR()Dan Carpenter2015-10-09
| * | | | | | PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar2015-09-15
| * | | | | | PM / OPP: Move opp core to its own directoryViresh Kumar2015-09-15
| * | | | | | PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar2015-09-15