summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
...
| | * cpufreq: sparc: Don't allocate cpufreq_driver dynamicallyViresh Kumar2023-05-112-82/+34
| | * cpufreq: tegra194: Fix an error handling path in tegra194_cpufreq_probe()Christophe JAILLET2023-05-111-2/+4
| | * cpufreq: dt-platdev: Add JH7110 SOC to the allowlistMason Huo2023-05-111-0/+2
* | | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-52/+11
|\ \ \ | |/ / |/| |
| * | Merge tag 'qcom-drivers-for-6.5' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-06-211-52/+11
| |\ \
| | * | cpufreq: qcom-nvmem: use helper to get SMEM SoC IDRobert Marko2023-05-261-46/+10
| | * | cpufreq: qcom-nvmem: use SoC ID-s from bindingsRobert Marko2023-05-261-10/+5
| | |/
* | | cpufreq: intel_pstate: Fix energy_performance_preference for passiveTero Kristo2023-06-211-0/+2
* | | cpufreq: amd-pstate: Add a kernel config option to set default modeMario Limonciello2023-06-212-25/+65
* | | cpufreq: amd-pstate: Set a fallback policy based on preferred_profileMario Limonciello2023-06-211-2/+26
* | | cpufreq: amd-pstate: Set default governor to schedutilMario Limonciello2023-06-201-1/+1
* | | cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenatedWyes Karny2023-06-161-1/+1
* | | cpufreq: amd-pstate: Write CPPC enable bit per-socketWyes Karny2023-06-161-1/+27
* | | cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny2023-06-151-1/+2
* | | 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
|/