From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH V2 1/5] gpio: of: Scan available child node for gpio-hog Date: Tue, 15 Mar 2016 15:09:45 +0100 Message-ID: References: <1457703804-3016-1-git-send-email-ldewangan@nvidia.com> <1457703804-3016-2-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1457703804-3016-2-git-send-email-ldewangan@nvidia.com> Sender: linux-kernel-owner@vger.kernel.org To: Laxman Dewangan Cc: Rob Herring , =?UTF-8?Q?Pawe=C5=82_Moll?= , Mark Rutland , Markus Pargmann , Stephen Warren , Thierry Reding , Benoit Parrot , Alexandre Courbot , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Fri, Mar 11, 2016 at 2:43 PM, Laxman Dewangan wrote: > Look for child node which are available when iterating for > gpio hog node for request/set GPIO initial configuration > during OF gpio chip registration. > > Signed-off-by: Laxman Dewangan > Reviewed-by: Thierry Reding So if I understand the patch correctly all it really does is make it possible to set status = "disabled"; in the hog nodes, and then they will not be applied? That should be stated in the commit message. Yours, Linus Walleij