1
0
Fork 0
alistair23-linux/arch/arm/mach-s5p64x0
Seungwhan Youn d4b34c6c84 ARM: S5P: Reduce duplicated EPLL control codes
S5P Samsung SoCs has a EPLL to support various PLL clock sources for other
H/W blocks. Until now, to control EPLL, each of SoCs make their own functions
in 'mach-s5pxxx/clock.c'. But some of functions, 'xxx_epll_get_rate()' and
'xxx_epll_enable()', are exactly same in all S5P SoCs, so this patch move
these duplicated codes to common EPLL functions that use platform wide.

Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2010-10-25 16:05:56 +09:00
..
include/mach ARM: S5P: Reduce duplicated EPLL control codes 2010-10-25 16:05:56 +09:00
Kconfig ARM: S5P64XX: Remove redundant selection PLAT_S5P. 2010-10-21 07:54:55 +09:00
Makefile ARM: S5P64X0: Update Kconfig and Makefile 2010-10-18 10:33:34 +09:00
Makefile.boot ARM: S5P64X0: Update Kconfig and Makefile 2010-10-18 10:33:34 +09:00
clock-s5p6440.c ARM: S5P: Reduce duplicated EPLL control codes 2010-10-25 16:05:56 +09:00
clock-s5p6450.c ARM: S5P: Reduce duplicated EPLL control codes 2010-10-25 16:05:56 +09:00
clock.c ARM: S5P: Reduce duplicated EPLL control codes 2010-10-25 16:05:56 +09:00
cpu.c ARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONE 2010-10-18 18:33:04 +09:00
dev-audio.c ARM: S5P64X0: Change to using s3c_gpio_cfgpin_range() 2010-10-23 11:49:21 +09:00
dev-spi.c ARM: S5P64X0: Change to using s3c_gpio_cfgall_range() 2010-10-23 11:50:20 +09:00
dma.c ARM: S5P64X0: Move DMA support for S5P64X0 2010-10-18 18:33:03 +09:00
gpio.c ARM: S5P64X0: Fix GPIO rbank support 2010-10-18 18:33:04 +09:00
init.c ARM: S5P64X0: Add S5P64X0(S5P6440 and S5P6450) initialization support 2010-10-18 18:29:51 +09:00
mach-smdk6440.c ARM: S5P64X0: Move SMDK6440 board file and Add SMDK6450 board file 2010-10-18 18:33:03 +09:00
mach-smdk6450.c ARM: S5P64X0: Move SMDK6440 board file and Add SMDK6450 board file 2010-10-18 18:33:03 +09:00
setup-i2c0.c ARM: S5P64X0: Change to using s3c_gpio_cfgall_range() 2010-10-23 11:50:20 +09:00
setup-i2c1.c ARM: S5P64X0: 2nd Change to using s3c_gpio_cfgall_range() 2010-10-23 11:50:53 +09:00