aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq-dt.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10cpufreq: dt: Allow platform specific suspend/resume callbacksGravatar Viresh Kumar 1-2/+8
2018-03-20cpufreq: cpufreq-dt: Don't validate the frequency table twiceGravatar Viresh Kumar 1-7/+1
2017-12-07cpu_cooling: Keep only one of_cpufreq*cooling_register() helperGravatar Viresh Kumar 1-1/+1
2017-12-07cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTGravatar Viresh Kumar 1-26/+1
2017-10-03cpufreq: dt: invoke frequency-invariance setter functionGravatar Dietmar Eggemann 1-2/+10
2017-08-01cpufreq: Process remote callbacks from any CPU if the platform permitsGravatar Viresh Kumar 1-0/+1
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceGravatar Viresh Kumar 1-1/+1
2017-01-27PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateGravatar Viresh Kumar 1-6/+1
2016-12-06PM / OPP: Add infrastructure to manage multiple regulatorsGravatar Viresh Kumar 1-3/+3
2016-11-30PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Gravatar Stephen Boyd 1-4/+8
2016-09-13cpufreq: dt: Support governor tunables per policyGravatar Viresh Kumar 1-0/+6
2016-09-13cpufreq: dt: Remove unused codeGravatar Viresh Kumar 1-2/+0
2016-04-28cpufreq: dt: Kill platform-dataGravatar Viresh Kumar 1-5/+1
2016-04-28cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2Gravatar Viresh Kumar 1-7/+9
2016-04-05cpufreq: dt: Drop stale commentGravatar Viresh Kumar 1-3/+0
2016-02-11cpufreq: dt: No need to allocate resources anymoreGravatar Viresh Kumar 1-67/+45
2016-02-11cpufreq: dt: No need to fetch voltage-toleranceGravatar Viresh Kumar 1-23/+23
2016-02-11cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyGravatar Viresh Kumar 1-71/+2
2016-02-11cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Gravatar Viresh Kumar 1-44/+4
2016-02-11cpufreq: dt: Unsupported OPPs are already disabledGravatar Viresh Kumar 1-2/+0
2016-02-11cpufreq: dt: Pass regulator name to the OPP coreGravatar Viresh Kumar 1-0/+46
2016-02-11cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellGravatar Viresh Kumar 1-4/+1
2016-02-11cpufreq: dt: Rename 'need_update' to 'opp_v1'Gravatar Viresh Kumar 1-3/+3
2016-02-11cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Gravatar Viresh Kumar 1-2/+2
2016-01-27cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Gravatar Arnd Bergmann 1-8/+7
2016-01-05cpufreq-dt: fix handling regulator_get_voltage() resultGravatar Andrzej Hajda 1-2/+3
2015-12-10cpufreq-dt: Supply power coefficient when registering cooling devicesGravatar Punit Agrawal 1-2/+7
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Gravatar Viresh Kumar 1-5/+5
2015-09-15PM / OPP: Rename opp init/free table routinesGravatar Viresh Kumar 1-3/+3
2015-09-09cpufreq-dt: add suspend frequency supportGravatar Bartlomiej Zolnierkiewicz 1-0/+9
2015-09-03cpufreq: dt: Tolerance applies on both sides of target voltageGravatar Viresh Kumar 1-1/+2
2015-09-03cpufreq: dt: Print error on failing to mark OPPs as sharedGravatar Viresh Kumar 1-1/+4
2015-09-03cpufreq: dt: Check OPP count before marking them sharedGravatar Viresh Kumar 1-11/+11
2015-08-08cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledGravatar Bartlomiej Zolnierkiewicz 1-1/+8
2015-08-07cpufreq: dt: Add support for turbo/boost modeGravatar Viresh Kumar 1-0/+8
2015-08-07cpufreq: dt: Add support for operating-points-v2 bindingsGravatar Viresh Kumar 1-10/+46
2015-06-17cpufreq: dt: allow driver to boot automaticallyGravatar Felipe Balbi 1-0/+1
2015-02-03cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invoca...Gravatar Markus Elfring 1-2/+1
2014-12-29Merge branches 'pm-cpufreq' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-0/+11
2014-12-18cpufreq-dt: defer probing if OPP table is not readyGravatar Dmitry Torokhov 1-0/+11
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-12-01cpufreq-dt: free OPP table created during ->init()Gravatar Viresh Kumar 1-2/+4
2014-11-29cpufreq-dt: register cooling device from ->ready() callbackGravatar Viresh Kumar 1-19/+32
2014-11-29cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()Gravatar Viresh Kumar 1-1/+1
2014-11-20cpufreq: cpufreq-dt: Move newline to end of error messageGravatar Geert Uytterhoeven 1-1/+1
2014-11-06cpufreq: cpufreq-dt: Handle regulator_get_voltage() failureGravatar Stefan Wahren 1-2/+2
2014-11-06cpufreq: cpufreq-dt: Improve debug about matching OPPGravatar Stefan Wahren 1-0/+5
2014-11-05cpufreq: cpufreq-dt: Fix arguments in clock failure error messageGravatar Abhilash Kesavan 1-2/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-1/+0