aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/sun50i-cpufreq-nvmem.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25cpufreq: sun50i: fix error returns in dt_has_supported_hw()Dan Carpenter1-2/+2
2024-04-23cpufreq: sun50i: Fix build warning around snprint()Viresh Kumar1-4/+2
2024-04-19cpufreq: sun50i: Add H616 supportMartin Botka1-0/+67
2024-04-19cpufreq: sun50i: Add support for opp_supported_hwAndre Przywara1-8/+54
2024-04-19cpufreq: sun50i: Refactor speed bin decodingBrandon Cheo Fusi1-25/+49
2023-07-20cpufreq: sun50i: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-04-13cpufreq: sun50i: Add explicit include for cpu.hRob Herring1-1/+2
2022-10-18cpufreq: sun50i: Switch to use dev_err_probe() helperYang Yingliang1-6/+3
2022-07-08OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar1-17/+14
2022-04-25cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probeXiaobing Luo1-1/+3
2020-12-07cpufreq: sun50i: Add missing MODULE_DEVICE_TABLEPali Rohár1-0/+1
2019-11-05cpufreq: sun50i: Fix CPU speed bin detectionOndrej Jirman1-15/+10
2019-07-22cpufreq: Add sun50i nvmem based CPU scaling driverYangtao Li1-0/+226