Re: [U-Boot] [PATCH v3 10/16] rockchip: rk3188: Add clock driver

2017-02-21 Thread Simon Glass
On 21 February 2017 at 11:07, Simon Glass wrote: > Hi Heiko, > > On 18 February 2017 at 07:19, Heiko Stuebner wrote: >> Hi Simon, >> >> Am Montag, 6. Februar 2017, 07:35:12 CET schrieb Simon Glass: >>> On 3 February 2017 at 08:09, Heiko Stuebner wrote: >>> > Add a driver for setting up and modif

Re: [U-Boot] [PATCH v3 10/16] rockchip: rk3188: Add clock driver

2017-02-21 Thread Simon Glass
Hi Heiko, On 18 February 2017 at 07:19, Heiko Stuebner wrote: > Hi Simon, > > Am Montag, 6. Februar 2017, 07:35:12 CET schrieb Simon Glass: >> On 3 February 2017 at 08:09, Heiko Stuebner wrote: >> > Add a driver for setting up and modifying the various PLLs and peripheral >> > clocks on the RK31

Re: [U-Boot] [PATCH v3 10/16] rockchip: rk3188: Add clock driver

2017-02-20 Thread Heiko Stuebner
Hi Simon, Am Montag, 6. Februar 2017, 07:35:12 CET schrieb Simon Glass: > On 3 February 2017 at 08:09, 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/i

Re: [U-Boot] [PATCH v3 10/16] rockchip: rk3188: Add clock driver

2017-02-06 Thread Simon Glass
Hi Heiko. On 3 February 2017 at 08:09, 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 | 191 + > drivers/clk/rockchip/Make

[U-Boot] [PATCH v3 10/16] rockchip: rk3188: Add clock driver

2017-02-03 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 | 191 + drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk_rk3188.c