From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from muru.com (muru.com [72.249.23.125]) by smtp.subspace.kernel.org (Postfix) with ESMTP id DE68220FF; Tue, 29 Mar 2022 08:00:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 727F580F9; Tue, 29 Mar 2022 07:51:24 +0000 (UTC) Date: Tue, 29 Mar 2022 10:53:27 +0300 From: Tony Lindgren To: Daniel Palmer Cc: Ansuel Smith , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel , DTML , Linux Kernel Mailing List , linux-actions@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-omap@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@axis.com, linux-aspeed@lists.ozlabs.org, linux-rpi-kernel@lists.infradead.org, chrome-platform@lists.linux.dev, linux-renesas-soc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, kernel@dh-electronics.com, linux-mediatek@lists.infradead.org, openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org, linux-oxnas@groups.io, linux-arm-msm@vger.kernel.org, linux-unisoc@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-realtek-soc@lists.infradead.org Subject: Re: [RFC PATCH 0/1] Categorize ARM dts directory Message-ID: References: <20220328000915.15041-1-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi, * Daniel Palmer [220328 08:53]: > Hi Ansuel > > On Mon, 28 Mar 2022 at 09:09, Ansuel Smith wrote: > > > > Hi, > > as the title say, the intention of this ""series"" is to finally categorize > > the ARM dts directory in subdirectory for each oem. > > While I agree with this change and think it's for the good (browsing > the ARM dts directory at the moment is frustrating..) I think > buildroot and others need to be told about this as it'll potentially > break their kernel build scripting for ARM and probably messes up the > configs they have for existing boards. Yeah.. And ideally this would be done in smaller steps as these will conflict with all the other pending patches. For example, I have a pile of pending omap clock clean-up dts patches posted and tested waiting for v5.19-rc1 to apply. I'd rather not start redoing or fixing up the patches with sed :) What I'd like to have see is that at some point when suitable we move one machine at a time with a script if possible.. Maybe the dtb files generated would need to remain in the current directory until all of the machine dts files are moved? That should help with the build scripting too probably :) In general I like the idea though and I think we should do it. Regards, Tony