index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq-dt.c
Age
Commit message (
Expand
)
Author
2016-04-28
cpufreq: dt: Kill platform-data
Viresh Kumar
2016-04-28
cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2
Viresh Kumar
2016-04-05
cpufreq: dt: Drop stale comment
Viresh Kumar
2016-02-10
cpufreq: dt: No need to allocate resources anymore
Viresh Kumar
2016-02-10
cpufreq: dt: No need to fetch voltage-tolerance
Viresh Kumar
2016-02-10
cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency
Viresh Kumar
2016-02-10
cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()
Viresh Kumar
2016-02-10
cpufreq: dt: Unsupported OPPs are already disabled
Viresh Kumar
2016-02-10
cpufreq: dt: Pass regulator name to the OPP core
Viresh Kumar
2016-02-10
cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well
Viresh Kumar
2016-02-10
cpufreq: dt: Rename 'need_update' to 'opp_v1'
Viresh Kumar
2016-02-10
cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()
Viresh Kumar
2016-01-27
cpufreq: cpufreq-dt: avoid uninitialized variable warnings:
Arnd Bergmann
2016-01-05
cpufreq-dt: fix handling regulator_get_voltage() result
Andrzej Hajda
2015-12-09
cpufreq-dt: Supply power coefficient when registering cooling devices
Punit Agrawal
2015-09-15
PM / OPP: Prefix exported opp routines with dev_pm_opp_
Viresh Kumar
2015-09-15
PM / OPP: Rename opp init/free table routines
Viresh Kumar
2015-09-09
cpufreq-dt: add suspend frequency support
Bartlomiej Zolnierkiewicz
2015-09-03
cpufreq: dt: Tolerance applies on both sides of target voltage
Viresh Kumar
2015-09-03
cpufreq: dt: Print error on failing to mark OPPs as shared
Viresh Kumar
2015-09-03
cpufreq: dt: Check OPP count before marking them shared
Viresh Kumar
2015-08-08
cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled
Bartlomiej Zolnierkiewicz
2015-08-07
cpufreq: dt: Add support for turbo/boost mode
Viresh Kumar
2015-08-07
cpufreq: dt: Add support for operating-points-v2 bindings
Viresh Kumar
2015-06-16
cpufreq: dt: allow driver to boot automatically
Felipe Balbi
2015-02-03
cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invoca...
Markus Elfring
2014-12-29
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
Rafael J. Wysocki
2014-12-18
cpufreq-dt: defer probing if OPP table is not ready
Dmitry Torokhov
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-12-01
cpufreq-dt: free OPP table created during ->init()
Viresh Kumar
2014-11-29
cpufreq-dt: register cooling device from ->ready() callback
Viresh Kumar
2014-11-29
cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()
Viresh Kumar
2014-11-20
cpufreq: cpufreq-dt: Move newline to end of error message
Geert Uytterhoeven
2014-11-06
cpufreq: cpufreq-dt: Handle regulator_get_voltage() failure
Stefan Wahren
2014-11-06
cpufreq: cpufreq-dt: Improve debug about matching OPP
Stefan Wahren
2014-11-05
cpufreq: cpufreq-dt: Fix arguments in clock failure error message
Abhilash Kesavan
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-10-27
cpufreq: cpufreq-dt: Restore default cpumask_setall(policy->cpus)
Geert Uytterhoeven
2014-10-27
cpufreq: cpufreq-dt: disable unsupported OPPs
Lucas Stach
2014-10-20
cpufreq: cpufreq-dt: adjust message related to regulators
Thomas Petazzoni
2014-10-20
cpufreq: cpufreq-dt: extend with platform_data
Thomas Petazzoni
2014-10-20
cpufreq: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-03
cpufreq: cpufreq-dt: fix potential double put of cpu OF node
Lucas Stach
2014-10-03
cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'
Viresh Kumar