summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-02-137-30/+307
|\
| * Merge branch 'cpufreq/qcom-hw' into cpufreq/arm/linux-nextViresh Kumar2019-02-084-24/+50
| |\
| | * cpufreq: qcom-hw: Register an Energy ModelMatthias Kaehlcke2019-02-081-0/+2
| | * cpufreq: qcom: Read voltage LUT and populate OPPTaniya Das2019-02-081-9/+37
| | * cpufreq: qcom-hw: Move to device_initcallAmit Kucheria2019-02-081-1/+1
| * | cpufreq: tegra124: add missing of_node_put()Yangtao Li2019-02-071-0/+2
| * | cpufreq: qcom-kryo: make some variables staticYangtao Li2019-02-071-1/+1
| * | cpufreq: ap806: add cpufreq driver for Armada 8KGregory CLEMENT2019-02-073-0/+216
| * | cpufreq: s5pv210: Defer probe if getting regulators failPaweł Chmiel2019-02-071-19/+48
* | | cpufreq: dt: Implement online/offline() callbacksViresh Kumar2019-02-121-0/+17
* | | cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar2019-02-121-20/+38
* | | cpufreq: stats: Fix concurrency issues while resetting statsViresh Kumar2019-02-011-2/+7
* | | cpufreq: stats: Declare freq-attr right after their callbacksViresh Kumar2019-02-011-4/+3
* | | cpufreq: scpi: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
* | | cpufreq: scmi: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
* | | cpufreq: qoriq: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-13/+2
* | | cpufreq: mediatek: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
* | | cpufreq: cpufreq-dt: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-12/+2
* | | cpufreq: imx6q: Use auto-registration of thermal cooling deviceAmit Kucheria2019-01-301-22/+2
* | | cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria2019-01-301-1/+2
* | | cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria2019-01-301-0/+11
* | | thermal: cpu_cooling: Require thermal core to be compiled inAmit Kucheria2019-01-292-8/+0
* | | cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-01-292-14/+15
* | | cpufreq: e_powersaver: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-151-3/+2
* | | cpufreq: Don't update new_policy on failuresViresh Kumar2019-01-151-2/+0
| |/ |/|
| |
| \
*-. \ Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2019-01-113-14/+10
|\ \ \ | |_|/ |/| |
| | * cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret2019-01-091-2/+2
| | * cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla2019-01-081-8/+4
| | * cpufreq: scpi/scmi: Fix freeing of dynamic OPPsViresh Kumar2019-01-042-4/+4
| |/
* | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-2/+2
|\ \
| * | drivers/cpufreq: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-0/+1
|\ \ \
| * | | sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-0/+1
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-262-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-042-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | * | cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | |/
* | | cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverTaniya Das2018-12-183-0/+320
* | | cpufreq: nforce2: Remove meaningless returnYangtao Li2018-12-111-3/+0
* | | cpufreq: ia64: Remove unused header filesYangtao Li2018-12-111-5/+0
* | | cpufreq: imx6q: save one condition block for normal case of nvmem readAnson Huang2018-11-291-2/+3
* | | cpufreq: imx6q: remove unused codeAnson Huang2018-11-291-9/+3
* | | cpufreq: pmac64: add of_node_put()Yangtao Li2018-11-291-0/+1
* | | cpufreq: powernv: add of_node_put()Yangtao Li2018-11-291-6/+11
* | | cpufreq: intel_pstate: Force HWP min perf before offlineSrinivas Pandruvada2018-11-291-2/+26
* | | cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-291-40/+6
|/ /
* | cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach2018-11-191-5/+21
* | cpufreq: imx6q: add return value check for voltage scaleAnson Huang2018-11-071-1/+6
|/
* cpufreq: remove unused arm_big_little_dt driverSudeep Holla2018-10-253-110/+0
* cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for ARM64Sudeep Holla2018-10-251-1/+1