summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/sun50i-cpufreq-nvmem.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: sun50i: fix error returns in dt_has_supported_hw()Dan Carpenter2024-04-251-2/+2
* cpufreq: sun50i: Fix build warning around snprint()Viresh Kumar2024-04-231-4/+2
* cpufreq: sun50i: Add H616 supportMartin Botka2024-04-191-0/+67
* cpufreq: sun50i: Add support for opp_supported_hwAndre Przywara2024-04-191-8/+54
* cpufreq: sun50i: Refactor speed bin decodingBrandon Cheo Fusi2024-04-191-25/+49
* cpufreq: sun50i: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
* cpufreq: sun50i: Add explicit include for cpu.hRob Herring2023-04-131-1/+2
* cpufreq: sun50i: Switch to use dev_err_probe() helperYang Yingliang2022-10-181-6/+3
* OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar2022-07-081-17/+14
* cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probeXiaobing Luo2022-04-251-1/+3
* cpufreq: sun50i: Add missing MODULE_DEVICE_TABLEPali Rohár2020-12-071-0/+1
* cpufreq: sun50i: Fix CPU speed bin detectionOndrej Jirman2019-11-051-15/+10
* cpufreq: Add sun50i nvmem based CPU scaling driverYangtao Li2019-07-221-0/+226