[PATCH 3/3] ARM: S5PV210: Removed code for setting clock rate of xusbxti

2011-12-01 Thread Pankaj Dubey
Since now xusbxti clock's default rate is set in clock.c file, there is no need to set it again in the machine file. Signed-off-by: Pankaj Dubey --- arch/arm/mach-s5pv210/mach-goni.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s5pv210/mach-goni

[PATCH 1/3] ARM: S5P: Set default rate of xusbxti clock

2011-12-01 Thread Pankaj Dubey
From: Pankaj Initialize xusbxti clock's default value here. So that code duplication in all other mach-board.c can be avoided. Signed-off-by: Pankaj Dubey --- arch/arm/plat-s5p/clock.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-s5p/clock.c b

[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 Dub

[PATCH 2/3] ARM: EXYNOS: Removed code for setting clock rate of xusbxti

2011-12-01 Thread Pankaj Dubey
Since now xusbxti clock's default rate is set in clock.c file, there is no need to set it again in the machine file. Signed-off-by: Pankaj Dubey --- arch/arm/mach-exynos/mach-nuri.c |1 - arch/arm/mach-exynos/mach-origen.c |1 - arch/arm/mach-exynos/mach-smdk4x12.c |2 --