index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
cpufreq_dt.c
Age
Commit message (
Expand
)
Author
2021-02-22
It is more appropriate to use clk_get_rate() rather than sc->sc_freq_target *...
ryo
2021-01-27
Rename of_match_compat_data() to of_compatible_match(). Similarly,
thorpej
2020-06-03
Re-enable "set cpufreq at boot" code.
jmcneill
2020-06-03
Disable setting cpufreq at boot for now
jmcneill
2020-06-03
Highest speed is first opp, not last
jmcneill
2020-06-02
Select the highest rate at boot, and update cycle counter frequency when rate...
jmcneill
2019-10-29
Add explicit FDT_OPP for operating-points-v2 so the link set won't be empty
jmcneill
2019-10-28
Add support for platform specific opp table filters.
jmcneill
2019-10-28
Skip nodes with an "opp-suspend" property and fix tables that have disabled
jmcneill
2019-10-07
Fix argument to fdtbus_get_reg, from Jared.
martin
2019-10-06
Change sysctl to be named after the first CPU in the DVFS domain.
jmcneill
2019-05-21
opp-v2 table seems to list opps from lowest to highest, so swap the order to ...
jmcneill
2018-11-01
Support for "opp-microvolt" with more than one cell
jmcneill
2018-09-20
Use machdep.cpu for the first instance
jmcneill
2018-09-01
Don't print an error message for shared opp tables
jmcneill
2018-09-01
Add support for opp-v2 tables and multiple instances of the cpufreqdt
jmcneill
2017-12-16
Support cpu nodes without a cpu-supply property.
jmcneill
2017-10-05
Listen for PMFE_THROTTLE_* events and limit CPU frequency when throttling
jmcneill
2017-10-02
Add generic DT cpu frequency and voltage scaling driver.
jmcneill