From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 0/7] MIPS: Move device-tree files to a common location Date: Sat, 23 Aug 2014 21:50:11 +0200 Message-ID: References: <1408651466-8334-1-git-send-email-abrestic@chromium.org> <20140823063113.GC23715@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20140823063113.GC23715@localhost> Sender: linux-kernel-owner@vger.kernel.org To: Olof Johansson Cc: Andrew Bresticker , Florian Fainelli , Kumar Gala , Ralf Baechle , David Daney , Rob Herring , Linux-MIPS , Qais Yousef , Ian Campbell , "linux-kernel@vger.kernel.org" , Pawel Moll , John Crispin , Mark Rutland , Jayachandran C , Paul Burton , James Hogan , "devicetree@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Sat, Aug 23, 2014 at 8:31 AM, Olof Johansson wrote: >> > arch/arm/boot/dts// >> > >> > Is this something we should do for the MIPS and update the other architectures >> > to follow that scheme? >> >> I recall reading that as well and that it would be adopted for ARM64, >> but that hasn't seemed to have happened. Perhaps Olof (CC'ed) will no >> more. > > Yeah, I highly recommend having a directory per vendor. We didn't on ARM, > and the amount of files in that directory is becoming pretty > insane. Moving to a subdirectory structure later gets messy which is > why we've been holding off on it. It would mean we can change our scripts to operate on "interesting" DTS files from do-something-with $(git grep -l $vendor, -- arch/arm/boot/dts) to do-something-with arch/arm/boot/dts/$vendor/* which is easier to type... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds