summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
...
| * PM / runtime: Optimize the use of device linksRafael J. Wysocki2016-10-311-3/+20
| * PM / runtime: Use device linksRafael J. Wysocki2016-10-311-5/+152
| * PM / sleep: Make async suspend/resume of devices use device linksRafael J. Wysocki2016-10-311-6/+79
| * driver core: Functional dependencies tracking supportRafael J. Wysocki2016-10-312-0/+12
* | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-1312-270/+977
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2016-12-121-3/+3
| |\ \ \
| | * | | PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei2016-12-081-3/+3
| | | |/ | | |/|
| * | | Merge branch 'pm-opp'Rafael J. Wysocki2016-12-124-178/+529
| |\ \ \
| | * | | PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar2016-12-061-1/+1
| | * | | PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2016-12-062-1/+115
| | * | | PM / OPP: Separate out _generic_set_opp()Viresh Kumar2016-12-062-53/+131
| | * | | PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-064-120/+293
| | * | | PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Viresh Kumar2016-12-061-27/+17
| | * | | PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar2016-12-064-42/+39
| | * | | PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar2016-12-061-3/+13
| | * | | PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2016-11-301-16/+6
| | * | | PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada2016-10-211-2/+2
| | * | | PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada2016-10-212-2/+1
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| *---. | | Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki2016-12-126-27/+144
| |\ \ \| |
| | | * | | PM / QoS: Export dev_pm_qos_update_user_latency_toleranceAndrew Lutomirski2016-11-301-0/+1
| | | * | | PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_usAndrew Lutomirski2016-11-301-1/+4
| | | * | | PM / QoS: Improve sysfs pm_qos_latency_tolerance validationAndrew Lutomirski2016-11-301-1/+5
| | | | |/ | | | |/|
| | * | | PM / core: Fix bug in the error handling of async suspendSahitya Tummala2016-12-081-1/+1
| | * | | PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren2016-12-063-15/+88
| | * | | PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson2016-11-191-5/+30
| | * | | PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson2016-11-091-1/+11
| | * | | PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson2016-10-211-2/+2
| | * | | PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson2016-10-211-1/+2
| | | |/ | | |/|
| * | | Merge branch 'pm-domains'Rafael J. Wysocki2016-12-121-62/+301
| |\ \ \ | | |_|/ | |/| |
| | * | PM / Domains: Fix compatible for domain idle stateLina Iyer2016-12-061-1/+1
| | * | PM / Domains: Do not print PM domain add error message if EPROBE_DEFERGeert Uytterhoeven2016-11-301-2/+3
| | * | PM / Domains: Fix a warning messageDan Carpenter2016-11-111-1/+1
| | * | PM / Domains: check for negative return from of_count_phandle_with_args()Colin Ian King2016-10-271-1/+1
| | * | PM / Domains: Support IRQ safe PM domainsLina Iyer2016-10-211-10/+101
| | * | PM / Domains: Abstract genpd lockingLina Iyer2016-10-211-40/+81
| | * | PM / Domains: Save the fwnode in genpd_power_stateLina Iyer2016-10-211-0/+1
| | * | PM / Domains: Allow domain power states to be read from DTLina Iyer2016-10-211-0/+94
| | * | PM / Domains: Make genpd state allocation dynamicLina Iyer2016-10-211-12/+23
| | |/
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+27
|\ \ \ | |/ / |/| |
| * | timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu2016-11-291-0/+27
| |/
* / PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris2016-11-111-4/+4
|/
*---. Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki2016-10-022-9/+15
|\ \ \
| | * | PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach2016-09-261-2/+12
| | * | PM / OPP: avoid maybe-uninitialized warningArnd Bergmann2016-09-171-7/+3
| | |/
* | | Merge branch 'pm-domains'Rafael J. Wysocki2016-10-021-78/+352
|\ \ \
| * | | PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson2016-09-241-12/+12
| * | | PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson2016-09-241-15/+11
| * | | PM / Domains: Remove redundant system PM callbacksUlf Hansson2016-09-241-12/+0
| * | | PM / Domains: Simplify detaching a device from its genpdUlf Hansson2016-09-241-14/+19
| * | | PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso2016-09-171-0/+4