Re: [PATCH] twl4030-gpio: Remove default pullup enable/disable of GPIO

2008-09-25 Thread Girish. S. G.
> On Thursday 25 September 2008, Pakaravoor, Jagadeesh wrote: >> From: Jagadeesh Bhaskar Pakaravoor <[EMAIL PROTECTED]> >> >> One twl4030_request_gpio() should not tamper with the pullup >> enabling/disabling of the rest of the GPIOs. So removing the default >> pullup values written to REG_GPIOPUPD

Re: [PATCH] twl4030-gpio: Remove default pullup enable/disable of GPIO

2008-09-25 Thread David Brownell
On Thursday 25 September 2008, Pakaravoor, Jagadeesh wrote: > From: Jagadeesh Bhaskar Pakaravoor <[EMAIL PROTECTED]> > > One twl4030_request_gpio() should not tamper with the pullup > enabling/disabling of the rest of the GPIOs. So removing the default > pullup values written to REG_GPIOPUPDCTR1.

[PATCH] twl4030-gpio: Remove default pullup enable/disable of GPIO

2008-09-25 Thread Pakaravoor, Jagadeesh
From: Jagadeesh Bhaskar Pakaravoor <[EMAIL PROTECTED]> One twl4030_request_gpio() should not tamper with the pullup enabling/disabling of the rest of the GPIOs. So removing the default pullup values written to REG_GPIOPUPDCTR1. Signed-off-by: Girish S G <[EMAIL PROTECTED]> Signed-off-by: Jagadees