Re: [PATCH v2 1/6] ARM: S5P: Reduce duplicated EPLL control codes

2010-10-13 Thread Seungwhan Youn
On Wed, Oct 13, 2010 at 5:05 PM, Kukjin Kim wrote: > Seungwhan Youn wrote: >> >> 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_ep

RE: [PATCH v2 1/6] ARM: S5P: Reduce duplicated EPLL control codes

2010-10-13 Thread Kukjin Kim
Seungwhan Youn wrote: > > 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