summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()Wyes Karny2023-05-251-1/+7
* cpufreq: amd-pstate: Remove fast_switch_possible flag from active driverWyes Karny2023-05-241-2/+0
* cpufreq: amd-pstate: Add ->fast_switch() callbackGautham R. Shenoy2023-05-241-6/+30
* cpufreq: ACPI: Prevent a warning when another frequency driver is loadedPetr Pavlu2023-05-152-2/+2
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-17/+21
|\
| * cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-14/+10
| * cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-3/+11
* | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-2712-11/+12
|\ \
| * | cpufreq: sun50i: Add explicit include for cpu.hRob Herring2023-04-131-1/+2
| * | cpufreq: Adjust includes to remove of_device.hRob Herring2023-04-139-10/+8
| |/
* | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-04-2515-173/+364
|\ \
| * \ Merge tag 'cpufreq-arm-updates-6.4' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-04-2010-108/+215
| |\ \
| | * | cpufreq: tegra194: add OPP support and set bandwidthSumit Gupta2023-04-181-13/+143
| | * | cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qosBjorn Andersson2023-03-301-14/+0
| | * | cpufreq: Add SM7225 to cpufreq-dt-platdev blocklistLuca Weiss2023-03-301-0/+1
| | * | cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exitKrzysztof Kozlowski2023-03-301-9/+2
| | * | cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623AngeloGioacchino Del Regno2023-03-301-2/+11
| | * | cpufreq: mediatek: raise proc/sram max voltage for MT8516Jia-Wei Chang2023-03-301-2/+11
| | * | cpufreq: mediatek: fix KP caused by handler usage after regulator_put/clk_putJia-Wei Chang2023-03-301-32/+30
| | * | cpufreq: mediatek: fix passing zero to 'PTR_ERR'Jia-Wei Chang2023-03-301-5/+5
| | * | cpufreq: Use of_property_present() for testing DT property presenceRob Herring2023-03-135-6/+6
| | * | cpufreq: qcom-hw: Simplify counting frequency domainsKonrad Dybcio2023-03-131-23/+6
| | * | kbuild, cpufreq: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-131-1/+0
| | * | kbuild, cpufreq: tegra124: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-131-1/+0
| | |/
| * | cpufreq: use correct unit when verify cur freqSanjay Chandrashekara2023-04-181-1/+1
| * | cpufreq: amd-pstate: Make varaiable mode_state_machine staticTom Rix2023-04-111-1/+1
| * | cpufreq: drivers with target_index() must set freq_tableViresh Kumar2023-04-072-1/+11
| * | cpufreq: pmac32: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-271-3/+3
| * | cpufreq: Fix typo in the ARM_BRCMSTB_AVS_CPUFREQ Kconfig entryJingyu Wang2023-03-221-1/+1
| * | cpufreq: warn about invalid vals to scaling_max/min_freq interfacesqinyu2023-03-221-3/+3
| * | cpufreq: amd-pstate: Add guided mode control support via sysfsWyes Karny2023-03-171-42/+101
| * | cpufreq: amd-pstate: Add guided autonomous modeWyes Karny2023-03-171-6/+28
| * | cpufreq: intel_pstate: Enable HWP IO boost for all serversSrinivas Pandruvada2023-03-171-10/+1
| |/
| |
| \
*-. | Merge branches 'acpi-processor', 'acpi-pm', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki2023-04-242-27/+46
|\ \|
| * | ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC driversPetr Pavlu2023-03-202-27/+46
| |/
* / amd-pstate: Fix amd_pstate mode switchWyes Karny2023-04-111-10/+8
|/
* Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-03-033-5/+4
|\
| * cpufreq: apple-soc: Fix an IS_ERR() vs NULL checkDan Carpenter2023-03-011-2/+2
| * cpufreq: intel_pstate: remove MODULE_LICENSE in non-modulesNick Alcock2023-02-281-1/+0
| * cpufreq: amd-pstate: remove MODULE_LICENSE in non-modulesNick Alcock2023-02-231-1/+0
| * cpufreq: amd-pstate: Let user know amd-pstate is disabledKai-Heng Feng2023-02-231-1/+1
| * cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire RapidsSrinivas Pandruvada2023-02-231-0/+1
* | Merge tag 'acpi-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-02-211-14/+0
|\ \ | |/ |/|
| *-. Merge branches 'acpi-processor', 'acpi-tables', 'acpi-pnp' and 'acpi-maintain...Rafael J. Wysocki2023-02-151-14/+0
| |\ \
| | * | cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki2022-12-301-14/+0
| | |/
* | | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-2111-267/+706
|\ \ \
| * | | cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQWyes Karny2023-02-151-12/+13
| * | | Merge tag 'cpufreq-arm-updates-6.3' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-02-142-1/+3
| |\ \ \
| | * | | cpufreq: mediatek-hw: Register to module device tableNĂ­colas F. R. A. Prado2023-02-061-0/+1
| | * | | cpufreq: tegra194: Enable CPUFREQ thermal coolingYi-Wei Wang2023-02-061-1/+2