Re: [U-Boot] [PATCH v5 7/7] Exynos: Clock: Cleanup soc_get_periph_rate

2015-02-04 Thread Joonyoung Shim
Hi, On 02/04/2015 03:30 PM, Akshay Saraswat wrote: > Hi, > >> Hi Akshay, >> >> On 02/03/2015 05:27 PM, Akshay Saraswat wrote: >>> Cleaning up soc_get_periph_rate to make the logic easy to >>> comprehend. >>> >> >> Could you give more detailed description? > > We did just a cleanup here by removi

Re: [U-Boot] [PATCH v5 7/7] Exynos: Clock: Cleanup soc_get_periph_rate

2015-02-04 Thread Akshay Saraswat
Hi, >Hi Akshay, > >On 02/03/2015 05:27 PM, Akshay Saraswat wrote: >> Cleaning up soc_get_periph_rate to make the logic easy to >> comprehend. >> > >Could you give more detailed description? We did just a cleanup here by removing I2C sepecific calculations because we can now have a generic div an

Re: [U-Boot] [PATCH v5 7/7] Exynos: Clock: Cleanup soc_get_periph_rate

2015-02-04 Thread Joonyoung Shim
Hi Akshay, On 02/03/2015 05:27 PM, Akshay Saraswat wrote: > Cleaning up soc_get_periph_rate to make the logic easy to > comprehend. > Could you give more detailed description? > Signed-off-by: Akshay Saraswat > --- > Changes since v4: > - New patch. > > arch/arm/cpu/armv7/exynos/clock.

[U-Boot] [PATCH v5 7/7] Exynos: Clock: Cleanup soc_get_periph_rate

2015-02-03 Thread Akshay Saraswat
Cleaning up soc_get_periph_rate to make the logic easy to comprehend. Signed-off-by: Akshay Saraswat --- Changes since v4: - New patch. arch/arm/cpu/armv7/exynos/clock.c | 76 +-- 1 file changed, 33 insertions(+), 43 deletions(-) diff --git a/arch/ar