Re: [PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On Mar 13, 2013, at 4:20 AM, Greg Kroah-Hartman wrote: > On Tue, Mar 12, 2013 at 08:21:34PM +0100, Johan Hovold wrote: >> Fix regression introduced by commit d2323cf773 ("onewire: w1-gpio: add >> ext_pullup_enable pin in platform data") which added a gpio entry to the >> platform data, but did

Re: [PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Johan Hovold
On Wed, Mar 13, 2013 at 04:24:20AM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: > On Mar 13, 2013, at 4:20 AM, Greg Kroah-Hartman > wrote: > > On Tue, Mar 12, 2013 at 08:21:34PM +0100, Johan Hovold wrote: > >> Fix regression introduced by commit d2323cf773 ("onewire: w1-gpio: add > >>

Re: [PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Greg Kroah-Hartman
On Tue, Mar 12, 2013 at 08:21:34PM +0100, Johan Hovold wrote: > Fix regression introduced by commit d2323cf773 ("onewire: w1-gpio: add > ext_pullup_enable pin in platform data") which added a gpio entry to the > platform data, but did not add the required initialisers to the board > files using

[PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Johan Hovold
Fix regression introduced by commit d2323cf773 ("onewire: w1-gpio: add ext_pullup_enable pin in platform data") which added a gpio entry to the platform data, but did not add the required initialisers to the board files using it. Consequently, the driver would request gpio 0 at probe, which could

[PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Johan Hovold
Fix regression introduced by commit d2323cf773 (onewire: w1-gpio: add ext_pullup_enable pin in platform data) which added a gpio entry to the platform data, but did not add the required initialisers to the board files using it. Consequently, the driver would request gpio 0 at probe, which could

Re: [PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Greg Kroah-Hartman
On Tue, Mar 12, 2013 at 08:21:34PM +0100, Johan Hovold wrote: Fix regression introduced by commit d2323cf773 (onewire: w1-gpio: add ext_pullup_enable pin in platform data) which added a gpio entry to the platform data, but did not add the required initialisers to the board files using it.

Re: [PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Johan Hovold
On Wed, Mar 13, 2013 at 04:24:20AM +0800, Jean-Christophe PLAGNIOL-VILLARD wrote: On Mar 13, 2013, at 4:20 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, Mar 12, 2013 at 08:21:34PM +0100, Johan Hovold wrote: Fix regression introduced by commit d2323cf773 (onewire:

Re: [PATCH] ARM: w1-gpio: fix erroneous gpio requests

2013-03-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On Mar 13, 2013, at 4:20 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, Mar 12, 2013 at 08:21:34PM +0100, Johan Hovold wrote: Fix regression introduced by commit d2323cf773 (onewire: w1-gpio: add ext_pullup_enable pin in platform data) which added a gpio entry to the