Re: [U-Boot] [PATCH 9/9] rockchip: rk3188: Add clock driver

2016-07-18 Thread Simon Glass
Hi Heiko, On 17 July 2016 at 09:48, Simon Glass wrote: > Hi Heiko, > > On 17 July 2016 at 09:33, Heiko Stübner wrote: >> Am Sonntag, 17. Juli 2016, 08:13:58 schrieb Simon Glass: >>> Hi Heiko, >>> >>> On 15 July 2016 at 16:17, Heiko Stuebner wrote: >>> > Add a driver for setting up and modifying

Re: [U-Boot] [PATCH 9/9] rockchip: rk3188: Add clock driver

2016-07-17 Thread Simon Glass
Hi Heiko, On 17 July 2016 at 09:33, Heiko Stübner wrote: > Am Sonntag, 17. Juli 2016, 08:13:58 schrieb Simon Glass: >> Hi Heiko, >> >> On 15 July 2016 at 16:17, Heiko Stuebner wrote: >> > Add a driver for setting up and modifying the various PLLs and peripheral >> > clocks on the RK3188. >> > >>

Re: [U-Boot] [PATCH 9/9] rockchip: rk3188: Add clock driver

2016-07-17 Thread Heiko Stübner
Am Sonntag, 17. Juli 2016, 08:13:58 schrieb Simon Glass: > Hi Heiko, > > On 15 July 2016 at 16:17, Heiko Stuebner wrote: > > Add a driver for setting up and modifying the various PLLs and peripheral > > clocks on the RK3188. > > > > Signed-off-by: Heiko Stuebner > > --- > > > > arch/arm/inclu

Re: [U-Boot] [PATCH 9/9] rockchip: rk3188: Add clock driver

2016-07-17 Thread Simon Glass
Hi Heiko, On 15 July 2016 at 16:17, Heiko Stuebner wrote: > Add a driver for setting up and modifying the various PLLs and peripheral > clocks on the RK3188. > > Signed-off-by: Heiko Stuebner > --- > arch/arm/include/asm/arch-rockchip/cru_rk3188.h | 186 ++ > drivers/clk/Makefile

[U-Boot] [PATCH 9/9] rockchip: rk3188: Add clock driver

2016-07-15 Thread Heiko Stuebner
Add a driver for setting up and modifying the various PLLs and peripheral clocks on the RK3188. Signed-off-by: Heiko Stuebner --- arch/arm/include/asm/arch-rockchip/cru_rk3188.h | 186 ++ drivers/clk/Makefile| 1 + drivers/clk/clk_rk3188.c