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: In-Reply-To: <1376515632-12594-2-git-send-email-swarren@wwwdotorg.org> Sender: linux-gpio-owner@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 List-Id: devicetree@vger.kernel.org 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