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 (zonque@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 specify a GPIO to drive the (optional) external >>> pull-up logic, rather than using a function pointer for that. >> >> I do not object against this patch, but I have rather limited knowledge >> about gpio driver. Patch looks good, feel free to add my >> Acked-by: Evgeniy Polyakov >> >> Greg, please pull it into your tree, if Ville does not object. > > No objections from me. I take this as an Acked-by:? > The only cosmetic issue I spotted was 'pdata' being assigned twice in > w1_gpio_probe(). Right. Amended patch below. Thanks a lot, Daniel