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 3381DEB64DA for ; Tue, 13 Jun 2023 17:33:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239438AbjFMRdb (ORCPT ); Tue, 13 Jun 2023 13:33:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235168AbjFMRdQ (ORCPT ); Tue, 13 Jun 2023 13:33:16 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a02:c205:3004:2154::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14F8419BC; Tue, 13 Jun 2023 10:33:11 -0700 (PDT) Received: from p5dc58481.dip0.t-ipconnect.de ([93.197.132.129] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q97t5-0000T3-Nz; Tue, 13 Jun 2023 19:32:59 +0200 Date: Tue, 13 Jun 2023 19:32:57 +0200 From: Andreas Kemnade To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, tony@atomide.com, afd@ti.com, andreas@kemnade.info, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v7 0/2] dt-bindings: omap: Convert omap.txt to yaml Message-ID: <20230613193257.267ad763@aktux> In-Reply-To: <20230515074512.66226-1-andreas@kemnade.info> References: <20230515074512.66226-1-andreas@kemnade.info> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.24; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, any action still expected from my side? people gave R-bys... So looks like it is ready for the dt-folks to pick it up. Regards, Andreas On Mon, 15 May 2023 09:45:10 +0200 Andreas Kemnade wrote: > Convert board compatibles to yaml and add the new yaml file to > MAINTAINERS so that emails are properly distributed > > Changes in V7: > - checked for lost compatibles > - remove conversions with pattern matches probably allowing > too much > > Changes in V6: > - reflect the rename also in the file header > > Changes in V5: > - renamed the new file to ti/omap.yaml > > Changes in V4: > - fix order > - re-add dra7 to .txt to have it sorted out later > > Changes in V3: > - update MAINTAINERS > - remove converted stuff from .txt > > Changes in V2: > - renamed file > - fixed gta04 > - added Openpandora, Epson Moverio BT-200 > - drop example > - remove descriptions if just reformatting the name > > Andreas Kemnade (1): > MAINTAINERS: add board bindings list to OMAP2+ files > > Andrew Davis (1): > dt-bindings: omap: Partially convert omap.txt to yaml > > .../devicetree/bindings/arm/omap/omap.txt | 99 ---------- > .../devicetree/bindings/arm/ti/omap.yaml | 176 ++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 177 insertions(+), 99 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/ti/omap.yaml >