From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7FDF2C7EE24 for ; Fri, 5 May 2023 14:12:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232739AbjEEOME (ORCPT ); Fri, 5 May 2023 10:12:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232011AbjEEOL7 (ORCPT ); Fri, 5 May 2023 10:11:59 -0400 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B768AD0B; Fri, 5 May 2023 07:11:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1683295916; x=1714831916; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=IQhrMEmbkdIeS/c4Mo1VR2kSTS1Kx2MwOx7h09x0ziM=; b=Sbp+QawjUEriutBHJrSW3jf6P7+wqpaCu7jTqyrqAF/JUIz/og1QOs1X StlBEw2fFtpFH/OkFhKW6VHYA/KJz6CxHwtyMIXw8vlkXR3CcJYhPNX56 ZOQy28lYqGeljx2NuigRz9VtHa2Jj03EZaF9gnKXpVQK5aHJa5ui3mH90 wa3VvhplAxst5bspGH6B1hmm2uFvVEfQfigKDJ5nIOi607zz2Ki1NSwi6 f9lQ0Z38UlDlO6CWZHQ7qOTMVOaxJBgOR/mhdmQwdiQWxLbLOm5x85S36 q27N46tmXX717vjxM8lOEgIhsDxag6DHIUBNHuGsuvUkWiIe68LN1N1L9 w==; Date: Fri, 5 May 2023 16:11:52 +0200 From: Jesper Nilsson To: Rob Herring CC: , Christian Marangi , Krzysztof Kozlowski , Russell King , Masahiro Yamada , Andreas =?iso-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Shawn Guo , Sascha Hauer , Fabio Estevam , Antoine Tenart , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Linus Walleij , Sudeep Holla , Joel Stanley , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Lars Persson , Scott Branden , Florian Fainelli , Andre Przywara , Baruch Siach , Wei Xu , Jean-Marie Verdun , Nick Hawkins , Maxime Coquelin , Alexandre Torgue , Vladimir Zapolskiy , Andrew Lunn , Gregory Clement , Lubomir Rintel , Matthias Brugger , Peter Rosin , Nancy Yuen , Benjamin Fair , Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , Thierry Reding , Bjorn Andersson , Geert Uytterhoeven , Heiko Stuebner , Daniel Palmer , Romain Perier , Kunihiko Hayashi , Masami Hiramatsu , Viresh Kumar , Shiraz Hashim , Patrice Chotard , Marek Vasut , Qin Jian , Jisheng Zhang , Tony Lindgren , Paul Barker , Bartosz Golaszewski , Nishanth Menon , Santosh Shilimkar , Enric Balletbo i Serra , Javier Martinez Canillas , Michal Simek , , , , Subject: Re: [PATCH 4/4] ARM: dts: Move .dts files to vendor sub-directories Message-ID: <20230505141152.GK19396@axis.com> References: <20230504-arm-dts-mv-v1-0-2c8e51a2b6c4@kernel.org> <20230504-arm-dts-mv-v1-4-2c8e51a2b6c4@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230504-arm-dts-mv-v1-4-2c8e51a2b6c4@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 04, 2023 at 10:29:29PM -0500, Rob Herring wrote: > The arm dts directory has grown to 1553 boards which makes it a bit > unwieldy to maintain and use. Past attempts stalled out due to plans to > move .dts files out of the kernel tree. Doing that is no longer planned > (any time soon at least), so let's go ahead and group .dts files by > vendors. This move aligns arm with arm64 .dts file structure. > > Doing this enables building subsets of dts files by vendor easily > without changing kernel configs: > > make allyesconfig > make arch/arm/boot/dts/ti/ > > There's no change to dtbs_install as the flat structure is maintained on > install. > > The naming of vendor directories is roughly in this order of preference: > - Matching original and current SoC vendor prefix/name (e.g. ti, qcom) > - Current vendor prefix/name if still actively sold (SoCs which have > been aquired) (e.g. nxp/imx) > - Existing platform name for older platforms not sold/maintained by any > company (e.g. gemini, nspire) > > The whole move was scripted with the exception of MAINTAINERS. > > Signed-off-by: Rob Herring > --- > MAINTAINERS | 181 +-- > [...] > arch/arm/boot/dts/axis/Makefile | 3 + > arch/arm/boot/dts/{ => axis}/artpec6-devboard.dts | 0 > arch/arm/boot/dts/{ => axis}/artpec6.dtsi | 0 For the Axis ARTPEC ports, Acked-by: Jesper Nilsson /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com