Re: [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver

2017-05-23 Thread sjg
On 15 May 2017 at 03:49, Andy Yan wrote: > Add driver to setup the various PLLs and peripheral > clocks on the RK3368. > > Signed-off-by: Andy Yan > --- > > Changes in v2: > - fix typo in subject > - remove CRU base definition in cru head file > - Drop extra blank lines > > arch/arm/include/a

Re: [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver

2017-05-16 Thread Simon Glass
On 15 May 2017 at 03:49, Andy Yan wrote: > Add driver to setup the various PLLs and peripheral > clocks on the RK3368. > > Signed-off-by: Andy Yan > --- > > Changes in v2: > - fix typo in subject > - remove CRU base definition in cru head file > - Drop extra blank lines > > arch/arm/include/a

[U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver

2017-05-15 Thread Andy Yan
Add driver to setup the various PLLs and peripheral clocks on the RK3368. Signed-off-by: Andy Yan --- Changes in v2: - fix typo in subject - remove CRU base definition in cru head file - Drop extra blank lines arch/arm/include/asm/arch-rockchip/cru_rk3368.h | 124 ++ drivers/clk/roc