Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-03-05 Thread leroy christophe
Le 02/03/2013 22:16, Grant Likely a écrit : I would like to know /why/ this specific hunk is necessary. I cannot tell from the context. That's the sort of thing that is very helpful to have in the commit description. Otherwise the patch looks fine. g. Ok, I will resubmit with a note to it

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-03-05 Thread leroy christophe
Le 02/03/2013 22:16, Grant Likely a écrit : I would like to know /why/ this specific hunk is necessary. I cannot tell from the context. That's the sort of thing that is very helpful to have in the commit description. Otherwise the patch looks fine. g. Ok, I will resubmit with a note to it

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-03-03 Thread Grant Likely
On Fri, 01 Mar 2013 07:29:17 +0100, leroy christophe wrote: > > Le 01/03/2013 01:43, Linus Walleij a écrit : > > On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy > > wrote: > > > >> This patch allows the use of the MAX730x Driver on systems using > >> the Open Firmware platform format > >>

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-03-03 Thread Grant Likely
On Fri, 01 Mar 2013 07:29:17 +0100, leroy christophe christophe.le...@c-s.fr wrote: Le 01/03/2013 01:43, Linus Walleij a écrit : On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy christophe.le...@c-s.fr wrote: This patch allows the use of the MAX730x Driver on systems using the

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-03-01 Thread Linus Walleij
On Fri, Mar 1, 2013 at 7:29 AM, leroy christophe wrote: > Le 01/03/2013 01:43, Linus Walleij a écrit : > >> On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy >> wrote: >> >>> This patch allows the use of the MAX730x Driver on systems using >>> the Open Firmware platform format >>> >>>

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-03-01 Thread Linus Walleij
On Fri, Mar 1, 2013 at 7:29 AM, leroy christophe christophe.le...@c-s.fr wrote: Le 01/03/2013 01:43, Linus Walleij a écrit : On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy christophe.le...@c-s.fr wrote: This patch allows the use of the MAX730x Driver on systems using the Open Firmware

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-02-28 Thread leroy christophe
Le 01/03/2013 01:43, Linus Walleij a écrit : On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy wrote: This patch allows the use of the MAX730x Driver on systems using the Open Firmware platform format Signed-off-by: Patrick Vasseur Signed-off-by: Christophe Leroy (...) /*

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-02-28 Thread Linus Walleij
On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy wrote: > This patch allows the use of the MAX730x Driver on systems using > the Open Firmware platform format > > Signed-off-by: Patrick Vasseur > Signed-off-by: Christophe Leroy (...) > /* bits_per_word cannot be configured in

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-02-28 Thread Linus Walleij
On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy christophe.le...@c-s.fr wrote: This patch allows the use of the MAX730x Driver on systems using the Open Firmware platform format Signed-off-by: Patrick Vasseur patrick.vass...@c-s.fr Signed-off-by: Christophe Leroy christophe.le...@c-s.fr

Re: [PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-02-28 Thread leroy christophe
Le 01/03/2013 01:43, Linus Walleij a écrit : On Fri, Feb 22, 2013 at 10:26 AM, Christophe Leroy christophe.le...@c-s.fr wrote: This patch allows the use of the MAX730x Driver on systems using the Open Firmware platform format Signed-off-by: Patrick Vasseur patrick.vass...@c-s.fr

[PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-02-22 Thread Christophe Leroy
This patch allows the use of the MAX730x Driver on systems using the Open Firmware platform format Signed-off-by: Patrick Vasseur Signed-off-by: Christophe Leroy diff -ur linux-3.7.9/drivers/gpio/gpio-max7301.c linux/drivers/gpio/gpio-max7301.c --- linux-3.7.9/drivers/gpio/gpio-max7301.c

[PATCH] Adds support for Open Firmware in MAX730x GPIO Driver

2013-02-22 Thread Christophe Leroy
This patch allows the use of the MAX730x Driver on systems using the Open Firmware platform format Signed-off-by: Patrick Vasseur patrick.vass...@c-s.fr Signed-off-by: Christophe Leroy christophe.le...@c-s.fr diff -ur linux-3.7.9/drivers/gpio/gpio-max7301.c linux/drivers/gpio/gpio-max7301.c ---