Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be2de99b authored by Mark Brown's avatar Mark Brown Committed by Dave Jones
Browse files

[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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 92e03c41
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -23,10 +23,6 @@ obj-$(CONFIG_CPU_S3C6410) += s3c6410.o
obj-y				+= irq.o
obj-y				+= irq.o
obj-y				+= irq-eint.o
obj-y				+= irq-eint.o


# CPU frequency scaling

obj-$(CONFIG_CPU_FREQ_S3C64XX)  += cpufreq.o

# DMA support
# DMA support


obj-$(CONFIG_S3C64XX_DMA)	+= dma.o
obj-$(CONFIG_S3C64XX_DMA)	+= dma.o
+1 −0
Original line number Original line Diff line number Diff line
@@ -41,3 +41,4 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o


# ARM SoC drivers
# ARM SoC drivers
obj-$(CONFIG_UX500_SOC_DB8500)		+= db8500-cpufreq.o
obj-$(CONFIG_UX500_SOC_DB8500)		+= db8500-cpufreq.o
obj-$(CONFIG_CPU_FREQ_S3C64XX)		+= s3c64xx.o
+1 −2
Original line number Original line Diff line number Diff line
/* linux/arch/arm/plat-s3c64xx/cpufreq.c
/*
 *
 * Copyright 2009 Wolfson Microelectronics plc
 * Copyright 2009 Wolfson Microelectronics plc
 *
 *
 * S3C64xx CPUfreq Support
 * S3C64xx CPUfreq Support