Re: [U-Boot] [PATCH v4 05/17] clk: sunxi: Add Allwinner A10/A20 CLK driver

2018-08-27 Thread Maxime Ripard
On Sun, Aug 26, 2018 at 06:08:14PM +0530, Jagan Teki wrote: > Add initial clock driver for Allwinner A10/A20. > > - Implement USB ahb and USB clocks via ccu_clk_map descriptor > for A10/A20, so it can accessed in common clk enable and disable > functions from clk_sunxi.c > - Implement USB rese

[U-Boot] [PATCH v4 05/17] clk: sunxi: Add Allwinner A10/A20 CLK driver

2018-08-26 Thread Jagan Teki
Add initial clock driver for Allwinner A10/A20. - Implement USB ahb and USB clocks via ccu_clk_map descriptor for A10/A20, so it can accessed in common clk enable and disable functions from clk_sunxi.c - Implement USB resets via ccu_reset_map descriptor for A10/A20, so it can accessed in com