summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-08-2844-336/+534
|\
| * Merge tag 'opp-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2023-08-282-20/+101
| |\
| | * OPP: Fix argument name in doc commentViresh Kumar2023-08-181-2/+2
| | * OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd()Manivannan Sadhasivam2023-07-241-1/+1
| | * OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()Manivannan Sadhasivam2023-07-241-5/+3
| | * OPP: Reuse dev_pm_opp_get_freq_indexed()Viresh Kumar2023-07-241-21/+0
| | * OPP: Update _read_freq() to return the correct frequencyViresh Kumar2023-07-241-1/+1
| | * OPP: Add dev_pm_opp_find_freq_exact_indexed()Viresh Kumar2023-07-241-0/+28
| | * OPP: Introduce dev_pm_opp_get_freq_indexed() APIManivannan Sadhasivam2023-07-241-0/+20
| | * OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIsManivannan Sadhasivam2023-07-211-0/+56
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2023-08-2830-100/+103
| |\ \
| | * \ 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
| | | * | cpufreq: Prefer to print cpuid in MIN/MAX QoS register error messageLiao Chang2023-08-171-4/+4
| | | * | cpufreq: amd-pstate-ut: Modify the function to get the highest_perf valueMeng Li2023-08-111-2/+2
| | | * | cpufreq: mediatek-hw: Remove unused defineKonrad Dybcio2023-08-111-2/+0
| | | * | cpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdevKonrad Dybcio2023-08-091-0/+6
| | | * | cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bugGustavo A. R. Silva2023-08-031-1/+5
| | | * | cpufreq: blocklist MSM8998 in cpufreq-dt-platdevAngeloGioacchino Del Regno2023-08-031-0/+1
| | | * | cpufreq: omap: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: qoriq: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: acpi: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: tegra186: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: qcom-nvmem: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: kirkwood: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: pcc-cpufreq: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: raspberrypi: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: davinci: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: imx-cpufreq-dt: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: brcmstb-avs-cpufreq: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: tegra194: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: scpi: Convert to platform remove callback returning voidYangtao Li2023-07-201-3/+2
| | | * | cpufreq: mediatek-hw: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: imx6q: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: vexpress: Convert to platform remove callback returning voidYangtao Li2023-07-201-3/+2
| | | * | cpufreq: qcom-cpufreq-hw: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: dt: Convert to platform remove callback returning voidYangtao Li2023-07-201-3/+2
| | | * | cpufreq: sun50i: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
| | | * | cpufreq: Explicitly include correct DT includesRob Herring2023-07-209-11/+7
| | | |/
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-devfreq' and 'pm-tools'Rafael J. Wysocki2023-08-255-8/+9
| |\ \ \ \
| | * \ \ \ Merge tag 'devfreq-next-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2023-08-215-8/+9
| | |\ \ \ \
| | | * | | | PM / devfreq: Fix leak in devfreq_dev_release()Boris Brezillon2023-08-101-0/+1
| | | * | | | PM / devfreq: Reword the kernel-doc comment for devfreq_monitor_start() APIManivannan Sadhasivam2023-07-241-4/+5
| | | * | | | PM / devfreq: Explicitly include correct DT includesRob Herring2023-07-244-4/+3
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki2023-08-252-68/+93
| |\ \ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |