summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2019-02-07cpufreq: ap806: add cpufreq driver for Armada 8KGregory CLEMENT3-0/+216
2019-02-07cpufreq: tegra124: add missing of_node_put()Yangtao Li1-0/+2
2019-02-07cpufreq: qcom-kryo: make some variables staticYangtao Li1-1/+1
2019-02-07cpufreq: s5pv210: Defer probe if getting regulators failPaweł Chmiel1-19/+48
2019-02-07cpufreq: mediatek: Register an Energy ModelMatthias Kaehlcke1-0/+2
2019-02-07cpufreq: scmi: Register an Energy ModelQuentin Perret1-3/+36
2019-02-07cpufreq: arm_big_little: Register an Energy ModelDietmar Eggemann1-0/+2
2019-02-07cpufreq: scpi: Register an Energy ModelQuentin Perret1-0/+3
2019-02-07cpufreq: dt: Register an Energy ModelQuentin Perret1-0/+2
2019-02-06cpufreq: dt-platdev: add Tegra210 to blacklistJoseph Lo1-0/+1
2019-02-06cpufreq: tegra124: extend to support Tegra210Joseph Lo1-1/+2
2019-02-06cpufreq: tegra124: do not handle the CPU railJoseph Lo2-41/+4
2019-02-01cpufreq: stats: Fix concurrency issues while resetting statsViresh Kumar1-2/+7
2019-02-01cpufreq: stats: Declare freq-attr right after their callbacksViresh Kumar1-4/+3
2019-01-31cpufreq: scpi: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-31cpufreq: scmi: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-31cpufreq: qoriq: Use auto-registration of thermal cooling deviceAmit Kucheria1-13/+2
2019-01-31cpufreq: mediatek: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-31cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceAmit Kucheria1-12/+2
2019-01-31cpufreq: imx6q: Use auto-registration of thermal cooling deviceAmit Kucheria1-22/+2
2019-01-31cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria1-1/+2
2019-01-31cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria1-0/+11
2019-01-29thermal: cpu_cooling: Require thermal core to be compiled inAmit Kucheria2-8/+0
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2-14/+15
2019-01-16cpufreq: e_powersaver: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2019-01-16cpufreq: Don't update new_policy on failuresViresh Kumar1-2/+0
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki3-14/+10
2019-01-09cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret1-2/+2
2019-01-08cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla1-8/+4
2019-01-04cpufreq: scpi/scmi: Fix freeing of dynamic OPPsViresh Kumar2-4/+4
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2018-12-27Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-12-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2018-12-19cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverTaniya Das3-0/+320
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-0/+1
2018-12-11cpufreq: nforce2: Remove meaningless returnYangtao Li1-3/+0
2018-12-11cpufreq: ia64: Remove unused header filesYangtao Li1-5/+0
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-2/+2
2018-11-30cpufreq: imx6q: save one condition block for normal case of nvmem readAnson Huang1-2/+3
2018-11-30cpufreq: imx6q: remove unused codeAnson Huang1-9/+3
2018-11-30cpufreq: pmac64: add of_node_put()Yangtao Li1-0/+1
2018-11-30cpufreq: powernv: add of_node_put()Yangtao Li1-6/+11
2018-11-30cpufreq: intel_pstate: Force HWP min perf before offlineSrinivas Pandruvada1-2/+26
2018-11-30cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-40/+6
2018-11-27cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-26drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-2/+2
2018-11-19cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach1-5/+21
2018-11-07cpufreq: imx6q: add return value check for voltage scaleAnson Huang1-1/+6
2018-10-25cpufreq: remove unused arm_big_little_dt driverSudeep Holla3-110/+0