Re: [PATCH 0/3] Moving xusbxti clock setting in clock.c file.

2011-12-02 Thread Jingoo Han
Pankaj Dubey wrote: > Subject: [PATCH 0/3] Moving xusbxti clock setting in clock.c file. > > Since there is code duplication in different mach-board.c file it is > better > to set default clock rate of xusbxti clock in plat-s5p/clock.c file. > > The patches are based o

RE: [PATCH 0/3] Moving xusbxti clock setting in clock.c file.

2011-12-02 Thread Kukjin Kim
Pankaj Dubey wrote: > > Since there is code duplication in different mach-board.c file it is > better > to set default clock rate of xusbxti clock in plat-s5p/clock.c file. > > The patches are based on following commit on Kukjin's for-next branch. > > Pankaj (1): > ARM: S5P: Set default rate o

[PATCH 0/3] Moving xusbxti clock setting in clock.c file.

2011-12-01 Thread Pankaj Dubey
Since there is code duplication in different mach-board.c file it is better to set default clock rate of xusbxti clock in plat-s5p/clock.c file. The patches are based on following commit on Kukjin's for-next branch. Pankaj (1): ARM: S5P: Set default rate of xusbxti clock Pankaj Dubey (2): AR