Re: [PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit

2014-02-04 Thread Maxime Ripard
On Tue, Feb 04, 2014 at 10:43:33AM +0800, Chen-Yu Tsai wrote: > Hi, > > On Tue, Feb 4, 2014 at 3:31 AM, Maxime Ripard > wrote: > > Hi, > > > > On Mon, Feb 03, 2014 at 11:32:19AM +0800, Chen-Yu Tsai wrote: > >> The Allwinner A20/A31 clock module controls the transmit clock source > >> and interfac

Re: [PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit

2014-02-03 Thread Chen-Yu Tsai
Hi, On Tue, Feb 4, 2014 at 3:31 AM, Maxime Ripard wrote: > Hi, > > On Mon, Feb 03, 2014 at 11:32:19AM +0800, Chen-Yu Tsai wrote: >> The Allwinner A20/A31 clock module controls the transmit clock source >> and interface type of the GMAC ethernet controller. Model this as >> a single clock for GMAC

Re: [PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit

2014-02-03 Thread Maxime Ripard
Hi, On Mon, Feb 03, 2014 at 11:32:19AM +0800, Chen-Yu Tsai wrote: > The Allwinner A20/A31 clock module controls the transmit clock source > and interface type of the GMAC ethernet controller. Model this as > a single clock for GMAC drivers to use. > > Signed-off-by: Chen-Yu Tsai > --- > Documen

[PATCH v3 1/8] clk: sunxi: Add Allwinner A20/A31 GMAC clock unit

2014-02-02 Thread Chen-Yu Tsai
The Allwinner A20/A31 clock module controls the transmit clock source and interface type of the GMAC ethernet controller. Model this as a single clock for GMAC drivers to use. Signed-off-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/clock/sunxi.txt | 26 +++ drivers/clk/sunxi/clk-su