summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-08-0827-1154/+1169
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2022-08-084-10/+15
| |\
| | * Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...Rafael J. Wysocki2022-08-034-10/+15
| | |\
| | | * cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instancesViresh Kumar2022-07-181-2/+2
| | | * cpufreq: Change order of online() CB and policy->cpus modificationPierre Gondois2022-07-181-3/+3
| | | * cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() callPierre Gondois2022-07-131-3/+3
| | | * cpufreq: qcom-hw: Disable LMH irq when disabling policyPierre Gondois2022-07-131-0/+1
| | | * cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabledPierre Gondois2022-07-131-0/+4
| | | * cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.hYicong Yang2022-07-131-2/+1
| | | * cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init()Yang Yingliang2022-07-131-0/+1
| * | | Merge branch 'pm-opp'Rafael J. Wysocki2022-08-0822-1143/+1149
| |\ \ \
| | * \ \ Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-08-0322-1143/+1149
| | |\ \ \ | | | |/ / | | |/| |
| | | * | venus: pm_helpers: Fix warning in OPP during probeStanimir Varbanov2022-08-021-5/+5
| | | * | OPP: Don't drop opp->np reference while it is still in useLiang He2022-07-193-8/+12
| | | * | OPP: Don't drop opp_table->np reference while it is still in useLiang He2022-07-191-1/+1
| | | * | OPP: Remove dev{m}_pm_opp_of_add_table_noclk()Viresh Kumar2022-07-121-40/+8
| | | * | PM / devfreq: tegra30: Register config_clks helperViresh Kumar2022-07-121-3/+19
| | | * | OPP: Allow config_clks helper for single clk caseViresh Kumar2022-07-121-4/+4
| | | * | OPP: Provide a simple implementation to configure multiple clocksViresh Kumar2022-07-121-0/+34
| | | * | OPP: Assert clk_count == 1 for single clk helpersViresh Kumar2022-07-121-6/+39
| | | * | OPP: Add key specific assert() method to key finding helpersViresh Kumar2022-07-121-19/+33
| | | * | OPP: Compare bandwidths for all paths in _opp_compare_key()Viresh Kumar2022-07-121-3/+17
| | | * | OPP: Allow multiple clocks for a deviceViresh Kumar2022-07-124-82/+240
| | | * | OPP: Make dev_pm_opp_set_opp() independent of frequencyViresh Kumar2022-07-082-16/+40
| | | * | OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar2022-07-082-2/+8
| | | * | OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar2022-07-083-9/+7
| | | * | OPP: Use consistent names for OPP table instancesViresh Kumar2022-07-083-15/+16
| | | * | OPP: Use generic key finding helpers for bandwidth keyViresh Kumar2022-07-081-68/+15
| | | * | OPP: Use generic key finding helpers for level keyViresh Kumar2022-07-081-53/+10
| | | * | OPP: Add generic key finding helpers and use them for freq APIsViresh Kumar2022-07-081-99/+130
| | | * | OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()Viresh Kumar2022-07-081-54/+0
| | | * | OPP: Remove custom OPP helper supportViresh Kumar2022-07-082-137/+2
| | | * | OPP: ti: Migrate to dev_pm_opp_set_config_regulators()Viresh Kumar2022-07-081-41/+34
| | | * | OPP: Add dev_pm_opp_get_supplies()Viresh Kumar2022-07-081-0/+25
| | | * | OPP: Make _generic_set_opp_regulator() a config_regulators() interfaceViresh Kumar2022-07-081-39/+12
| | | * | OPP: Add support for config_regulators() helperViresh Kumar2022-07-082-1/+69
| | | * | OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar2022-07-082-54/+32
| | | * | OPP: Migrate attach-genpd API to use set-config helpersViresh Kumar2022-07-081-67/+18
| | | * | OPP: Migrate set-opp-helper API to use set-config helpersViresh Kumar2022-07-082-72/+23
| | | * | OPP: Migrate set-clk-name API to use set-config helpersViresh Kumar2022-07-081-99/+43
| | | * | OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar2022-07-084-86/+36
| | | * | OPP: Migrate set-regulators API to use set-config helpersViresh Kumar2022-07-083-90/+32
| | | * | soc/tegra: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-21/+31
| | | * | soc/tegra: Add comment over devm_pm_opp_set_clkname()Viresh Kumar2022-07-081-0/+7
| | | * | drm/lima: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-5/+6
| | | * | cpufreq: ti: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-23/+14
| | | * | cpufreq: sti: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-17/+10
| | | * | cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config()Viresh Kumar2022-07-081-81/+28
| | | * | OPP: Add dev_pm_opp_set_config() and friendsViresh Kumar2022-07-082-1/+249
| | | * | OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar2022-07-088-27/+36