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 84D95FA373D for ; Mon, 24 Oct 2022 22:40:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230445AbiJXWkI (ORCPT ); Mon, 24 Oct 2022 18:40:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232288AbiJXWjX (ORCPT ); Mon, 24 Oct 2022 18:39:23 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F5AD2BABC9; Mon, 24 Oct 2022 14:02:58 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 29OHTCDQ049088; Mon, 24 Oct 2022 12:29:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1666632552; bh=adanlXXMqLG7D31QcjsmCrsQK+NgdUg/Qpj94rrEAeU=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=wZ6kx/rxmTfZLpzb85qoPyFJuGrLRyJVzXE9zsj306a8JVTpvBdG9mn/i9+D7njp/ MbFUm5gva2Xrccif3TKo1BCuUk0O7Hb0barGRNHf1HGn73rIisbTGkP8CyvXAtOtcj S1BjgNGuN4gKyPuT7zuUr1C0juPnegFa7h+eIB5s= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 29OHTC5C002438 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 24 Oct 2022 12:29:12 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Mon, 24 Oct 2022 12:29:11 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Mon, 24 Oct 2022 12:29:11 -0500 Received: from [10.250.34.50] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 29OHTAUk033402; Mon, 24 Oct 2022 12:29:10 -0500 Message-ID: Date: Mon, 24 Oct 2022 12:29:10 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 0/6] Rename DTB overlay source files To: Geert Uytterhoeven CC: Shawn Guo , Li Yang , Sascha Hauer , Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Vignesh Raghavendra , Masahiro Yamada , Michal Marek , Nick Desaulniers , Frank Rowand , , , , , References: <20221023182437.15263-1-afd@ti.com> Content-Language: en-US From: Andrew Davis In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 10/24/22 7:28 AM, Geert Uytterhoeven wrote: > Hi Andrew, > > On Sun, Oct 23, 2022 at 8:24 PM Andrew Davis wrote: >> This is a series based on my patch here[0]. As suggested by Rob >> I've resurrected Frank's patch and appended it to mine as a series. >> >> First patch here is my original patch, 3rd is Frank's patch but with >> the unittest changes pulled out into the 2nd patch. That was re-worked >> moving the source building macro into scripts/Makefile.lib. >> >> Patches 4, 5, and 6 are an attempt at renaming all the existing DTB >> overlays. Split out by platform so they could be taken by platform >> maintainers or if easier ACK'd here and taken all together. >> >> This should cover all the DTB overlays so we can remove the old .dts >> rule for overlays and make .dtso the only supported way, let me know >> if we want that this cycle and I can post that too. > > Thanks a lot for picking this up! > > Everything builds still fine, and the OF unit tests still run fine, so > Tested-by: Geert Uytterhoeven > > BTW, you missed the Smarthome-Wolf Pi433 overlay[1] and its > documentation[2] under drivers/staging/, but perhaps that was > intentional, as it is not tied into the build system? > Wasn't really sure about that one, but it seems simple enough to rename, will add a patch for that in v2. Will also fix the wording in the last 3 patches as suggested. Thanks, Andrew > [1] drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts > [2] drivers/staging/pi433/Documentation/devicetree/pi433.txt > > 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