[PATCH 0/2] Support cpufreq driver for Exynos3250

From: Chanwoo Choi
Date: Thu Apr 17 2014 - 22:20:49 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/