Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932608Ab1BYQhg (ORCPT ); Fri, 25 Feb 2011 11:37:36 -0500 Received: from xenotime.net ([184.105.210.51]:60130 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932463Ab1BYQhf (ORCPT ); Fri, 25 Feb 2011 11:37:35 -0500 Date: Fri, 25 Feb 2011 08:37:28 -0800 From: Randy Dunlap To: Rob Landley Cc: Grant Likely , Mariusz Kozlowski , LKML , Subject: Re: [PATCH] Remove obsolete Documentation/powerpc/00-INDEX entries Message-Id: <20110225083728.0485cf4d.rdunlap@xenotime.net> In-Reply-To: <4D674B17.2050502@parallels.com> References: <4D6095E3.2040103@parallels.com> <20110221185205.GA23284@mako-laptop> <4D62C43F.5040302@parallels.com> <20110221120303.48106f6c.rdunlap@xenotime.net> <4D62CC6B.9070408@parallels.com> <20110221125555.4a47424d.rdunlap@xenotime.net> <4D62DA51.8020108@parallels.com> <20110221134001.f8b66899.rdunlap@xenotime.net> <4D674B17.2050502@parallels.com> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2590 Lines: 69 On Fri, 25 Feb 2011 00:24:23 -0600 Rob Landley wrote: > On 02/21/2011 03:40 PM, Randy Dunlap wrote: > > On Mon, 21 Feb 2011 15:34:09 -0600 Rob Landley wrote: > > > >> From: Rob Landley > >> > >> The device tree infrastructure is being genericized so its documentation > >> moved out of the PowerPC directory. > >> > >> Signed-off-by: Rob Landley > > > > Added to my patch queue. Thanks. > > > >> --- > >> > >> Documentation/devicetree/00-INDEX | 8 ++++++++ > >> Documentation/powerpc/00-INDEX | 4 ---- > >> 2 files changed, 8 insertions(+), 4 deletions(-) > >> > >> --- /dev/null 2011-02-13 16:59:19.073990002 -0600 > >> +++ b/Documentation/devicetree/00-INDEX 2011-02-21 14:47:12.911544002 -0600 > >> @@ -0,0 +1,8 @@ > >> +Documentation for device trees, a data structure by which bootloaders pass > >> +hardware layout to Linux in a device-independent manner, simplifying hardware > >> +probing. This subsystem is maintained by Grant Likely > >> + and has a mailing list at > >> +https://lists.ozlabs.org/listinfo/devicetree-discuss > >> + > >> +booting-without-of.txt > >> + - Booting Linux without Open Firmware, describes history and format of device trees. > > Gah, I screwed this one up. All the other 00-INDEX files list > themselves as the first entry, ala: > > >> diff --git a/Documentation/powerpc/00-INDEX b/Documentation/powerpc/00-INDEX > >> index e3960b8..5620fb5 100644 > >> --- a/Documentation/powerpc/00-INDEX > >> +++ b/Documentation/powerpc/00-INDEX > >> @@ -5,8 +5,6 @@ please mail me. > >> > >> 00-INDEX > >> - this file > >> -booting-without-of.txt > >> - - Booting the Linux/ppc kernel without Open Firmware > > See? > > (This broke my index.html generator script, which uses the 00-INDEX line > to split "header info that does not contain files you link to" from > "alternating file/description lines" which come after it. Yes, I broke > my own script.) > > Sorry I didn't catch this quickly, I had to get on a plane and come to > Scale. (Handing out flyers at the OpenVZ booth.) > > Let me know if you want a replacement patch or a patch on top of this one. Thanks for catching that. A replacement patch, please. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/