Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753863AbdLHOcb (ORCPT ); Fri, 8 Dec 2017 09:32:31 -0500 Received: from mail-it0-f54.google.com ([209.85.214.54]:39157 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753359AbdLHOcV (ORCPT ); Fri, 8 Dec 2017 09:32:21 -0500 X-Google-Smtp-Source: AGs4zMbIO8HWcYRbSawUOeZvnrV3hXMzEmA7oGTsQnmpFXWV1WctlVWg6TKMNlaKIaNP1r5cgWhn+ocrMnKDmkFbqcY= MIME-Version: 1.0 In-Reply-To: <2938931512513618@web13o.yandex.ru> References: <20171120084746.3974-1-linus.walleij@linaro.org> <2938931512513618@web13o.yandex.ru> From: Linus Walleij Date: Fri, 8 Dec 2017 15:32:20 +0100 Message-ID: Subject: Re: [PATCH] w1: w1-gpio: Convert to use GPIO descriptors To: Evgeniy Polyakov Cc: Ville Syrjala , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 879 Lines: 26 On Tue, Dec 5, 2017 at 11:40 PM, Evgeniy Polyakov wrote: > Sorry for late reply It's cool. Much to do. > 20.11.2017, 11:47, "Linus Walleij" : >> The w1 master driver includes a complete open drain emulation >> reimplementation among other things. >> >> This converts the driver and all board files using it to use >> GPIO descriptors associated with the device to look up the >> GPIO wire, as well ass the optional pull-up GPIO line. > > I'm not familiar with gpio platform drivers, but these changes looks good. > Did it find its way into the tree yet? No but I interpret this as an Acked-by so I will add that and add it to the GPIO tree so we get some rotation in linux-next, OK? :) > If not, please add appropriate maintainers, I've added Ville Syrjala to copy. OK let's see if he has something to add. Yours, Linus Walleij