[PATCH 0/2] Support cpufreq driver for Exynos3250
Chanwoo Choi
cw00.choi at samsung.com
Thu Apr 17 19:20:32 PDT 2014
This patchset support cpufreq driver for Exynos3250 which uses the Cortex-A7
dual cores and has a target speed of 1.0 GHz and code clean using dev_err/info
instead of pr_err/info function.
This patchset has a dependency on following patchset[1] to support Exynos3250:
[1] https://lkml.org/lkml/2014/4/17/669
Chanwoo Choi (2):
cpufreq: exynos: Use dev_err/info function instead of pr_err/info
cpufreq: exynos: Add new Exynos3250 cpufreq driver
drivers/cpufreq/Kconfig.arm | 11 +++
drivers/cpufreq/Makefile | 1 +
drivers/cpufreq/exynos-cpufreq.c | 25 +++---
drivers/cpufreq/exynos-cpufreq.h | 18 ++++
drivers/cpufreq/exynos3250-cpufreq.c | 158 +++++++++++++++++++++++++++++++++++
5 files changed, 203 insertions(+), 10 deletions(-)
create mode 100644 drivers/cpufreq/exynos3250-cpufreq.c
--
1.8.0
More information about the linux-arm-kernel
mailing list