Re: [U-Boot] [PATCH 08/10 V4] EXYNOS5: CLOCK: Add BPLL support

2012-07-02 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 29 June 2012 21:59, Rajeshwari Shinde wrote: > This patch adds support for BPLL clock. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V3: >         - New Patch > Changes in V4: >         - Removed the warning message. >  arch/arm/cpu/armv7/exynos/clock.c      

Re: [U-Boot] [PATCH 08/10 V4] EXYNOS5: CLOCK: Add BPLL support

2012-07-02 Thread Joonyoung Shim
2012/6/29 Rajeshwari Shinde : > This patch adds support for BPLL clock. > > Signed-off-by: Rajeshwari Shinde > --- > Changes in V3: >         - New Patch > Changes in V4: >         - Removed the warning message. >  arch/arm/cpu/armv7/exynos/clock.c        |   26 -- >  arch/

[U-Boot] [PATCH 08/10 V4] EXYNOS5: CLOCK: Add BPLL support

2012-06-29 Thread Rajeshwari Shinde
This patch adds support for BPLL clock. Signed-off-by: Rajeshwari Shinde --- Changes in V3: - New Patch Changes in V4: - Removed the warning message. arch/arm/cpu/armv7/exynos/clock.c| 26 -- arch/arm/include/asm/arch-exynos/clk.h |1 + arc