Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-18 Thread Arnd Bergmann
On Monday 18 November 2013, Linus Walleij wrote: > On Wed, Nov 13, 2013 at 7:19 AM, Magnus Damm wrote: > > On Wed, Nov 13, 2013 at 4:59 AM, Linus Walleij > > wrote: > >> On Thu, Nov 7, 2013 at 12:47 AM, Magnus Damm wrote: > >> > >> Is it so that arch/sh is more soft on this for example...? > >>

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-18 Thread Linus Walleij
On Wed, Nov 13, 2013 at 7:19 AM, Magnus Damm wrote: > On Wed, Nov 13, 2013 at 4:59 AM, Linus Walleij > wrote: >> On Thu, Nov 7, 2013 at 12:47 AM, Magnus Damm wrote: >> >> Is it so that arch/sh is more soft on this for example...? >> Can some arch maintainer like SH/Paul ACK this approach? >> >>

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-14 Thread Geert Uytterhoeven
On Thu, Nov 7, 2013 at 12:47 AM, Magnus Damm wrote: > The hardware allows control of GPIOs in blocks of up to 16 pins, > and once device may span multiple blocks. Interrupts are not ... one device ... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Lin

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-14 Thread Magnus Damm
Hi Laurent, On Thu, Nov 14, 2013 at 8:55 AM, Laurent Pinchart wrote: > Hi Magnus, > > On Thursday 14 November 2013 08:49:16 Magnus Damm wrote: >> On Wed, Nov 13, 2013 at 9:03 PM, Laurent Pinchart wrote: >> > Hi Magnus, >> > >> > Thank you for the patch. >> > >> > Please read below for a couple of

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-13 Thread Simon Horman
On Wed, Nov 13, 2013 at 01:03:35PM +0100, Laurent Pinchart wrote: > Hi Magnus, > > Thank you for the patch. > > Please read below for a couple of comments in addition to Linus' review. > > On Thursday 07 November 2013 08:47:37 Magnus Damm wrote: > > From: Magnus Damm > > > > This patch adds a

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-13 Thread Laurent Pinchart
Hi Magnus, On Thursday 14 November 2013 08:49:16 Magnus Damm wrote: > On Wed, Nov 13, 2013 at 9:03 PM, Laurent Pinchart wrote: > > Hi Magnus, > > > > Thank you for the patch. > > > > Please read below for a couple of comments in addition to Linus' review. > > > > On Thursday 07 November 2013 08

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-13 Thread Magnus Damm
Hi Laurent, On Wed, Nov 13, 2013 at 9:03 PM, Laurent Pinchart wrote: > Hi Magnus, > > Thank you for the patch. > > Please read below for a couple of comments in addition to Linus' review. > > On Thursday 07 November 2013 08:47:37 Magnus Damm wrote: >> From: Magnus Damm >> >> This patch adds a GP

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-13 Thread Laurent Pinchart
Hi Magnus, Thank you for the patch. Please read below for a couple of comments in addition to Linus' review. On Thursday 07 November 2013 08:47:37 Magnus Damm wrote: > From: Magnus Damm > > This patch adds a GPIO driver for the RZ series of SoCs from > Renesas. The driver can be used as platfo

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-12 Thread Magnus Damm
Hi Linus, On Wed, Nov 13, 2013 at 4:59 AM, Linus Walleij wrote: > On Thu, Nov 7, 2013 at 12:47 AM, Magnus Damm wrote: > >> From: Magnus Damm >> >> This patch adds a GPIO driver for the RZ series of SoCs from >> Renesas. The driver can be used as platform device with dynamic >> or static GPIO as

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-12 Thread Linus Walleij
On Thu, Nov 7, 2013 at 12:47 AM, Magnus Damm wrote: > From: Magnus Damm > > This patch adds a GPIO driver for the RZ series of SoCs from > Renesas. The driver can be used as platform device with dynamic > or static GPIO assignment or via DT using dynamic GPIOs. So given that this is for a new s