From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:37010 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751726Ab3HURro (ORCPT ); Wed, 21 Aug 2013 13:47:44 -0400 Message-ID: <5214FD3D.5070102@wwwdotorg.org> Date: Wed, 21 Aug 2013 11:47:41 -0600 From: Stephen Warren MIME-Version: 1.0 Subject: Re: [PATCH V6 1/5] of: move documentation of of_parse_phandle_with_args References: <1376515632-12594-1-git-send-email-swarren@wwwdotorg.org> In-Reply-To: <1376515632-12594-1-git-send-email-swarren@wwwdotorg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org To: Linus Walleij , 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: On 08/14/2013 03:27 PM, Stephen Warren wrote: > From: Stephen Warren > > Commit bd69f73 "of: Create function for counting number of phandles in > a property" renamed of_parse_phandle_with_args(), and created a wrapper > function that implemented the original name. However, the documentation > of the original function was not moved, leaving it apparently documenting > the newly renamed function. > > Move the documentation so that it is adjacent to the function it > documents. Rob, Grant, does this series look OK now? Are you taking it through the OF tree, or should Linus take it through the GPIO tree?