summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq-dt.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: dt: Switch to use dev_err_probe() helperYang Yingliang2022-10-181-4/+2
* OPP: Migrate set-regulators API to use set-config helpersViresh Kumar2022-07-081-6/+6
* OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar2022-07-081-5/+4
* cpufreq: dt: Use .register_em() to register with energy modelViresh Kumar2021-08-121-2/+1
* cpufreq: dt: dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFERQuanyang Wang2021-03-251-2/+7
* cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar2021-02-041-1/+1
* cpufreq: dt: dev_pm_opp_put_regulators() accepts NULL argumentViresh Kumar2020-12-091-4/+2
* cpufreq: dt: Don't (ab)use dev_pm_opp_get_opp_table() to create OPP tableViresh Kumar2020-12-091-89/+68
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-10-061-143/+143
|\
| * cpufreq: dt: Refactor initialization to handle probe deferral properlyStephan Gerhold2020-09-161-143/+143
* | cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu2020-09-181-9/+1
|/
* OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba2020-06-241-1/+1
* cpufreq: dt: Add support for interconnect bandwidth scalingGeorgi Djakov2020-05-291-0/+4
* cpufreq: dt: Allow platform specific intermediate callbacksPeng Fan2020-03-121-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge branch 'pm-opp'Rafael J. Wysocki2019-03-041-0/+2
|\
| * cpufreq: dt: Register an Energy ModelQuentin Perret2019-02-071-0/+2
* | cpufreq: dt: Implement online/offline() callbacksViresh Kumar2019-02-121-0/+17
* | cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
|/
* cpufreq: dt: Try freeing static OPPs only if we have added themViresh Kumar2018-10-041-15/+19
* cpufreq: dt: Allow platform specific suspend/resume callbacksViresh Kumar2018-05-101-2/+8
* cpufreq: cpufreq-dt: Don't validate the frequency table twiceViresh Kumar2018-03-201-7/+1
* cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar2017-12-071-1/+1
* cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar2017-12-071-26/+1
* cpufreq: dt: invoke frequency-invariance setter functionDietmar Eggemann2017-10-031-2/+10
* cpufreq: Process remote callbacks from any CPU if the platform permitsViresh Kumar2017-08-011-0/+1
* thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar2017-05-271-1/+1
* PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar2017-01-271-6/+1
* PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-061-3/+3
* PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2016-11-301-4/+8
* cpufreq: dt: Support governor tunables per policyViresh Kumar2016-09-131-0/+6
* cpufreq: dt: Remove unused codeViresh Kumar2016-09-131-2/+0
* cpufreq: dt: Kill platform-dataViresh Kumar2016-04-281-5/+1
* cpufreq: dt: Identify cpu-sharing for platforms without operating-points-v2Viresh Kumar2016-04-281-7/+9
* cpufreq: dt: Drop stale commentViresh Kumar2016-04-051-3/+0
* cpufreq: dt: No need to allocate resources anymoreViresh Kumar2016-02-111-67/+45
* cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar2016-02-111-23/+23
* cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar2016-02-111-71/+2
* cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Viresh Kumar2016-02-111-44/+4
* cpufreq: dt: Unsupported OPPs are already disabledViresh Kumar2016-02-111-2/+0
* cpufreq: dt: Pass regulator name to the OPP coreViresh Kumar2016-02-111-0/+46
* cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellViresh Kumar2016-02-111-4/+1
* cpufreq: dt: Rename 'need_update' to 'opp_v1'Viresh Kumar2016-02-111-3/+3
* cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Viresh Kumar2016-02-111-2/+2
* cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann2016-01-271-8/+7
* cpufreq-dt: fix handling regulator_get_voltage() resultAndrzej Hajda2016-01-051-2/+3
* cpufreq-dt: Supply power coefficient when registering cooling devicesPunit Agrawal2015-12-101-2/+7
* PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar2015-09-151-5/+5
* PM / OPP: Rename opp init/free table routinesViresh Kumar2015-09-151-3/+3
* cpufreq-dt: add suspend frequency supportBartlomiej Zolnierkiewicz2015-09-091-0/+9