Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-28 Thread Simon Horman
On Fri, Apr 28, 2017 at 09:24:57AM +0200, jmondi wrote: > Hi Geert, Simon, > > On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: > > Hi Jacopo, > > > > On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi > > wrote: > > >this is 5th round of

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-28 Thread Simon Horman
On Fri, Apr 28, 2017 at 09:24:57AM +0200, jmondi wrote: > Hi Geert, Simon, > > On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: > > Hi Jacopo, > > > > On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi > > wrote: > > >this is 5th round of gpio/pincontroller for RZ/A1 devices.

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-28 Thread Geert Uytterhoeven
Hi Jacopo, On Fri, Apr 28, 2017 at 9:24 AM, jmondi wrote: > On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: >> On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi >> wrote: >> >this is 5th round of gpio/pincontroller for RZ/A1

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-28 Thread Geert Uytterhoeven
Hi Jacopo, On Fri, Apr 28, 2017 at 9:24 AM, jmondi wrote: > On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: >> On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi >> wrote: >> >this is 5th round of gpio/pincontroller for RZ/A1 devices. >> > >> > I have updated the pin

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-28 Thread jmondi
Hi Geert, Simon, On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi > wrote: > >this is 5th round of gpio/pincontroller for RZ/A1 devices. > > > > I have updated the pin controller

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-28 Thread jmondi
Hi Geert, Simon, On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi > wrote: > >this is 5th round of gpio/pincontroller for RZ/A1 devices. > > > > I have updated the pin controller driver to use the newly

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-27 Thread Simon Horman
On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi > wrote: > >this is 5th round of gpio/pincontroller for RZ/A1 devices. > > > > I have updated the pin controller driver to use the

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-27 Thread Simon Horman
On Thu, Apr 27, 2017 at 10:42:02AM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi > wrote: > >this is 5th round of gpio/pincontroller for RZ/A1 devices. > > > > I have updated the pin controller driver to use the newly introduced > >

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-27 Thread Geert Uytterhoeven
Hi Jacopo, On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi wrote: >this is 5th round of gpio/pincontroller for RZ/A1 devices. > > I have updated the pin controller driver to use the newly introduced > "pinctrl_enable()" function. > This is required since v4.11-rc7

Re: [PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-27 Thread Geert Uytterhoeven
Hi Jacopo, On Thu, Apr 27, 2017 at 10:19 AM, Jacopo Mondi wrote: >this is 5th round of gpio/pincontroller for RZ/A1 devices. > > I have updated the pin controller driver to use the newly introduced > "pinctrl_enable()" function. > This is required since v4.11-rc7 as otherwise, as reported by

[PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-27 Thread Jacopo Mondi
Hi Geert, this is 5th round of gpio/pincontroller for RZ/A1 devices. I have updated the pin controller driver to use the newly introduced "pinctrl_enable()" function. This is required since v4.11-rc7 as otherwise, as reported by Chris Brandt, the pin controller does not start. I have

[PATCH v5 00/10] Renesas RZ/A1 pin and gpio controller

2017-04-27 Thread Jacopo Mondi
Hi Geert, this is 5th round of gpio/pincontroller for RZ/A1 devices. I have updated the pin controller driver to use the newly introduced "pinctrl_enable()" function. This is required since v4.11-rc7 as otherwise, as reported by Chris Brandt, the pin controller does not start. I have