From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH V6 2/5] of: move of_parse_phandle() Date: Wed, 28 Aug 2013 21:30:38 +0200 Message-ID: References: <1376515632-12594-1-git-send-email-swarren@wwwdotorg.org> <1376515632-12594-2-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-ob0-f178.google.com ([209.85.214.178]:36372 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753390Ab3H1Tai (ORCPT ); Wed, 28 Aug 2013 15:30:38 -0400 Received: by mail-ob0-f178.google.com with SMTP id ef5so7083987obb.23 for ; Wed, 28 Aug 2013 12:30:38 -0700 (PDT) In-Reply-To: <1376515632-12594-2-git-send-email-swarren@wwwdotorg.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Stephen Warren , Grant Likely , Rob Herring Cc: "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , Pawel Moll , Ian Campbell , Kumar Gala , Mark Rutland , Stephen Warren On Wed, Aug 14, 2013 at 11:27 PM, Stephen Warren wrote: > From: Stephen Warren > > Move of_parse_phandle() after __of_parse_phandle_with_args(), since a > future patch will call __of_parse_phandle_with_args() from > of_parse_phandle(). Moving the function avoids adding a prototype. Doing > the move separately highlights the code changes separately. > > Signed-off-by: Stephen Warren > Acked-by: Mark Rutland > --- > v5: New patch. Still no feedback from Rob || Grant on this quite important cleanup? I would like to nominate Stephen Warren as co-maintainer of drivers/of/*, he definately knows his way around the code. I'm just worried that he may not accept due to a lot of work in the bindings already. Yours, Linus Walleij