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 X-Spam-Level: X-Spam-Status: No, score=-19.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4ED78C433C1 for ; Tue, 23 Mar 2021 21:09:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E345619D4 for ; Tue, 23 Mar 2021 21:09:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233434AbhCWVIa (ORCPT ); Tue, 23 Mar 2021 17:08:30 -0400 Received: from mail-io1-f48.google.com ([209.85.166.48]:38518 "EHLO mail-io1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233409AbhCWVIR (ORCPT ); Tue, 23 Mar 2021 17:08:17 -0400 Received: by mail-io1-f48.google.com with SMTP id e8so19259559iok.5; Tue, 23 Mar 2021 14:08:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=JZelDKKXclIol74spAdVi/fynrQDuz+32X7i8r9v4EU=; b=mg4C42YHYYgv5UoZKG3rlJwrFWAz+p5LvsYvKIVFgvwe+iUixLHUJgJBnUEvlrWcyu waVXjCIEYpsqcxTexOh7JwsDFLF1HoA/yH1g/3dtOdLFZuVjELa2Lbr9lCf1hU7Zbfy1 AL3VLL1hh8cOGSjWksdvckIQ4jmO88dIzp0uWsMd2ebUn9YcTqj3x+bSRv6jeIS7gI2l GmIGuiqKoT9X7X5gYjWkfP8DBT5gpE/MXqxiDd6gVVGY7Pu2Uc9Wd09woiUnmtocRH1l IbDmDTB3Wz6yXADpBeZ/nDo9oJxvQ8tnQYOyBERS/jh8SswTfh3YLmeG172ku1aPZLoG MKIA== X-Gm-Message-State: AOAM530JQB7SSI5qaHYJMN8FVs9OtR65j8Fu3QzKi3FRlpInpB2jMb1M LMES4KAQd2VzvMXf7P693eI1tTV17g== X-Google-Smtp-Source: ABdhPJzYlEcksihAORQf6PyjIBkT3hrljQ7weuU86zb0eUS1SWhXvLglPbs4XhJ3YvH3CIu51m+zuA== X-Received: by 2002:a6b:4f09:: with SMTP id d9mr65238iob.60.1616533696947; Tue, 23 Mar 2021 14:08:16 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id b9sm11836iof.54.2021.03.23.14.08.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 14:08:16 -0700 (PDT) Received: (nullmailer pid 1325739 invoked by uid 1000); Tue, 23 Mar 2021 21:08:12 -0000 Date: Tue, 23 Mar 2021 15:08:12 -0600 From: Rob Herring To: Scott Branden Cc: Nicolas Saenz Julienne , linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, Ulf Hansson , Ray Jui , Scott Branden , f.fainelli@gmail.com, phil@raspberrypi.com, tim.gover@raspberrypi.com, adrian.hunter@intel.com, alcooperx@gmail.com, nsaenzjulienne@suse.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: mmc: iproc-sdhci: Convert to json-schema Message-ID: <20210323210812.GA1318204@robh.at.kernel.org> References: <20210322185816.27582-1-nsaenz@kernel.org> <20210322185816.27582-2-nsaenz@kernel.org> <0e98588e-65f1-6839-1fcd-584b480a31bd@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e98588e-65f1-6839-1fcd-584b480a31bd@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2021 at 12:11:29PM -0700, Scott Branden wrote: > On 2021-03-22 11:58 a.m., Nicolas Saenz Julienne wrote: > > Convert the brcm,iproc-sdhci binding to DT schema format using json-schema > > > > Signed-off-by: Nicolas Saenz Julienne > > --- > > .../bindings/mmc/brcm,iproc-sdhci.yaml | 58 +++++++++++++++++++ > > .../bindings/mmc/brcm,sdhci-iproc.txt | 37 ------------ > > 2 files changed, 58 insertions(+), 37 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml > > delete mode 100644 Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > > > > diff --git a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml > > new file mode 100644 > > index 000000000000..19d84f3ef9e6 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml > > @@ -0,0 +1,58 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/mmc/brcm,iproc-sdhci.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Broadcom IPROC SDHCI controller > > + > > +maintainers: > > + - Nicolas Saenz Julienne > This is already covered in the MAINTAINERS section via "N: iproc". > M: Ray Jui > > M: Scott Branden > > M: bcm-kernel-feedback-list@broadcom.com Maybe so, but still required here. The problem is there is no MAINTAINERS file in the DT only tree[1]. Rob [1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/ 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 X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAEC8C433DB for ; Tue, 23 Mar 2021 21:10:23 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8248B600EF for ; Tue, 23 Mar 2021 21:10:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8248B600EF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=WDmI1U+EnVrcuPr6c20Tz02HfQ9wJ5vMhDky1imHGwc=; b=gd9H4eRGyxa+xngkMOUz+rn8l d/HoD+nH16Isj1byBGBzT2eQiILWX8mbBNApc7UQVhJccd/XoZ/a/u1HEfFr6cRDYTDzap6VyqQRQ NcJ9BgzXCfiwmSYAaxrFFpwrgBgcHsRRi71ZXyMazr49CqKDobMCbP0o0BJI7aAmKTl9wzObuARlq pHnDLLHAGWbt8vL2c/TT8v1gMhCj7R9ZIZnHve+borFM6sWvFmvlHNzQP0cbCZYMoF+Em2EA2ItCc eUJA+hgwLEXlSyiDjF19enRU3qMFYSTSC7kftjb9uif72Xuuo1ssHp5+Ci431lA8rxJB83QFqSisg pZbnTFzlg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lOoGG-00FlJf-L5; Tue, 23 Mar 2021 21:08:24 +0000 Received: from mail-io1-f50.google.com ([209.85.166.50]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lOoGA-00FlIs-4s; Tue, 23 Mar 2021 21:08:22 +0000 Received: by mail-io1-f50.google.com with SMTP id n21so19250579ioa.7; Tue, 23 Mar 2021 14:08:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=JZelDKKXclIol74spAdVi/fynrQDuz+32X7i8r9v4EU=; b=GjntbP6eFd6s0Xr7+W6DumkWVC+0gHgO+XhHl0QSavpIQ7o3OkP9XV8t1zx/f/1fnl HxqGmXnIPlHhKKoQcG3Rz9SECh8TwteolTkssnzFHvoJ+bjgXOR8LGC/eWbcIpzjk4c4 ojr8CRao1D3MpMx95apgJZUsWvx7yX5CsvEHNAVQMu3Vb9eentBv5fDaGSk1Dw2H1RVq 1h1DeSqvZIM0SS9zwsbj1GKhFy66zZD2wD7PMbZeGlrOh83OJAfLd5Y/npVeKAC2M+XF 09TQYgyWId8PBS0FimowSDBblQaBVsVLs3YMwMzBnvU9jiymEpwEWUyM6CsedmwmeLwL 6ABg== X-Gm-Message-State: AOAM531pRBOD/yKjhH/wTJcYYNmDpa7CohKS3i5fGhkpxEb4y06WOyyB U55IL6AODkIBr0S+eZNavA== X-Google-Smtp-Source: ABdhPJzYlEcksihAORQf6PyjIBkT3hrljQ7weuU86zb0eUS1SWhXvLglPbs4XhJ3YvH3CIu51m+zuA== X-Received: by 2002:a6b:4f09:: with SMTP id d9mr65238iob.60.1616533696947; Tue, 23 Mar 2021 14:08:16 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id b9sm11836iof.54.2021.03.23.14.08.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 14:08:16 -0700 (PDT) Received: (nullmailer pid 1325739 invoked by uid 1000); Tue, 23 Mar 2021 21:08:12 -0000 Date: Tue, 23 Mar 2021 15:08:12 -0600 From: Rob Herring To: Scott Branden Cc: Nicolas Saenz Julienne , linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, Ulf Hansson , Ray Jui , Scott Branden , f.fainelli@gmail.com, phil@raspberrypi.com, tim.gover@raspberrypi.com, adrian.hunter@intel.com, alcooperx@gmail.com, nsaenzjulienne@suse.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: mmc: iproc-sdhci: Convert to json-schema Message-ID: <20210323210812.GA1318204@robh.at.kernel.org> References: <20210322185816.27582-1-nsaenz@kernel.org> <20210322185816.27582-2-nsaenz@kernel.org> <0e98588e-65f1-6839-1fcd-584b480a31bd@broadcom.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0e98588e-65f1-6839-1fcd-584b480a31bd@broadcom.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210323_210820_553126_B7635E76 X-CRM114-Status: GOOD ( 16.47 ) 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 Mon, Mar 22, 2021 at 12:11:29PM -0700, Scott Branden wrote: > On 2021-03-22 11:58 a.m., Nicolas Saenz Julienne wrote: > > Convert the brcm,iproc-sdhci binding to DT schema format using json-schema > > > > Signed-off-by: Nicolas Saenz Julienne > > --- > > .../bindings/mmc/brcm,iproc-sdhci.yaml | 58 +++++++++++++++++++ > > .../bindings/mmc/brcm,sdhci-iproc.txt | 37 ------------ > > 2 files changed, 58 insertions(+), 37 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml > > delete mode 100644 Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt > > > > diff --git a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml > > new file mode 100644 > > index 000000000000..19d84f3ef9e6 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml > > @@ -0,0 +1,58 @@ > > +# SPDX-License-Identifier: GPL-2.0 > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/mmc/brcm,iproc-sdhci.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Broadcom IPROC SDHCI controller > > + > > +maintainers: > > + - Nicolas Saenz Julienne > This is already covered in the MAINTAINERS section via "N: iproc". > M: Ray Jui > > M: Scott Branden > > M: bcm-kernel-feedback-list@broadcom.com Maybe so, but still required here. The problem is there is no MAINTAINERS file in the DT only tree[1]. Rob [1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel