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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CA981C433EF for ; Tue, 29 Mar 2022 07:54:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bDbrhvnAwmOhL+jySlz0qxNqGJZb5TAa1uaKEXhDqJ8=; b=116N6cXZBuVxgt WsjWqV0+8QOmBfb94/9sOPUKtpsZKX7ZH/uAhb+5PzxK2V2jAmCbm7hehIpg8l3EgGCc/RfgXrxxO AL7dWeSnW13iLdPb0fu7YYAG6QUMLN6pQA0PpuaCp3a6kGi8nW+0iFvMAHQVO0+tklD8t5uy+GWTp YL1ylQsTpCwYibcH7gWnj1CQecNCZ5GpVcX9MmmoBQZNCikuoBtk+0CAmGvoDf39acTs7LIetXOPJ 7XH95k4nCmf61qU72daswiDgb9irlbIJWrrXB8/o6NmrgHlqhi8ckqdlzR3vZI2ZW2B7Cc4UCE8OR eERe3n6HpDPH5j7Uem+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZ6fY-00BOEU-F0; Tue, 29 Mar 2022 07:53:36 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZ6fT-00BOCz-3n; Tue, 29 Mar 2022 07:53:32 +0000 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_005331_237669_383133D7 X-CRM114-Status: GOOD ( 18.53 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel