index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM / OPP: Update OPP users to put reference
Viresh Kumar
2017-01-30
2
-67
/
+69
*
PM / OPP: Add 'struct kref' to struct dev_pm_opp
Viresh Kumar
2017-01-30
2
-15
/
+15
*
PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
Viresh Kumar
2017-01-30
3
-89
/
+29
*
PM / OPP: Take reference of the OPP table while adding/removing OPPs
Viresh Kumar
2017-01-30
1
-5
/
+4
*
PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
Viresh Kumar
2017-01-30
1
-193
/
+50
*
PM / OPP: Add 'struct kref' to OPP table
Viresh Kumar
2017-01-30
2
-2
/
+52
*
PM / OPP: Add per OPP table mutex
Viresh Kumar
2017-01-30
2
-4
/
+29
*
PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()
Viresh Kumar
2017-01-27
1
-32
/
+44
*
PM / OPP: Don't expose srcu_head to register notifiers
Viresh Kumar
2017-01-27
1
-16
/
+50
*
PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rate
Viresh Kumar
2017-01-27
1
-14
/
+13
*
PM / OPP: Don't allocate OPP table from _opp_allocate()
Viresh Kumar
2017-01-27
3
-73
/
+78
*
PM / OPP: Rename and split _dev_pm_opp_remove_table()
Viresh Kumar
2017-01-27
3
-15
/
+24
*
PM / OPP: Add light weight _opp_free() routine
Viresh Kumar
2017-01-27
3
-11
/
+13
*
PM / OPP: Error out on failing to add static OPPs for v1 bindings
Viresh Kumar
2017-01-27
1
-4
/
+8
*
PM / OPP: Rename _allocate_opp() to _opp_allocate()
Viresh Kumar
2017-01-27
3
-4
/
+4
*
PM / OPP: Remove useless TODO
Viresh Kumar
2017-01-27
1
-2
/
+0
*
PM / OPP: Fix memory leak while adding duplicate OPPs
Viresh Kumar
2017-01-27
2
-3
/
+21
*
PM / domains: Fix 'may be used uninitialized' build warning
Augusto Mecking Caringi
2016-12-31
1
-0
/
+1
*
avoid spurious "may be used uninitialized" warning
Linus Torvalds
2016-12-25
1
-0
/
+1
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
2
-2
/
+2
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-12-13
3
-11
/
+260
|
\
|
*
PM / runtime: Optimize the use of device links
Rafael J. Wysocki
2016-10-31
1
-3
/
+20
|
*
PM / runtime: Use device links
Rafael J. Wysocki
2016-10-31
1
-5
/
+152
|
*
PM / sleep: Make async suspend/resume of devices use device links
Rafael J. Wysocki
2016-10-31
1
-6
/
+79
|
*
driver core: Functional dependencies tracking support
Rafael J. Wysocki
2016-10-31
2
-0
/
+12
*
|
Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2016-12-13
12
-270
/
+977
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'pm-sleep' and 'powercap'
Rafael J. Wysocki
2016-12-12
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
PM / sleep: Print active wakeup sources when blocking on wakeup_count reads
xing wei
2016-12-08
1
-3
/
+3
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'pm-opp'
Rafael J. Wysocki
2016-12-12
4
-178
/
+529
|
|
\
\
\
|
|
*
|
|
PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()
Viresh Kumar
2016-12-06
1
-1
/
+1
|
|
*
|
|
PM / OPP: Allow platform specific custom set_opp() callbacks
Viresh Kumar
2016-12-06
2
-1
/
+115
|
|
*
|
|
PM / OPP: Separate out _generic_set_opp()
Viresh Kumar
2016-12-06
2
-53
/
+131
|
|
*
|
|
PM / OPP: Add infrastructure to manage multiple regulators
Viresh Kumar
2016-12-06
4
-120
/
+293
|
|
*
|
|
PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()
Viresh Kumar
2016-12-06
1
-27
/
+17
|
|
*
|
|
PM / OPP: Manage supply's voltage/current in a separate structure
Viresh Kumar
2016-12-06
4
-42
/
+39
|
|
*
|
|
PM / OPP: Don't use OPP structure outside of rcu protected section
Viresh Kumar
2016-12-06
1
-3
/
+13
|
|
*
|
|
PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()
Stephen Boyd
2016-11-30
1
-16
/
+6
|
|
*
|
|
PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()
Masahiro Yamada
2016-10-21
1
-2
/
+2
|
|
*
|
|
PM / OPP: make _of_get_opp_desc_node() a static function
Masahiro Yamada
2016-10-21
2
-2
/
+1
|
|
|
/
/
|
|
|
|
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
.
|
|
Merge branches 'pm-core', 'pm-qos' and 'pm-avs'
Rafael J. Wysocki
2016-12-12
6
-27
/
+144
|
|
\
\
\
|
|
|
|
|
*
|
|
PM / QoS: Export dev_pm_qos_update_user_latency_tolerance
Andrew Lutomirski
2016-11-30
1
-0
/
+1
|
|
|
*
|
|
PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_us
Andrew Lutomirski
2016-11-30
1
-1
/
+4
|
|
|
*
|
|
PM / QoS: Improve sysfs pm_qos_latency_tolerance validation
Andrew Lutomirski
2016-11-30
1
-1
/
+5
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
PM / core: Fix bug in the error handling of async suspend
Sahitya Tummala
2016-12-08
1
-1
/
+1
|
|
*
|
|
PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
Tony Lindgren
2016-12-06
3
-15
/
+88
|
|
*
|
|
PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()
Ulf Hansson
2016-11-19
1
-5
/
+30
|
|
*
|
|
PM / Runtime: Don't allow to suspend a device with an active child
Ulf Hansson
2016-11-09
1
-1
/
+11
|
|
*
|
|
PM / Runtime: Clarify comment in rpm_resume() when resuming the parent
Ulf Hansson
2016-10-21
1
-2
/
+2
|
|
*
|
|
PM / Runtime: Remove the exported function pm_children_suspended()
Ulf Hansson
2016-10-21
1
-1
/
+2
|
|
|
|
/
|
|
|
/
|
[next]