From: Seungwhan Youn Date: Thu, 14 Oct 2010 01:39:08 +0000 (+0900) Subject: ARM: S5P: Reduce duplicated EPLL control codes X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b34c6c849d67b7afaa90d55dc7fab981c72950;p=pandora-kernel.git 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 Acked-by: Jassi Brar Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed