Sign in
android-kvm
/
linux
/
3bac408a8bcaa2b06e44a3a0254ca26b1ca3025a
/
drivers
/
opp
/
of.c
ade0c949
Merge branch 'opp/genpd/propagation' into opp/linux-next
by Viresh Kumar
· 6 years ago
2feb5a8
OPP: Don't return 0 on error from of_get_required_opp_performance_state()
by Viresh Kumar
· 6 years ago
699e21e
OPP: Improve _find_table_of_opp_np()
by Viresh Kumar
· 6 years ago
46f48ac
OPP: Fix missing debugfs supply directory for OPPs
by Viresh Kumar
· 6 years ago
3e27c79
OPP: Fix parsing of multiple phandles in "operating-points-v2" property
by Viresh Kumar
· 6 years ago
534245c
OPP: Remove of_dev_pm_opp_find_required_opp()
by Viresh Kumar
· 7 years ago
4c6a343
OPP: Rename and relocate of_genpd_opp_to_performance_state()
by Viresh Kumar
· 7 years ago
ca1b5d7
OPP: Configure all required OPPs
by Viresh Kumar
· 7 years ago
4f018bc
OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helper
by Viresh Kumar
· 7 years ago
da544b6
OPP: Populate OPPs from "required-opps" property
by Viresh Kumar
· 7 years ago
5d6d106
OPP: Populate required opp tables from "required-opps" property
by Viresh Kumar
· 7 years ago
61d8e7c
OPP: Identify and mark genpd OPP tables
by Viresh Kumar
· 7 years ago
deac870
PM / OPP: _of_add_opp_table_v2(): increment count only if OPP is added
by Dave Gerlach
· 6 years ago
50b6b87
OPP: Improve error handling in dev_pm_opp_of_cpumask_add_table()
by Viresh Kumar
· 6 years ago
5ed4cec
OPP: Pass OPP table to _of_add_opp_table_v{1|2}()
by Viresh Kumar
· 6 years ago
283d55e
OPP: Prevent creating multiple OPP tables for devices sharing OPP nodes
by Viresh Kumar
· 7 years ago
cdd6ed9
OPP: Use a single mechanism to free the OPP table
by Viresh Kumar
· 6 years ago
2a4eb73
OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()
by Viresh Kumar
· 6 years ago
d0e8ae6
OPP: Create separate kref for static OPPs list
by Viresh Kumar
· 7 years ago
f06ed90
OPP: Parse OPP table's DT properties from _of_init_opp_table()
by Viresh Kumar
· 7 years ago
eb7c8743
OPP: Pass index to _of_init_opp_table()
by Viresh Kumar
· 7 years ago
404b136
OPP: Don't try to remove all OPP tables on failure
by Viresh Kumar
· 6 years ago
2fbb867
OPP: Free OPP table properly on performance state irregularities
by Viresh Kumar
· 7 years ago
8a352fd
OPP: Allow same OPP table to be used for multiple genpd
by Viresh Kumar
· 7 years ago
6a89e01
PM / OPP: silence an uninitialized variable warning
by Dan Carpenter
· 7 years ago
3ba9832
PM / OPP: Get performance state using genpd helper
by Viresh Kumar
· 8 years ago
e2f4b5f
PM / OPP: Implement dev_pm_opp_get_of_node()
by Viresh Kumar
· 7 years ago
a88bd2a
PM / OPP: Implement of_dev_pm_opp_find_required_opp()
by Viresh Kumar
· 7 years ago
fa9b274
PM / OPP: Implement dev_pm_opp_of_add_table_indexed()
by Viresh Kumar
· 8 years ago
a1e8c13
PM / OPP: "opp-hz" is optional for power domains
by Viresh Kumar
· 7 years ago
9867999f
PM / OPP: add missing of_node_put() for of_get_cpu_node()
by Sudeep Holla
· 7 years ago
7978db3
PM / OPP: Add missing of_node_put(np)
by Tobias Jordan
· 7 years ago
7813dd6
PM / OPP: Move the OPP directory out of power/
by Viresh Kumar
· 7 years ago
[Renamed from drivers/base/power/opp/of.c]
7627929
PM / OPP: Fix get sharing CPUs when hotplug is used
by Waldemar Rymarkiewicz
· 8 years ago
5b60697
PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table
by Viresh Kumar
· 8 years ago
688a48b
PM / OPP: opp-microvolt is not optional if regulators are set
by Viresh Kumar
· 8 years ago
0764c60
PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API
by Dave Gerlach
· 8 years ago
052c6f1
PM / OPP: Move away from RCU locking
by Viresh Kumar
· 8 years ago
b83c189
PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()
by Viresh Kumar
· 8 years ago
8cd2f6e
PM / OPP: Don't allocate OPP table from _opp_allocate()
by Viresh Kumar
· 8 years ago
9274c89
PM / OPP: Rename and split _dev_pm_opp_remove_table()
by Viresh Kumar
· 8 years ago
969fceb
PM / OPP: Add light weight _opp_free() routine
by Viresh Kumar
· 8 years ago
04a86a8
PM / OPP: Error out on failing to add static OPPs for v1 bindings
by Viresh Kumar
· 8 years ago
63a69ea4
PM / OPP: Rename _allocate_opp() to _opp_allocate()
by Viresh Kumar
· 8 years ago
1715371
PM / OPP: Remove useless TODO
by Viresh Kumar
· 8 years ago
7f8538e
PM / OPP: Fix memory leak while adding duplicate OPPs
by Viresh Kumar
· 8 years ago
dfbe467
PM / OPP: Add infrastructure to manage multiple regulators
by Viresh Kumar
· 8 years ago
0f0fe7e
PM / OPP: Manage supply's voltage/current in a separate structure
by Viresh Kumar
· 8 years ago
349aa92
PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()
by Masahiro Yamada
· 8 years ago
4bee77d
PM / OPP: make _of_get_opp_desc_node() a static function
by Masahiro Yamada
· 8 years ago
a4ee454
PM / OPP: Don't support OPP if it provides supported-hw but platform does not
by Dave Gerlach
· 8 years ago
79ee2e8
PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_table
by Viresh Kumar
· 9 years ago
f47b72a
PM / OPP: Move CONFIG_OF dependent code in a separate file
by Viresh Kumar
· 9 years ago