index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-06
PM / OPP: Add infrastructure to manage multiple regulators
Viresh Kumar
4
-119
/
+292
2016-12-06
PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()
Viresh Kumar
1
-27
/
+17
2016-12-06
PM / OPP: Manage supply's voltage/current in a separate structure
Viresh Kumar
4
-42
/
+39
2016-12-06
PM / OPP: Don't use OPP structure outside of rcu protected section
Viresh Kumar
1
-3
/
+13
2016-11-30
PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()
Stephen Boyd
1
-16
/
+6
2016-11-30
PM / Domains: Do not print PM domain add error message if EPROBE_DEFER
Geert Uytterhoeven
1
-2
/
+3
2016-11-30
PM / QoS: Export dev_pm_qos_update_user_latency_tolerance
Andrew Lutomirski
1
-0
/
+1
2016-11-30
PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_us
Andrew Lutomirski
1
-1
/
+4
2016-11-30
PM / QoS: Improve sysfs pm_qos_latency_tolerance validation
Andrew Lutomirski
1
-1
/
+5
2016-11-29
timekeeping: Ignore the bogus sleep time if pm_trace is enabled
Chen Yu
1
-0
/
+27
2016-11-19
PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()
Ulf Hansson
1
-5
/
+30
2016-11-11
PM / Domains: Fix a warning message
Dan Carpenter
1
-1
/
+1
2016-11-11
PM / sleep: don't suspend parent when async child suspend_{noirq, late} fails
Brian Norris
1
-4
/
+4
2016-11-09
PM / Runtime: Don't allow to suspend a device with an active child
Ulf Hansson
1
-1
/
+11
2016-10-31
PM / runtime: Optimize the use of device links
Rafael J. Wysocki
1
-3
/
+20
2016-10-31
PM / runtime: Use device links
Rafael J. Wysocki
1
-5
/
+152
2016-10-31
PM / sleep: Make async suspend/resume of devices use device links
Rafael J. Wysocki
1
-6
/
+79
2016-10-31
driver core: Functional dependencies tracking support
Rafael J. Wysocki
2
-0
/
+12
2016-10-27
PM / Domains: check for negative return from of_count_phandle_with_args()
Colin Ian King
1
-1
/
+1
2016-10-21
PM / Domains: Support IRQ safe PM domains
Lina Iyer
1
-10
/
+101
2016-10-21
PM / Domains: Abstract genpd locking
Lina Iyer
1
-40
/
+81
2016-10-21
PM / Domains: Save the fwnode in genpd_power_state
Lina Iyer
1
-0
/
+1
2016-10-21
PM / Domains: Allow domain power states to be read from DT
Lina Iyer
1
-0
/
+94
2016-10-21
PM / Domains: Make genpd state allocation dynamic
Lina Iyer
1
-12
/
+23
2016-10-21
PM / Runtime: Clarify comment in rpm_resume() when resuming the parent
Ulf Hansson
1
-2
/
+2
2016-10-21
PM / Runtime: Remove the exported function pm_children_suspended()
Ulf Hansson
1
-1
/
+2
2016-10-21
PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()
Masahiro Yamada
1
-2
/
+2
2016-10-21
PM / OPP: make _of_get_opp_desc_node() a static function
Masahiro Yamada
2
-2
/
+1
2016-10-02
Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'
Rafael J. Wysocki
2
-9
/
+15
2016-10-02
Merge branch 'pm-domains'
Rafael J. Wysocki
1
-78
/
+352
2016-09-26
PM / OPP: Don't support OPP if it provides supported-hw but platform does not
Dave Gerlach
1
-2
/
+12
2016-09-24
PM / Domains: Rename pm_genpd_sync_poweron|poweroff()
Ulf Hansson
1
-12
/
+12
2016-09-24
PM / Domains: Don't measure latency of ->power_on|off() during system PM
Ulf Hansson
1
-15
/
+11
2016-09-24
PM / Domains: Remove redundant system PM callbacks
Ulf Hansson
1
-12
/
+0
2016-09-24
PM / Domains: Simplify detaching a device from its genpd
Ulf Hansson
1
-14
/
+19
2016-09-17
PM / OPP: avoid maybe-uninitialized warning
Arnd Bergmann
1
-7
/
+3
2016-09-17
PM / Domains: Allow holes in genpd_data.domains array
Tomeu Vizoso
1
-0
/
+4
2016-09-16
PM / runtime: Use _rcuidle for runtime suspend tracepoints
Paul E. McKenney
1
-2
/
+2
2016-09-13
PM / Domains: Add support for removing nested PM domains by provider
Jon Hunter
1
-0
/
+35
2016-09-13
PM / Domains: Add support for removing PM domains
Jon Hunter
1
-0
/
+60
2016-09-13
PM / Domains: Store the provider in the PM domain structure
Jon Hunter
1
-5
/
+37
2016-09-13
PM / Domains: Prepare for adding support to remove PM domains
Jon Hunter
1
-24
/
+73
2016-09-13
PM / Domains: Verify the PM domain is present when adding a provider
Jon Hunter
1
-3
/
+38
2016-09-13
PM / Domains: Don't expose xlate and provider helper functions
Jon Hunter
1
-12
/
+37
2016-09-13
PM / Domains: Don't expose generic_pm_domain structure to clients
Jon Hunter
1
-10
/
+9
2016-09-13
PM / Domains: Add new helper functions for device-tree
Jon Hunter
1
-0
/
+46
2016-08-31
PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle
Paul E. McKenney
1
-3
/
+3
2016-08-31
PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle
Paul E. McKenney
1
-2
/
+2
2016-08-12
PM / Domains: Always enable debugfs support if available
Jon Hunter
1
-2
/
+2
2016-08-05
Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-23
/
+26
[prev]
[next]