This patch series adds initial support for CPU frequency scaling using the ARMCLK divider on the S3C64xx CPUs. Currently only S3C6410 is supported - adding S3C6400 should be a matter of providing the list of frequencies supported by that CPU. I have included Kyungmin Park's CPU detection support patch in the series since the divider for ARMCLK differs between S3C6400 and S3C6410 and forcing only one of them to be used using ifdefs seemed to be undue pain. I'm currently working on and testing additional patches to further enhance this but I wanted to post these first in order to make sure I'm not completely off-base here. Mark Brown (2): S3C64XX: Add initial support for ARMCLK S3C64XX: Initial support for CPU frequency scaling Kyungmin Park (1): S3C: CPU detection support arch/arm/Kconfig | 7 + plat-s3c/include/mach/cpu.h | 162 +++++++++++++++++++++++++++++++++++++++++++ plat-s3c/init.c | 27 +++++++ plat-s3c64xx/Makefile | 2 plat-s3c64xx/cpufreq.c | 152 ++++++++++++++++++++++++++++++++++++++++ plat-s3c64xx/s3c6400-clock.c | 76 ++++++++++++++++++++ 6 files changed, 425 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