Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
064416586190cb058d4c76a4e26b1996f434b6ca
/
drivers
/
base
/
power
/
opp.c
0644165
PM / OPP: Add OPP sharing information to OPP library
by Viresh Kumar
· 9 years ago
3ca9bb3
PM / OPP: Add clock-latency-ns support
by Viresh Kumar
· 9 years ago
2746590
PM / OPP: Add support to parse "operating-points-v2" bindings
by Viresh Kumar
· 9 years ago
23dacf6
PM / OPP: Break _opp_add_dynamic() into smaller functions
by Viresh Kumar
· 9 years ago
aa5f2f8
PM / OPP: Allocate dev_opp from _add_device_opp()
by Viresh Kumar
· 9 years ago
3bac42c
PM / OPP: Create _remove_device_opp() for freeing dev_opp
by Viresh Kumar
· 9 years ago
737002b
PM / OPP: Relocate few routines
by Viresh Kumar
· 9 years ago
59d84ca
PM / OPP / clk: Remove unnecessary OOM message
by Quentin Lambert
· 10 years ago
04bf1c7
PM / OPP: Assert RCU lock in exported functions
by Krzysztof Kozlowski
· 10 years ago
984f16c
PM / OPP: Update kernel documentation
by Nishanth Menon
· 10 years ago
327854c
PM / OPP: Ensure consistent naming of static functions
by Nishanth Menon
· 10 years ago
4679ec3
PM / OPP: export dev_pm_opp_get_notifier
by Nishanth Menon
· 10 years ago
b4718c0
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
by Dmitry Torokhov
· 10 years ago
0fe30da
PM / OPP: fix warning in of_free_opp_table()
by Dmitry Torokhov
· 10 years ago
b02ded2
PM / OPP: add some lockdep annotations
by Dmitry Torokhov
· 10 years ago
6ce4184
PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()
by Viresh Kumar
· 10 years ago
07cce74
PM / OPP: handle allocation of device_opp in a separate routine
by Viresh Kumar
· 10 years ago
29df0ee
PM / OPP: reuse find_device_opp() instead of duplicating code
by Viresh Kumar
· 10 years ago
86453b4
PM / OPP: Staticize __dev_pm_opp_remove()
by Viresh Kumar
· 10 years ago
1c6a662
PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'
by Viresh Kumar
· 10 years ago
2a6127d0
PM / OPP: remove double calls to find_device_opp()
by Viresh Kumar
· 10 years ago
7284a00
PM / OPP: set new_opp->dev_opp to a valid dev_opp
by Viresh Kumar
· 10 years ago
b4037aa
PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
by Viresh Kumar
· 10 years ago
129eec5
PM / OPP Introduce APIs to remove OPPs
by Viresh Kumar
· 10 years ago
38393409
PM / OPP mark OPPs as 'static' or 'dynamic'
by Viresh Kumar
· 10 years ago
a7470db
PM / OPP don't match for existing OPPs when list is empty
by Viresh Kumar
· 10 years ago
cd1a068
PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
by Viresh Kumar
· 10 years ago
057beb1
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
64ce854
PM / OPP: discard duplicate OPPs
by Chander Kashyap
· 11 years ago
086abb5
PM / OPP: fix incorrect OPP count handling in of_init_opp_table
by Chander Kashyap
· 11 years ago
a0dd7b7
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
by Nishanth Menon
· 11 years ago
0f5c890
PM / OPP: Remove cpufreq wrapper dependency on internal data organization
by Nishanth Menon
· 11 years ago
4272b96
drivers/base: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
e4db1c7
PM / OPP: rename header to linux/pm_opp.h
by Nishanth Menon
· 11 years ago
47d43ba
PM / OPP: rename data structures to dev_pm equivalents
by Nishanth Menon
· 11 years ago
5d4879c
PM / OPP: rename functions to dev_pm_opp*
by Nishanth Menon
· 11 years ago
b071f2b
PM / OPP: Export opp_add()
by Viresh Kumar
· 11 years ago
5070158
cpufreq: rename index as driver_data in cpufreq_frequency_table
by Viresh Kumar
· 12 years ago
cd787b34
PM / OPP: add documentation to RCU head in struct opp
by Nishanth Menon
· 12 years ago
74c46c6
PM / OPP: Export more symbols for module usage
by Mark Langsdorf
· 12 years ago
b2ccd76
PM / OPP: switch exported symbols to GPL variant
by Nishanth Menon
· 12 years ago
ea83f81
PM / OPP: using kfree_rcu() to simplify the code
by Wei Yongjun
· 12 years ago
0779726
PM / OPP: predictable fail results for opp_find* functions, v2
by Nishanth Menon
· 12 years ago
80126ce
PM / OPP: Export symbols for module usage.
by Liam Girdwood
· 12 years ago
dde8437
PM / OPP: RCU reclaim
by Vincent Guittot
· 12 years ago
b496dfb
PM / OPP: Initialize OPP table from device tree
by Shawn Guo
· 12 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
156acb1
PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
by Thomas Meyer
· 13 years ago
03ca370
PM / OPP: Add OPP availability change notifier.
by MyungJoo Ham
· 13 years ago
fc92805
drivers/base/power/opp.c: fix dev_opp initial value
by Jonghwan Choi
· 13 years ago
99f381d
PM / OPP: Introduce function to free cpufreq table
by Nishanth Menon
· 13 years ago
7ae4961
PM / OPP: opp_find_freq_exact() documentation fix
by Nishanth Menon
· 14 years ago
e1f60b2
PM: Introduce library for device-specific OPPs (v7)
by Nishanth Menon
· 14 years ago