Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-24 Thread Vitaly Andrianov
Lokesh, On 07/24/2015 12:20 AM, Lokesh Vutla wrote: Hi Vitaly, On Thursday 23 July 2015 11:31 PM, Vitaly Andrianov wrote: On 07/22/2015 11:39 AM, Lokesh Vutla wrote: This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla

Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-23 Thread Lokesh Vutla
Hi Vitaly, On Thursday 23 July 2015 11:31 PM, Vitaly Andrianov wrote: On 07/22/2015 11:39 AM, Lokesh Vutla wrote: This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- arch/arm/mach-keystone/clock.c

Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:16PM +0530, Lokesh Vutla wrote: This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Reviewed-by: Tom Rini tr...@konsulko.com -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-23 Thread Vitaly Andrianov
On 07/22/2015 11:39 AM, Lokesh Vutla wrote: This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- arch/arm/mach-keystone/clock.c | 12 ++--- arch/arm/mach-keystone/include/mach/clock.h

[U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-22 Thread Lokesh Vutla
This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- arch/arm/mach-keystone/clock.c | 12 ++--- arch/arm/mach-keystone/include/mach/clock.h | 3 ++- board/ti/ks2_evm/board_k2e.c