index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
opp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-15
PM / OPP: Move opp core to its own directory
Viresh Kumar
1
-1559
/
+0
2015-09-15
PM / OPP: Prefix exported opp routines with dev_pm_opp_
Viresh Kumar
1
-20
/
+21
2015-09-15
PM / OPP: Rename opp init/free table routines
Viresh Kumar
1
-21
/
+20
2015-09-15
PM / OPP: reuse of_parse_phandle()
Viresh Kumar
1
-54
/
+17
2015-09-11
Merge branch 'pm-opp'
Rafael J. Wysocki
1
-0
/
+28
2015-09-09
PM / OPP: Return suspend_opp only if it is enabled
Viresh Kumar
1
-7
/
+5
2015-09-09
PM / OPP: add dev_pm_opp_get_suspend_opp() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+30
2015-09-02
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-181
/
+822
2015-08-28
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-3
/
+3
2015-08-28
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Viresh Kumar
1
-3
/
+6
2015-08-28
PM / OPP: Free resources and properly return error on failure
Viresh Kumar
1
-14
/
+16
2015-08-07
PM / OPP: add dev_pm_opp_is_turbo() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+34
2015-08-07
PM / OPP: Add helpers for initializing CPU OPPs
Viresh Kumar
1
-0
/
+175
2015-08-07
PM / OPP: Add support for opp-suspend
Viresh Kumar
1
-0
/
+11
2015-08-07
PM / OPP: Add OPP sharing information to OPP library
Viresh Kumar
1
-24
/
+150
2015-08-07
PM / OPP: Add clock-latency-ns support
Viresh Kumar
1
-2
/
+39
2015-08-07
PM / OPP: Add support to parse "operating-points-v2" bindings
Viresh Kumar
1
-24
/
+233
2015-08-07
PM / OPP: Break _opp_add_dynamic() into smaller functions
Viresh Kumar
1
-49
/
+76
2015-08-07
PM / OPP: Allocate dev_opp from _add_device_opp()
Viresh Kumar
1
-23
/
+27
2015-08-07
PM / OPP: Create _remove_device_opp() for freeing dev_opp
Viresh Kumar
1
-5
/
+17
2015-08-07
PM / OPP: Relocate few routines
Viresh Kumar
1
-138
/
+139
2015-07-23
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-2
/
+2
2015-02-12
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
1
-6
/
+2
2015-01-24
PM / OPP: Assert RCU lock in exported functions
Krzysztof Kozlowski
1
-0
/
+4
2015-01-24
PM / OPP: Update kernel documentation
Nishanth Menon
1
-13
/
+114
2015-01-24
PM / OPP: Ensure consistent naming of static functions
Nishanth Menon
1
-31
/
+31
2015-01-24
PM / OPP: export dev_pm_opp_get_notifier
Nishanth Menon
1
-0
/
+1
2014-12-18
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
Dmitry Torokhov
1
-7
/
+8
2014-12-18
PM / OPP: fix warning in of_free_opp_table()
Dmitry Torokhov
1
-2
/
+8
2014-12-18
PM / OPP: add some lockdep annotations
Dmitry Torokhov
1
-0
/
+16
2014-12-11
PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()
Viresh Kumar
1
-7
/
+10
2014-12-11
PM / OPP: handle allocation of device_opp in a separate routine
Viresh Kumar
1
-15
/
+22
2014-12-11
PM / OPP: reuse find_device_opp() instead of duplicating code
Viresh Kumar
1
-7
/
+2
2014-12-11
PM / OPP: Staticize __dev_pm_opp_remove()
Viresh Kumar
1
-1
/
+2
2014-12-11
PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'
Viresh Kumar
1
-2
/
+6
2014-12-10
PM / OPP: remove double calls to find_device_opp()
Viresh Kumar
1
-1
/
+1
2014-12-10
PM / OPP: set new_opp->dev_opp to a valid dev_opp
Viresh Kumar
1
-1
/
+1
2014-11-30
PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
Viresh Kumar
1
-1
/
+1
2014-11-30
PM / OPP Introduce APIs to remove OPPs
Viresh Kumar
1
-0
/
+102
2014-11-30
PM / OPP mark OPPs as 'static' or 'dynamic'
Viresh Kumar
1
-25
/
+34
2014-11-30
PM / OPP don't match for existing OPPs when list is empty
Viresh Kumar
1
-6
/
+9
2014-11-30
PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
Viresh Kumar
1
-10
/
+10
2014-06-04
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-91
/
+0
2014-05-27
PM / OPP: discard duplicate OPPs
Chander Kashyap
1
-2
/
+25
2014-05-20
PM / OPP: fix incorrect OPP count handling in of_init_opp_table
Chander Kashyap
1
-3
/
+1
2014-05-07
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
Nishanth Menon
1
-92
/
+0
2014-05-07
PM / OPP: Remove cpufreq wrapper dependency on internal data organization
Nishanth Menon
1
-27
/
+28
2014-02-15
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-10-26
PM / OPP: rename header to linux/pm_opp.h
Nishanth Menon
1
-1
/
+1
2013-10-26
PM / OPP: rename data structures to dev_pm equivalents
Nishanth Menon
1
-19
/
+22
[next]