aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25avoid spurious "may be used uninitialized" warningLinus Torvalds1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner2-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-11/+260
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds12-270/+977
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+27
2016-12-12Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-3/+3
2016-12-12Merge branch 'pm-opp'Rafael J. Wysocki4-178/+529
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki6-27/+144
2016-12-12Merge branch 'pm-domains'Rafael J. Wysocki1-62/+301
2016-12-08PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei1-3/+3
2016-12-08PM / core: Fix bug in the error handling of async suspendSahitya Tummala1-1/+1
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren3-15/+88
2016-12-06PM / Domains: Fix compatible for domain idle stateLina Iyer1-1/+1
2016-12-06PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar1-1/+1
2016-12-06PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2-1/+115
2016-12-06PM / OPP: Separate out _generic_set_opp()Viresh Kumar2-53/+131
2016-12-06PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar4-120/+293
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