Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753649Ab1BYG3A (ORCPT ); Fri, 25 Feb 2011 01:29:00 -0500 Received: from mx2.parallels.com ([64.131.90.16]:51501 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752024Ab1BYG27 (ORCPT ); Fri, 25 Feb 2011 01:28:59 -0500 Message-ID: <4D674B17.2050502@parallels.com> Date: Fri, 25 Feb 2011 00:24:23 -0600 From: Rob Landley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Randy Dunlap CC: Grant Likely , Mariusz Kozlowski , LKML , Subject: Re: [PATCH] Remove obsolete Documentation/powerpc/00-INDEX entries 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> In-Reply-To: <20110221134001.f8b66899.rdunlap@xenotime.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [65.91.246.2] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2294 Lines: 64 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, Rob -- 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/