[CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreq
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 10 May 2011 13:42:08 +0000 (15:42 +0200)
committerDave Jones <davej@redhat.com>
Wed, 13 Jul 2011 22:29:51 +0000 (18:29 -0400)
commitbe2de99beaca6506a1f97a636750c108a41b5c00
treedfa91678aa0bf9761d9b71a505548711abb7302c
parent92e03c41a415e8e9e8009a1f5bbb9036f3bfb2f4
[CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreq

This is a straight code motion patch, there are no changes to the driver
itself. The Kconfig is left untouched as the ARM CPUfreq Kconfig is all
in one big block in arm/Kconfig and should be moved en masse rather than
being done piecemeal.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/arm/mach-s3c64xx/Makefile
arch/arm/mach-s3c64xx/cpufreq.c [deleted file]
drivers/cpufreq/Makefile
drivers/cpufreq/s3c64xx.c [new file with mode: 0644]