Re: [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-11-07 Thread Geert Uytterhoeven
Hi Stephen, On Fri, Nov 4, 2016 at 8:49 PM, Stephen Boyd wrote: > On 11/02, Geert Uytterhoeven wrote: >> On Tue, Nov 1, 2016 at 12:25 AM, Stephen Boyd wrote: >> > >> > Would the pull requests for clk also have dts changes at the base >> > of the tree?

Re: [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-11-04 Thread Stephen Boyd
On 11/02, Geert Uytterhoeven wrote: > On Tue, Nov 1, 2016 at 12:25 AM, Stephen Boyd wrote: > > > > Would the pull requests for clk also have dts changes at the base > > of the tree? Perhaps clk side can just ack the clk patches and > > Yes they would: this is moving

Re: [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-11-02 Thread Geert Uytterhoeven
Hi Stephen, Thanks for your answers! On Tue, Nov 1, 2016 at 12:25 AM, Stephen Boyd wrote: > On 10/31, Geert Uytterhoeven wrote: >> Hi Mike, Stephen, Arnd, Olof, Kevin, >> >> Is the merge strategy [see # below] OK for you? >> Thanks a lot! >> >> On Mon, Oct 31, 2016 at

Re: [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-10-31 Thread Stephen Boyd
On 10/31, Geert Uytterhoeven wrote: > Hi Mike, Stephen, Arnd, Olof, Kevin, > > Is the merge strategy [see # below] OK for you? > Thanks a lot! > > On Mon, Oct 31, 2016 at 9:19 AM, Simon Horman wrote: > > On Wed, Oct 26, 2016 at 02:00:24PM +0200, Geert Uytterhoeven wrote:

Re: [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-10-31 Thread Simon Horman
On Wed, Oct 26, 2016 at 02:00:24PM +0200, Geert Uytterhoeven wrote: > Hi Mike, Stephen, > > On Fri, Oct 21, 2016 at 3:17 PM, Geert Uytterhoeven > wrote: > > Currently the R-Car Clock Pulse Generator (CPG) drivers obtains the > > state of the mode pins either by a call

Re: [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-10-21 Thread Philipp Zabel
A. Hi Geert, Am Freitag, den 21.10.2016, 15:17 +0200 schrieb Geert Uytterhoeven: > Hi Philipp, Mike, Stephen, Simon, Magnus, > (see questions *** below!) > > Currently the R-Car Clock Pulse Generator (CPG) drivers obtains the > state of the mode pins either by a call from the

[PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state

2016-10-21 Thread Geert Uytterhoeven
Hi Philipp, Mike, Stephen, Simon, Magnus, (see questions *** below!) Currently the R-Car Clock Pulse Generator (CPG) drivers obtains the state of the mode pins either by a call from the platform code, or directly by using a hardcoded register access. This is a bit messy, and