Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-29 Thread Maxime Ripard
On Thu, May 29, 2014 at 12:23:58PM +0800, Chen-Yu Tsai wrote: > On Tue, May 27, 2014 at 4:30 PM, Maxime Ripard > wrote: > > On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: > >> On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard > >> wrote: > >> > On Fri, May 23, 2014 at 03:51:20PM

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-29 Thread Maxime Ripard
On Thu, May 29, 2014 at 12:23:58PM +0800, Chen-Yu Tsai wrote: On Tue, May 27, 2014 at 4:30 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard maxime.rip...@free-electrons.com

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-28 Thread Chen-Yu Tsai
On Tue, May 27, 2014 at 4:30 PM, Maxime Ripard wrote: > On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: >> On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard >> wrote: >> > On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: >> >> The Allwinner A23 SoC has a PRCM unit like

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-28 Thread Chen-Yu Tsai
On Tue, May 27, 2014 at 4:30 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-27 Thread Maxime Ripard
On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: > On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard > wrote: > > On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: > >> The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. > >> The differences are the AR100 clock

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-27 Thread Maxime Ripard
On Mon, May 26, 2014 at 12:36:38PM +0800, Chen-Yu Tsai wrote: On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-25 Thread Chen-Yu Tsai
On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard wrote: > On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: >> The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. >> The differences are the AR100 clock can no longer be modified, >> and the APB0 clock has different divisors.

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-25 Thread Maxime Ripard
On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: > The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. > The differences are the AR100 clock can no longer be modified, > and the APB0 clock has different divisors. > > This patch adds a compatible with a modified subdevice

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-25 Thread Maxime Ripard
On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The differences are the AR100 clock can no longer be modified, and the APB0 clock has different divisors. This patch adds a compatible with a modified subdevice list

Re: [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-25 Thread Chen-Yu Tsai
On Mon, May 26, 2014 at 3:14 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Fri, May 23, 2014 at 03:51:20PM +0800, Chen-Yu Tsai wrote: The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The differences are the AR100 clock can no longer be modified, and the APB0

[PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-23 Thread Chen-Yu Tsai
The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The differences are the AR100 clock can no longer be modified, and the APB0 clock has different divisors. This patch adds a compatible with a modified subdevice list for the A23. Signed-off-by: Chen-Yu Tsai ---

[PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-05-23 Thread Chen-Yu Tsai
The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The differences are the AR100 clock can no longer be modified, and the APB0 clock has different divisors. This patch adds a compatible with a modified subdevice list for the A23. Signed-off-by: Chen-Yu Tsai w...@csie.org ---