index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
opp.c
Age
Commit message (
Expand
)
Author
2015-02-12
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
2015-01-23
PM / OPP: Assert RCU lock in exported functions
Krzysztof Kozlowski
2015-01-23
PM / OPP: Update kernel documentation
Nishanth Menon
2015-01-23
PM / OPP: Ensure consistent naming of static functions
Nishanth Menon
2015-01-23
PM / OPP: export dev_pm_opp_get_notifier
Nishanth Menon
2014-12-18
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
Dmitry Torokhov
2014-12-18
PM / OPP: fix warning in of_free_opp_table()
Dmitry Torokhov
2014-12-18
PM / OPP: add some lockdep annotations
Dmitry Torokhov
2014-12-10
PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()
Viresh Kumar
2014-12-10
PM / OPP: handle allocation of device_opp in a separate routine
Viresh Kumar
2014-12-10
PM / OPP: reuse find_device_opp() instead of duplicating code
Viresh Kumar
2014-12-10
PM / OPP: Staticize __dev_pm_opp_remove()
Viresh Kumar
2014-12-10
PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'
Viresh Kumar
2014-12-10
PM / OPP: remove double calls to find_device_opp()
Viresh Kumar
2014-12-10
PM / OPP: set new_opp->dev_opp to a valid dev_opp
Viresh Kumar
2014-11-29
PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
Viresh Kumar
2014-11-29
PM / OPP Introduce APIs to remove OPPs
Viresh Kumar
2014-11-29
PM / OPP mark OPPs as 'static' or 'dynamic'
Viresh Kumar
2014-11-29
PM / OPP don't match for existing OPPs when list is empty
Viresh Kumar
2014-11-29
PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
Viresh Kumar
2014-06-03
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2014-05-27
PM / OPP: discard duplicate OPPs
Chander Kashyap
2014-05-19
PM / OPP: fix incorrect OPP count handling in of_init_opp_table
Chander Kashyap
2014-05-07
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
Nishanth Menon
2014-05-07
PM / OPP: Remove cpufreq wrapper dependency on internal data organization
Nishanth Menon
2014-02-14
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-10-25
PM / OPP: rename header to linux/pm_opp.h
Nishanth Menon
2013-10-25
PM / OPP: rename data structures to dev_pm equivalents
Nishanth Menon
2013-10-25
PM / OPP: rename functions to dev_pm_opp*
Nishanth Menon
2013-08-06
PM / OPP: Export opp_add()
Viresh Kumar
2013-06-04
cpufreq: rename index as driver_data in cpufreq_frequency_table
Viresh Kumar
2013-04-05
PM / OPP: add documentation to RCU head in struct opp
Nishanth Menon
2013-02-02
PM / OPP: Export more symbols for module usage
Mark Langsdorf
2013-02-02
PM / OPP: switch exported symbols to GPL variant
Nishanth Menon
2012-11-15
PM / OPP: using kfree_rcu() to simplify the code
Wei Yongjun
2012-11-15
PM / OPP: predictable fail results for opp_find* functions, v2
Nishanth Menon
2012-11-15
PM / OPP: Export symbols for module usage.
Liam Girdwood
2012-11-15
PM / OPP: RCU reclaim
Vincent Guittot
2012-09-09
PM / OPP: Initialize OPP table from device tree
Shawn Guo
2012-03-11
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
2011-11-08
PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Thomas Meyer
2011-09-30
PM / OPP: Add OPP availability change notifier.
MyungJoo Ham
2011-07-26
drivers/base/power/opp.c: fix dev_opp initial value
Jonghwan Choi
2011-07-15
PM / OPP: Introduce function to free cpufreq table
Nishanth Menon
2011-03-15
PM / OPP: opp_find_freq_exact() documentation fix
Nishanth Menon
2010-10-17
PM: Introduce library for device-specific OPPs (v7)
Nishanth Menon