Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-08-16 Thread GregKH
On Sun, Aug 05, 2012 at 06:18:01PM +0200, Daniel Mack wrote: > On 01.08.2012 18:57, Ville Syrjälä wrote: > > On Tue, Jul 31, 2012 at 08:19:06AM +0200, Daniel Mack wrote: > >> On 31.07.2012 02:59, Ville Syrjälä wrote: > >>> On Mon, Jul 30, 2012 at 10:12:39PM +0400, Evgeniy Polyakov wrote: > Hi

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-08-05 Thread Daniel Mack
On 01.08.2012 18:57, Ville Syrjälä wrote: > On Tue, Jul 31, 2012 at 08:19:06AM +0200, Daniel Mack wrote: >> On 31.07.2012 02:59, Ville Syrjälä wrote: >>> On Mon, Jul 30, 2012 at 10:12:39PM +0400, Evgeniy Polyakov wrote: Hi Sorry for long delay [resend with fixed Greg's address :

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-08-01 Thread Ville Syrjälä
On Tue, Jul 31, 2012 at 08:19:06AM +0200, Daniel Mack wrote: > On 31.07.2012 02:59, Ville Syrjälä wrote: > > On Mon, Jul 30, 2012 at 10:12:39PM +0400, Evgeniy Polyakov wrote: > >> Hi > >> > >> Sorry for long delay > >> [resend with fixed Greg's address :)] > >> > >> On Wed, Jul 25, 2012 at 10:54:29

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Daniel Mack
On 31.07.2012 02:59, Ville Syrjälä wrote: > On Mon, Jul 30, 2012 at 10:12:39PM +0400, Evgeniy Polyakov wrote: >> Hi >> >> Sorry for long delay >> [resend with fixed Greg's address :)] >> >> On Wed, Jul 25, 2012 at 10:54:29PM +0200, Daniel Mack (zon...@gmail.com) >> wrote: >>> In the process of por

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Ville Syrjälä
On Mon, Jul 30, 2012 at 10:12:39PM +0400, Evgeniy Polyakov wrote: > Hi > > Sorry for long delay > [resend with fixed Greg's address :)] > > On Wed, Jul 25, 2012 at 10:54:29PM +0200, Daniel Mack (zon...@gmail.com) > wrote: > > In the process of porting boards to devicetree implemenation, we shoul

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Evgeniy Polyakov
Hi Sorry for long delay [resend with fixed Greg's address :)] On Wed, Jul 25, 2012 at 10:54:29PM +0200, Daniel Mack (zon...@gmail.com) wrote: > In the process of porting boards to devicetree implemenation, we should > keep information about external circuitry where they belong - the > individual

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Evgeniy Polyakov
Hi Sorry for long delay On Wed, Jul 25, 2012 at 10:54:29PM +0200, Daniel Mack (zon...@gmail.com) wrote: > In the process of porting boards to devicetree implemenation, we should > keep information about external circuitry where they belong - the > individual drivers. > > This patch adds a way to

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Daniel Mack
On 30.07.2012 19:32, Evgeniy Polyakov wrote: > Hi > > Sorry for long delay > > On Wed, Jul 25, 2012 at 10:54:29PM +0200, Daniel Mack (zon...@gmail.com) > wrote: >> In the process of porting boards to devicetree implemenation, we should >> keep information about external circuitry where they belo

Re: [PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-30 Thread Daniel Mack
Ping. On 25.07.2012 22:54, Daniel Mack wrote: > In the process of porting boards to devicetree implemenation, we should > keep information about external circuitry where they belong - the > individual drivers. > > This patch adds a way to specify a GPIO to drive the (optional) external > pull-up

[PATCH 1/2] onewire: w1-gpio: add ext_pullup_enable pin in platform data

2012-07-25 Thread Daniel Mack
In the process of porting boards to devicetree implemenation, we should keep information about external circuitry where they belong - the individual drivers. This patch adds a way to specify a GPIO to drive the (optional) external pull-up logic, rather than using a function pointer for that. Sign