summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/hisi-acpu-cpufreq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpufreq: hisilicon: Use generic platdev driverViresh Kumar2016-04-251-42/+0
| | | | | | | | | The cpufreq-dt-platdev driver supports creation of cpufreq-dt platform device now, reuse that and remove similar code from platform code. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
* cpufreq: hisilicon: add acpu driverLeo Yan2015-04-021-0/+42
Add acpu driver for hisilicon SoC, acpu is application processor subsystem. Currently the acpu has the coupled clock domain for two clusters, so this driver will directly use cpufreq-dt driver as backend. Signed-off-by: Leo Yan <leo.yan@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>