index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
opp
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
OPP: Add function to look up required OPP's for a given OPP
Saravana Kannan
2021-02-04
1
-0
/
+55
*
opp: Don't ignore clk_get() errors other than -ENOENT
Viresh Kumar
2021-02-02
1
-7
/
+11
*
opp: Update bandwidth requirements based on scaling up/down
Viresh Kumar
2021-02-02
1
-13
/
+27
*
opp: Allow lazy-linking of required-opps
Viresh Kumar
2021-02-02
1
-9
/
+36
*
opp: Remove dev_pm_opp_set_bw()
Viresh Kumar
2021-02-02
1
-36
/
+5
*
opp: Implement dev_pm_opp_set_opp()
Viresh Kumar
2021-02-02
1
-0
/
+28
*
opp: Update parameters of _set_opp_custom()
Viresh Kumar
2021-02-02
1
-13
/
+9
*
opp: Allow _generic_set_opp_clk_only() to work for non-freq devices
Viresh Kumar
2021-02-02
1
-0
/
+4
*
opp: Allow _generic_set_opp_regulator() to work for non-freq devices
Viresh Kumar
2021-02-02
1
-13
/
+12
*
opp: Allow _set_opp() to work for non-freq devices
Viresh Kumar
2021-02-02
1
-5
/
+11
*
opp: Split _set_opp() out of dev_pm_opp_set_rate()
Viresh Kumar
2021-02-02
1
-55
/
+71
*
opp: Keep track of currently programmed OPP
Viresh Kumar
2021-02-02
1
-31
/
+53
*
opp: No need to check clk for errors
Viresh Kumar
2021-02-02
1
-13
/
+4
*
opp: Rename _opp_set_rate_zero()
Viresh Kumar
2021-02-02
1
-2
/
+2
*
opp: Make _set_opp_custom() work without regulators
Dmitry Osipenko
2021-02-02
1
-11
/
+18
*
opp: Prepare for ->set_opp() helper to work without regulators
Viresh Kumar
2021-02-02
1
-38
/
+46
*
opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()
Dmitry Osipenko
2021-02-02
1
-1
/
+1
*
opp: Add devm_pm_opp_attach_genpd
Dmitry Osipenko
2021-02-02
1
-0
/
+36
*
opp: Add devm_pm_opp_register_set_opp_helper
Dmitry Osipenko
2021-02-02
1
-0
/
+34
*
opp: Defer acquiring the clk until OPPs are added
Viresh Kumar
2021-02-02
1
-28
/
+45
*
opp: Add dev_pm_opp_sync_regulators()
Dmitry Osipenko
2021-02-02
1
-0
/
+41
*
opp: Add dev_pm_opp_get_required_pstate()
Dmitry Osipenko
2021-02-02
1
-0
/
+22
*
opp: Add dev_pm_opp_find_level_ceil()
Dmitry Osipenko
2021-02-02
1
-0
/
+49
*
opp: Staticize _add_opp_table()
Viresh Kumar
2021-02-02
1
-1
/
+1
*
opp: Filter out OPPs based on availability of a required-OPP
Dmitry Osipenko
2021-02-02
1
-0
/
+11
*
opp: Fix adding OPP entries in a wrong order if rate is unavailable
Dmitry Osipenko
2021-02-02
1
-6
/
+4
*
opp: Call the missing clk_put() on error
Viresh Kumar
2020-12-28
1
-1
/
+4
*
opp: fix memory leak in _allocate_opp_table
Quanyang Wang
2020-12-28
1
-2
/
+4
*
opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_table
Viresh Kumar
2020-12-09
1
-0
/
+18
*
opp: Don't create an OPP table from dev_pm_opp_get_opp_table()
Viresh Kumar
2020-12-09
1
-14
/
+13
*
opp: Reduce the size of critical section in _opp_kref_release()
Viresh Kumar
2020-12-09
1
-47
/
+47
*
opp: Don't return opp_dev from _find_opp_dev()
Viresh Kumar
2020-11-06
1
-12
/
+10
*
opp: Allocate the OPP table outside of opp_table_lock
Viresh Kumar
2020-11-06
1
-5
/
+42
*
opp: Always add entries in dev_list with opp_table->lock held
Viresh Kumar
2020-11-02
1
-15
/
+5
*
opp: Reduce the size of critical section in _opp_table_kref_release()
Viresh Kumar
2020-10-27
1
-3
/
+4
*
opp: Fix early exit from dev_pm_opp_register_set_opp_helper()
Viresh Kumar
2020-10-27
1
-1
/
+1
*
Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Rafael J. Wysocki
2020-10-05
1
-110
/
+121
|
\
|
*
opp: Allow opp-level to be set to 0
Viresh Kumar
2020-09-16
1
-3
/
+0
|
*
opp: Prevent memory leak in dev_pm_opp_attach_genpd()
Viresh Kumar
2020-09-16
1
-0
/
+6
|
*
opp: Set required OPPs in reverse order when scaling down
Stephan Gerhold
2020-09-16
1
-8
/
+19
|
*
opp: Reduce code duplication in _set_required_opps()
Stephan Gerhold
2020-09-16
1
-21
/
+22
|
*
opp: Drop unnecessary check from dev_pm_opp_attach_genpd()
Viresh Kumar
2020-09-16
1
-6
/
+0
|
*
Merge branch 'opp/defer-probe' into HEAD
Viresh Kumar
2020-09-16
1
-22
/
+31
|
|
\
|
|
*
opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
Stephan Gerhold
2020-08-25
1
-22
/
+31
|
*
|
opp: Remove _dev_pm_opp_find_and_remove_table() wrapper
Viresh Kumar
2020-08-24
1
-13
/
+8
|
*
|
opp: Split out _opp_set_rate_zero()
Viresh Kumar
2020-08-24
1
-23
/
+29
|
*
|
opp: Reuse the enabled flag in !target_freq path
Viresh Kumar
2020-08-24
1
-18
/
+11
|
*
|
opp: Rename regulator_enabled and use it as status of all resources
Viresh Kumar
2020-08-24
1
-10
/
+9
*
|
|
Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Rafael J. Wysocki
2020-09-01
1
-6
/
+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
opp: Don't drop reference for an OPP table that was never parsed
Viresh Kumar
2020-08-31
1
-6
/
+16
|
|
/
[prev]
[next]