From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 26 Jan 2011 14:43:01 -0500 From: Josh Boyer To: Grant Likely Subject: Re: [PATCH] dt: Move device tree documentation out of powerpc directory Message-ID: <20110126194301.GA13541@zod.rchland.ibm.com> References: <1296062434-18027-1-git-send-email-grant.likely@secretlab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1296062434-18027-1-git-send-email-grant.likely@secretlab.ca> Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 26, 2011 at 10:20:34AM -0700, Grant Likely wrote: >The device tree is used by more than just PowerPC. Make the documentation >directory available to all. > >Signed-off-by: Grant Likely >--- > >Assuming nobody has an issue with this, I'll push it out to Linus for >2.6.38 since it is only a documentation change. > >g. > > .../bindings}/4xx/cpm.txt | 0 > .../bindings}/4xx/emac.txt | 0 > .../bindings}/4xx/ndfc.txt | 0 > .../bindings}/4xx/ppc440spe-adma.txt | 0 > .../bindings}/4xx/reboot.txt | 0 This should probably be renamed to ...bindings}/powerpc4xx/ in that case. Similarly for fsl (even more so since they have ARM parts too). Also the booting-without-of.txt file is very powerpc specific. So I would suggest either creating a powerpc/ directory under /bindings or something similar. Opinions? josh