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 C0EADC433FE for ; Sat, 19 Nov 2022 06:36: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=JcQYMoROoWWFQ9QqHbyATewN3H/sfTeDz4grKsknOkA=; b=EVk9hle9vqz0AB ylNjf9S9rwQSsty4ppAypxjz+AYwX7pt7JH9MQKb8J0ThhzbA7yAX15Kw0pMsV2yRwFrHHK/LNI+d SzK7UBixNmEJ6jomiF+KTd1oxwWMOTAleytz7RrSWVgC/THQzcnuIZ3KAO6KRxv43Ct35Gk4ja7vC 3LyiCx0Cbk+4TGNvHE34MvRkyO0f/O5KmGZy0pCQtoekh0+C5EtmDyR+UdXuf9nhli2iJzBusQwd3 E6/EoHTLJuA+CH/xpxNUq7V2lX9LOj4HcV7IWFxFX1Rh2+Kaw/gGD8T4XBM+xRQmVtqv7xg4MmTeS 3a79TRLnM1kufM8Fkgtw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1owHS3-00Bgth-Ph; Sat, 19 Nov 2022 06:35:43 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1owHS0-00Bgmx-5j for linux-arm-kernel@lists.infradead.org; Sat, 19 Nov 2022 06:35:41 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9C4B1B82599; Sat, 19 Nov 2022 06:35:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0CCDCC433D6; Sat, 19 Nov 2022 06:35:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668839737; bh=2wsoE9+9qBsxfIYW8lGExV9HUGjJ5fBm4dHgEiC0EFA=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=SSlcjgO/LUTRp/u5sB+zNyUFOrE+IZL/yh+4M/hHzloZXWvzUqqg8RQOgJzUbm2/b /CUINwVLjBhWmoMpMP2Zkgoac6zjoizizpHXllncHEltj9o+tCd/gIuHfo0Zmi6aJT n5+9rphsIFXLykrevVB+gf/MMK8vWOZKMrtI+lRwjOj4x+DNZPOcyzX13kvSG1VBKK t6MQK2yg5vvG7D0vtNOYdKeW7TRPC/U7CLr3Ath9E5bnGPTJBhxfyEQMwX/hyi/fTY r/5sKUPdz7E7JbXhBdRXf23av1kbIObtd/Nb0boQloAvJYq5s5OC60zQQh78VFFgOI GSWVHnK9WMZ7Q== Date: Sat, 19 Nov 2022 14:35:24 +0800 From: Shawn Guo To: Rob Herring Cc: soc@kernel.org, Li Yang , Sascha Hauer , Geert Uytterhoeven , Andrew Davis , Michal Simek , Matthias Brugger , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Frank Rowand , Frank Wunderlich Subject: Re: [GIT PULL] Stable branch for .dts to .dtso rename Message-ID: <20221119063523.GP16229@T480> References: <20221118211103.GA1334449-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221118211103.GA1334449-robh@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221118_223540_405650_C61E3FB1 X-CRM114-Status: GOOD ( 13.78 ) 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 On Fri, Nov 18, 2022 at 03:11:03PM -0600, Rob Herring wrote: > .dts files for overlays are getting renamed to .dtso. The kbuild support > for that in in this stable branch. The .dts patches that depend on this > are here[1]. There's also some new .dts overlay files posted[2]. > > I'll leave it to the SoC and sub-arch maintainers to decide how you all > want to handle it from here. Either SoC maintainers can take this branch > and dependent rename patches or each sub-arch can. In any case, I would > like it converted over in 6.2 so we can remove .dts -> .dtbo build > support ASAP and not be carrying both. > > Rob > > [1] https://lore.kernel.org/all/20221024173434.32518-1-afd@ti.com/ Thanks, Rob! I pulled your branch and applied "freescale" one. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel