From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756389Ab1AaWXP (ORCPT ); Mon, 31 Jan 2011 17:23:15 -0500 Received: from pfepa.post.tele.dk ([195.41.46.235]:55585 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754098Ab1AaWXO (ORCPT ); Mon, 31 Jan 2011 17:23:14 -0500 Date: Mon, 31 Jan 2011 23:23:11 +0100 From: Sam Ravnborg To: Grant Likely Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, jwboyer@linux.vnet.ibm.com, benh@kernel.crashing.org Subject: Re: [PATCH 0/3] dt: documentation reorganization Message-ID: <20110131222311.GA7903@merkur.ravnborg.org> References: <20110131073918.9058.37628.stgit@localhost6.localdomain6> <20110131203449.GA4199@merkur.ravnborg.org> <20110131210131.GA14086@angua.secretlab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110131210131.GA14086@angua.secretlab.ca> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 31, 2011 at 02:01:31PM -0700, Grant Likely wrote: > On Mon, Jan 31, 2011 at 09:34:49PM +0100, Sam Ravnborg wrote: > > On Mon, Jan 31, 2011 at 12:44:41AM -0700, Grant Likely wrote: > > > This series reorganizes and cleans up the device tree documentation > > > to make the directory useful for non-powerpc users. > > > > Looks better than first try. But the structure is very flat. > > Did you consider an arch/* for all arch specific stuff? > > Yes I did; but this stuff is pretty sparse so I didn't want to create > a whole lot of levels when it isn't warranted. If really required in > the future I'll split the arch and drivers into two separate > directories. In the mean time I'm going to stick with this. OK. Sam