Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-05 Thread Maxime Ripard
On Tue, May 05, 2015 at 06:01:16PM +0800, Chen-Yu Tsai wrote: > On Tue, May 5, 2015 at 4:25 PM, Maxime Ripard > wrote: > > On Mon, May 04, 2015 at 11:22:33PM +0800, Chen-Yu Tsai wrote: > >> Hi, > >> > >> On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard > >> wrote: > >> > Hi, > >> > > >> > On Fri,

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-05 Thread Chen-Yu Tsai
On Tue, May 5, 2015 at 4:25 PM, Maxime Ripard wrote: > On Mon, May 04, 2015 at 11:22:33PM +0800, Chen-Yu Tsai wrote: >> Hi, >> >> On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard >> wrote: >> > Hi, >> > >> > On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: >> >> The "cpus" clock is the

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-05 Thread Maxime Ripard
On Mon, May 04, 2015 at 11:22:33PM +0800, Chen-Yu Tsai wrote: > Hi, > > On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard > wrote: > > Hi, > > > > On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: > >> The "cpus" clock is the clock for the embedded processor in the A80. > >> It is also

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-05 Thread Maxime Ripard
On Tue, May 05, 2015 at 06:01:16PM +0800, Chen-Yu Tsai wrote: On Tue, May 5, 2015 at 4:25 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 04, 2015 at 11:22:33PM +0800, Chen-Yu Tsai wrote: Hi, On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-05 Thread Maxime Ripard
On Mon, May 04, 2015 at 11:22:33PM +0800, Chen-Yu Tsai wrote: Hi, On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: The cpus clock is the clock for the embedded processor in the A80.

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-05 Thread Chen-Yu Tsai
On Tue, May 5, 2015 at 4:25 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 04, 2015 at 11:22:33PM +0800, Chen-Yu Tsai wrote: Hi, On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Fri, May 01, 2015 at 12:10:03AM +0800,

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-04 Thread Chen-Yu Tsai
Hi, On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard wrote: > Hi, > > On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: >> The "cpus" clock is the clock for the embedded processor in the A80. >> It is also part of the PRCM clock tree. >> >> Signed-off-by: Chen-Yu Tsai >> --- >>

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-04 Thread Maxime Ripard
Hi, On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: > The "cpus" clock is the clock for the embedded processor in the A80. > It is also part of the PRCM clock tree. > > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 1 + >

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-04 Thread Maxime Ripard
Hi, On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: The cpus clock is the clock for the embedded processor in the A80. It is also part of the PRCM clock tree. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 +

Re: [PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-05-04 Thread Chen-Yu Tsai
Hi, On Mon, May 4, 2015 at 8:51 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Fri, May 01, 2015 at 12:10:03AM +0800, Chen-Yu Tsai wrote: The cpus clock is the clock for the embedded processor in the A80. It is also part of the PRCM clock tree. Signed-off-by: Chen-Yu Tsai

[PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-04-30 Thread Chen-Yu Tsai
The "cpus" clock is the clock for the embedded processor in the A80. It is also part of the PRCM clock tree. Signed-off-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 + drivers/clk/sunxi/Makefile| 2 +- drivers/clk/sunxi/clk-sun9i-cpus.c

[PATCH v2 2/5] clk: sunxi: support the cpus (cpu special) clock on the Allwinner A80

2015-04-30 Thread Chen-Yu Tsai
The cpus clock is the clock for the embedded processor in the A80. It is also part of the PRCM clock tree. Signed-off-by: Chen-Yu Tsai w...@csie.org --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 + drivers/clk/sunxi/Makefile| 2 +-