summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2022-08-23cpufreq: check only freq_table in __resolve_freq()Lukasz Luba-1/+1
2022-08-08Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-174/+103
2022-08-08Merge branch 'pm-cpufreq'Rafael J. Wysocki-10/+15
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+2
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki-164/+88
2022-08-03Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...Rafael J. Wysocki-10/+15
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki-5/+17
2022-07-25cpufreq: ondemand: Use cpumask_var_t for on-stack cpu maskZhao Liu-4/+9
2022-07-25cpufreq: loongson2: fix Kconfig "its" grammarRandy Dunlap-1/+1
2022-07-18Merge back earlier cpufreq material for 5.20.Rafael J. Wysocki-20/+21
2022-07-18cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instancesViresh Kumar-2/+2
2022-07-18cpufreq: Change order of online() CB and policy->cpus modificationPierre Gondois-3/+3
2022-07-15cpufreq: Warn users while freeing active policyViresh Kumar-2/+8
2022-07-15cpufreq: scmi: Support the power scale in micro-Watts in SCMI v3.1Lukasz Luba-5/+10
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba-3/+10
2022-07-15Merge tag 'cpufreq-arm-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki-2/+6
2022-07-13cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() callPierre Gondois-3/+3
2022-07-13cpufreq: qcom-hw: Disable LMH irq when disabling policyPierre Gondois-0/+1
2022-07-13cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabledPierre Gondois-0/+4
2022-07-13cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.hYicong Yang-2/+1
2022-07-13cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init()Yang Yingliang-0/+1
2022-07-13cpufreq: mediatek: Handle sram regulator probe deferralAngeloGioacchino Del Regno-2/+6
2022-07-08OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar-17/+14
2022-07-08OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar-13/+11
2022-07-08OPP: Migrate set-regulators API to use set-config helpersViresh Kumar-6/+6
2022-07-08cpufreq: ti: Migrate to dev_pm_opp_set_config()Viresh Kumar-23/+14
2022-07-08cpufreq: sti: Migrate to dev_pm_opp_set_config()Viresh Kumar-17/+10
2022-07-08cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config()Viresh Kumar-81/+28
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar-9/+7
2022-07-04Merge back earlier cpufreq material for 5.20.Rafael J. Wysocki-18/+13
2022-06-29cpufreq: ACPI: Add Zhaoxin/Centaur turbo boost control interface supportTony W Wang-oc-0/+4
2022-06-28Merge tag 'cpufreq-arm-fixes-5.19-rc5' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki-0/+12
2022-06-28cpufreq: Add MT8186 to cpufreq-dt-platdev blocklistAngeloGioacchino Del Regno-0/+1
2022-06-28cpufreq: pmac32-cpufreq: Fix refcount leak bugLiang He-0/+4
2022-06-28cpufreq: qcom-hw: Don't do lmh things without a throttle interruptStephen Boyd-0/+6
2022-06-28drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.cLiang He-0/+1
2022-06-23cpufreq: amd-pstate: Add resume and suspend callbacksJinzhou Su-0/+24
2022-06-14cpufreq: Drop unnecessary cpus locking from store()Viresh Kumar-15/+4
2022-06-14cpufreq: Optimize cpufreq_show_cpus()Viresh Kumar-3/+5
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner-9/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner-4/+1
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+38
2022-05-30cpufreq: CPPC: Fix unused-function warningPierre Gondois-9/+8
2022-05-30cpufreq: CPPC: Fix build error without CONFIG_ACPI_CPPC_CPUFREQ_FIEZheng Bin-1/+2
2022-05-25Merge tag 'cpufreq-arm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki-259/+623
2022-05-19cpufreq: CPPC: Enable dvfs_possible_from_any_cpuPierre Gondois-0/+1
2022-05-19cpufreq: CPPC: Enable fast_switchPierre Gondois-0/+24
2022-05-17cpufreq: make interface functions and lock holding state clearSchspa Shi-3/+3
2022-05-17cpufreq: Abort show()/store() for half-initialized policiesSchspa Shi-4/+7
2022-05-12cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki-7/+14