summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2023-11-072-0/+63
|\
| * Merge tag 'cpufreq-arm-updates-6.7-part2' of git://git.kernel.org/pub/scm/lin...Rafael J. Wysocki2023-11-032-0/+63
| |\
| | * cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xxVaradarajan Narayanan2023-11-022-0/+7
| | * cpufreq: qcom-nvmem: Enable cpufreq for ipq53xxVaradarajan Narayanan2023-11-022-0/+7
| | * cpufreq: qcom-nvmem: add support for IPQ8074Robert Marko2023-11-022-0/+49
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-013-365/+0
|\ \ \
| * | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-113-365/+0
* | | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-14/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | cpufreq: scmi: Add support to parse domain-id using #power-domain-cellsUlf Hansson2023-09-211-6/+18
| * | | cpufreq: scmi: Avoid one OF parsing in scmi_get_sharing_cpus()Ulf Hansson2023-09-211-7/+4
| * | | firmware: arm_scmi: Align perf ops to use domain-id as in-parameterUlf Hansson2023-09-211-5/+9
| * | | cpufreq: scmi: Prepare to move OF parsing of domain-id to cpufreqUlf Hansson2023-09-211-4/+15
| |/ /
* | | Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-3111-137/+344
|\ \ \
| * \ \ Merge tag 'cpufreq-arm-updates-6.7' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-10-256-88/+291
| |\ \ \ | | | |/ | | |/|
| | * | cpufreq: arm: Kconfig: Add i.MX7 to supported SoC for ARM_IMX_CPUFREQ_DTAlexander Stein2023-10-251-2/+2
| | * | cpufreq: qcom-nvmem: add support for IPQ8064Christian Marangi2023-10-251-1/+66
| | * | cpufreq: qcom-nvmem: also accept operating-points-v2-krait-cpuDmitry Baryshkov2023-10-251-1/+2
| | * | cpufreq: qcom-nvmem: drop pvs_ver for format a fusesDmitry Baryshkov2023-10-251-3/+2
| | * | cpufreq: qcom-nvmem: add support for IPQ6018Robert Marko2023-10-252-0/+59
| | * | cpufreq: qcom-nvmem: Add MSM8909Stephan Gerhold2023-10-251-0/+26
| | * | cpufreq: qcom-nvmem: Simplify driver data allocationStephan Gerhold2023-10-251-31/+18
| | * | cpufreq: ARM_BRCMSTB_AVS_CPUFREQ cannot be used with ARM_SCMI_CPUFREQFlorian Fainelli2023-10-121-1/+1
| | * | cpufreq: ti-cpufreq: Add opp support for am62p5 SoCsBryan Brattlof2023-10-121-0/+1
| | * | cpufreq: dt-platdev: add am62p5 to blocklistBryan Brattlof2023-10-121-0/+1
| | * | cpufreq: tegra194: remove redundant AND with cpu_online_maskSumit Gupta2023-10-101-1/+1
| | * | cpufreq: tegra194: use refclk delta based loop instead of udelaySumit Gupta2023-10-101-17/+55
| | * | cpufreq: tegra194: save CPU data to avoid repeated SMP callsSumit Gupta2023-10-101-28/+51
| | * | cpufreq: dt: platdev: Add MSM8909 to blocklistStephan Gerhold2023-09-281-0/+1
| | * | cpufreq: pmac32: Use of_property_read_reg() to parse "reg"Rob Herring2023-09-271-4/+3
| | * | cpufreq: Add QCM6490 to cpufreq-dt-platdev blocklistLuca Weiss2023-09-271-0/+1
| | * | cpufreq: tegra194: fix warning due to missing opp_putSumit Gupta2023-09-271-0/+2
| | |/
| * | cpufreq: stats: Fix buffer overflow detection in trans_stats()Christian Marangi2023-10-241-7/+7
| * | cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois2023-10-061-2/+1
| * | cpufreq: userspace: Move is_managed indicator into per-policy structureLiao Chang2023-10-061-5/+4
| * | cpufreq: userspace: Use fine-grained mutex in userspace governorLiao Chang2023-10-061-29/+40
| * | cpufreq: conservative: Simplify the condition of storing 'down_threshold'Liao Chang2023-10-061-2/+1
| * | cpufreq: intel_pstate: Revise global turbo disable checkSrinivas Pandruvada2023-09-111-5/+1
| |/
* / cpufreq: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-2/+2
|/
* cpufreq: Support per-policy performance boostJie Zhan2023-08-291-0/+43
* cpufreq: pcc: Fix the potentinal scheduling delays in target_index()Liao Chang2023-08-291-1/+1
* cpufreq: governor: Free dbs_data directly when gov->init() failsLiao Chang2023-08-291-1/+3
* cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang2023-08-291-0/+2
* cpufreq: Avoid printing kernel addresses in cpufreq_resume()Liao Chang2023-08-291-4/+4
* Merge tag 'cpufreq-arm-updates-6.6' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-08-2830-100/+103
|\
| * cpufreq: tegra194: remove opp table in exit hookSumit Gupta2023-08-281-0/+12
| * cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit()Liao Chang2023-08-281-1/+2
| * cpufreq: tegra194: add online/offline hooksSumit Gupta2023-08-281-0/+17
| * cpufreq: qcom-cpufreq-hw: add support for 4 freq domainsNeil Armstrong2023-08-231-1/+1
| * cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create kworker_fieLiao Chang2023-08-171-3/+6
| * cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error cases.Liao Chang2023-08-171-2/+2