aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power
AgeCommit message (Expand)AuthorFilesLines
2016-12-06PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar4-119/+292
2016-12-06PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Viresh Kumar1-27/+17
2016-12-06PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar4-42/+39
2016-12-06PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar1-3/+13
2016-11-30PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd1-16/+6
2016-11-30PM / Domains: Do not print PM domain add error message if EPROBE_DEFERGeert Uytterhoeven1-2/+3
2016-11-30PM / QoS: Export dev_pm_qos_update_user_latency_toleranceAndrew Lutomirski1-0/+1
2016-11-30PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_usAndrew Lutomirski1-1/+4
2016-11-30PM / QoS: Improve sysfs pm_qos_latency_tolerance validationAndrew Lutomirski1-1/+5
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu1-0/+27
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson1-5/+30
2016-11-11PM / Domains: Fix a warning messageDan Carpenter1-1/+1
2016-11-11PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris1-4/+4
2016-11-09PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson1-1/+11
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki1-3/+20
2016-10-31PM / runtime: Use device linksRafael J. Wysocki1-5/+152
2016-10-31PM / sleep: Make async suspend/resume of devices use device linksRafael J. Wysocki1-6/+79
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki2-0/+12
2016-10-27PM / Domains: check for negative return from of_count_phandle_with_args()Colin Ian King1-1/+1
2016-10-21PM / Domains: Support IRQ safe PM domainsLina Iyer1-10/+101
2016-10-21PM / Domains: Abstract genpd lockingLina Iyer1-40/+81
2016-10-21PM / Domains: Save the fwnode in genpd_power_stateLina Iyer1-0/+1
2016-10-21PM / Domains: Allow domain power states to be read from DTLina Iyer1-0/+94
2016-10-21PM / Domains: Make genpd state allocation dynamicLina Iyer1-12/+23
2016-10-21PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson1-2/+2
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson1-1/+2
2016-10-21PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada1-2/+2
2016-10-21PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada2-2/+1
2016-10-02Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki2-9/+15
2016-10-02Merge branch 'pm-domains'Rafael J. Wysocki1-78/+352
2016-09-26PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach1-2/+12
2016-09-24PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson1-12/+12
2016-09-24PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson1-15/+11
2016-09-24PM / Domains: Remove redundant system PM callbacksUlf Hansson1-12/+0
2016-09-24PM / Domains: Simplify detaching a device from its genpdUlf Hansson1-14/+19
2016-09-17PM / OPP: avoid maybe-uninitialized warningArnd Bergmann1-7/+3
2016-09-17PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso1-0/+4
2016-09-16PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney1-2/+2
2016-09-13PM / Domains: Add support for removing nested PM domains by providerJon Hunter1-0/+35
2016-09-13PM / Domains: Add support for removing PM domainsJon Hunter1-0/+60
2016-09-13PM / Domains: Store the provider in the PM domain structureJon Hunter1-5/+37
2016-09-13PM / Domains: Prepare for adding support to remove PM domainsJon Hunter1-24/+73
2016-09-13PM / Domains: Verify the PM domain is present when adding a providerJon Hunter1-3/+38
2016-09-13PM / Domains: Don't expose xlate and provider helper functionsJon Hunter1-12/+37
2016-09-13PM / Domains: Don't expose generic_pm_domain structure to clientsJon Hunter1-10/+9
2016-09-13PM / Domains: Add new helper functions for device-treeJon Hunter1-0/+46
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney1-3/+3
2016-08-31PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney1-2/+2
2016-08-12PM / Domains: Always enable debugfs support if availableJon Hunter1-2/+2
2016-08-05Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-23/+26