This revision of the series fixes some of the review comments (I've left the CPU ID patch alone) and adds a final patch extending the driver to also do voltage scaling. Mark Brown (3): S3C64XX: Add initial support for ARMCLK S3C64XX: Initial support for CPU frequency scaling S3C64XX: Add DVFS support to the S3C64XX cpufreq driver Kyungmin Park (1): S3C: CPU detection support Kconfig | 7 + plat-s3c/include/mach/cpu.h | 162 ++++++++++++++++++++++++++++++ plat-s3c/init.c | 27 +++++ plat-s3c64xx/Makefile | 2 plat-s3c64xx/cpufreq.c | 225 +++++++++++++++++++++++++++++++++++++++++++ plat-s3c64xx/s3c6400-clock.c | 76 ++++++++++++++ 6 files changed, 498 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html