Re: [PATCH v3 01/10] clk: sunxi: Move USB clocks to separate file

2015-02-01 Thread Maxime Ripard
On Wed, Jan 28, 2015 at 03:54:06AM +0800, Chen-Yu Tsai wrote: > The USB clocks originally shared code with the gates clocks, but had > additional reset controllers. Move these to a separate file. This will > allow us to add new support for slightly different USB clocks, such as > on the A80, withou

[PATCH v3 01/10] clk: sunxi: Move USB clocks to separate file

2015-01-27 Thread Chen-Yu Tsai
The USB clocks originally shared code with the gates clocks, but had additional reset controllers. Move these to a separate file. This will allow us to add new support for slightly different USB clocks, such as on the A80, without affecting gates clocks, and also facilitate the migration of gates c