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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 1CCF5C433B4 for ; Mon, 12 Apr 2021 13:20:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC30861288 for ; Mon, 12 Apr 2021 13:20:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239292AbhDLNUW (ORCPT ); Mon, 12 Apr 2021 09:20:22 -0400 Received: from mail-ot1-f49.google.com ([209.85.210.49]:41628 "EHLO mail-ot1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237579AbhDLNUU (ORCPT ); Mon, 12 Apr 2021 09:20:20 -0400 Received: by mail-ot1-f49.google.com with SMTP id v19-20020a0568300913b029028423b78c2dso4126786ott.8; Mon, 12 Apr 2021 06:20:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=SWhRtPYE2Qb9obCTbikr+1CM4i2vpSQ+VMTPtfvzZNs=; b=LPGLJ476UMDbOBZqMcjuGhuPJOat9HWa86OEEfOY86GAPDFSavu6IPbiP/u4IsSfwA ruxTTAoTf3ii73qbSmU7Up6sgrpDsnQUovJydAwd6AyEsb3tJCbG/6l2AEc9WB9oGHww bEjpORZ6JD68t6gWhs5Be3Scaj7wCquPy3yDUZwAutZYBGYRP0WmeuNEeOTRlU28Esvi jcodnzZtKuqbh/bM2zhQr6RXUOzYfwXe11QptTpyW5Gvq65Vmhux/RZ2M/fsfIFGmmWr AHfguwsevmSR3S1TYp2MQBDiuGCElProA9C7zXgLxMdXUYBOsnBT4+kmYGqs7icTdIze cmHg== X-Gm-Message-State: AOAM5331hctrDbTOjV9KKT+W+eIzST1tvAAcOGXlnAlvu2wQs+g5k7PC BmG2nC/IvhOsR+Rk7RFLKw== X-Google-Smtp-Source: ABdhPJyePONeCKFc6ooyOa218SIoc9sXLaUQnTNuMGmsRUIyZTDc2dB/Kn7vT3B7XVOUX3TBOjAl+Q== X-Received: by 2002:a9d:d0d:: with SMTP id 13mr22895544oti.134.1618233602092; Mon, 12 Apr 2021 06:20:02 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id o23sm2706131otp.45.2021.04.12.06.20.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Apr 2021 06:20:01 -0700 (PDT) Received: (nullmailer pid 3757971 invoked by uid 1000); Mon, 12 Apr 2021 13:20:00 -0000 From: Rob Herring To: Radhey Shyam Pandey Cc: git@xilinx.com, linux-kernel@vger.kernel.org, michal.simek@xilinx.com, kuba@kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, davem@davemloft.net, vkoul@kernel.org In-Reply-To: <1617992002-38028-2-git-send-email-radhey.shyam.pandey@xilinx.com> References: <1617992002-38028-1-git-send-email-radhey.shyam.pandey@xilinx.com> <1617992002-38028-2-git-send-email-radhey.shyam.pandey@xilinx.com> Subject: Re: [RFC PATCH 1/3] dt-bindings: net: xilinx_axienet: convert bindings document to yaml Date: Mon, 12 Apr 2021 08:20:00 -0500 Message-Id: <1618233600.182122.3757970.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 09 Apr 2021 23:43:20 +0530, Radhey Shyam Pandey wrote: > Convert the bindings document for Xilinx AXI Ethernet Subsystem > from txt to yaml. No changes to existing binding description. > > Signed-off-by: Radhey Shyam Pandey > --- > Pending: Fix below remaining dt_binding_check warning: > > ethernet@40c00000: 'device_type' does not match any of > the regexes: 'pinctrl-[0-9]+ > --- > .../devicetree/bindings/net/xilinx_axienet.txt | 80 ----------- > .../devicetree/bindings/net/xilinx_axienet.yaml | 147 +++++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 148 insertions(+), 80 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/xilinx_axienet.txt > create mode 100644 Documentation/devicetree/bindings/net/xilinx_axienet.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/xilinx_axienet.example.dt.yaml: ethernet@40c00000: 'device_type' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/xilinx_axienet.yaml See https://patchwork.ozlabs.org/patch/1464502 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, 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 8D4DAC433B4 for ; Mon, 12 Apr 2021 13:21:55 +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 DD1EE610CA for ; Mon, 12 Apr 2021 13:21:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DD1EE610CA 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:MIME-Version:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Gv+s1kgz5Og7OpqbGuCAJwFLyZzdzbrN3Ox6DZcauWQ=; b=gY6LumGhGhWPEQ7Ti+HamYB1vM AZ63J8VCvbgsWgRO347V9D/4jLxQKlZMnchg+Z2ghhyZtBCtDrOWLNo1F/XYEUj61qRQaqp+fvpZY OHfT2acn8v+C7lduogBSDzoSZk3rS51iMahH4/BStTH/v7z2iyzagv7eQUGyCNJP+viWb4qCVa3FY K4e7CbxerNNERiTx0ao9NXOikgJJXxJFvi1qw90aWfOa8bqJ3u/Mem0dWhWgx/MUSq423xZetph78 9QisfKUogITxu4m3VwgHK68qL+Ln06P+K+YMRgnAUPc1aRhh1aD7NZWRQS6gfRbnIFwBh7auqo2oI SWB5Q73Q==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU5-006oc8-Pc; Mon, 12 Apr 2021 13:20:09 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU2-006obV-LP for linux-arm-kernel@desiato.infradead.org; Mon, 12 Apr 2021 13:20:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Message-Id:Date:Subject:References: In-Reply-To:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description; bh=SWhRtPYE2Qb9obCTbikr+1CM4i2vpSQ+VMTPtfvzZNs=; b=4TPzJZLY5zKqCHY+4CB+oyVLbn 7mN0oOtpXACwEIFKNq0fPoZBjl4GdrI/l8i+zZ0IxDq2D42a5oNzndzOwiiouP03HKQyXYLPUIH84 +AWXWlDKHzPmCmi5y9GOtZpxhvlFbids/ezFGyu6iG5BRvov1t4Uce87jZMtW2MWtmM0HH8+G4xzp WhPIBlcPnQDGxp/ftFwlqb44fNDQM8Pm8aciLr0OshNHk3lcvAHR2scchB0ODHDo/11c/ESQi+Nvr 0bpixCfM4SKCYWaUkr4Lxe96WzOVrzdKSq3kUJdq5UcHmXLqDInI2AMV6RsU41RZG9gTswPRYSbWK ntqbRGxw==; Received: from mail-ot1-f47.google.com ([209.85.210.47]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lVwU0-006G9R-2t for linux-arm-kernel@lists.infradead.org; Mon, 12 Apr 2021 13:20:05 +0000 Received: by mail-ot1-f47.google.com with SMTP id t17-20020a9d77510000b0290287a5143b41so1507592otl.11 for ; Mon, 12 Apr 2021 06:20:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=SWhRtPYE2Qb9obCTbikr+1CM4i2vpSQ+VMTPtfvzZNs=; b=FO6IpwE8/WtHHRMhD/i2gPpR6bOtsGaWy1NHtBubXJgLfB4u5hvYt4rjdbPgt6boAR /nb0DG87AdKdKavj52OT9DQ0c+c7xX6Ns/7eEOKeKgsZE9oHjIAIsBaw8HnTqtS9UuMM xRkfC5mICuTWBgF4199LpmnJbV6bD12zYOqzZ/uh+fsBp4S02Mqo0JPE9UBEJTQ5Rydl 4FSzLu1tHMZtD1WZPSeulT3u5pR7l/gy6dLUemY8rWTnx9J8P3ND5HlDyWoqHUS/p9sS 7zURb63apVQgA0+yrUEYB1mNZpLX/hGz3rd4l6CqebSqQ4DNK9QLwhk0yciWcy3vtCjy QtEQ== X-Gm-Message-State: AOAM532UeOu5KcldxKDyMcFVEZuzSRHdOs5FlBYCFu1YmJ8XCN1NL3M2 Pcn41KwjFL92BU7A4XcoiQ== X-Google-Smtp-Source: ABdhPJyePONeCKFc6ooyOa218SIoc9sXLaUQnTNuMGmsRUIyZTDc2dB/Kn7vT3B7XVOUX3TBOjAl+Q== X-Received: by 2002:a9d:d0d:: with SMTP id 13mr22895544oti.134.1618233602092; Mon, 12 Apr 2021 06:20:02 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id o23sm2706131otp.45.2021.04.12.06.20.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Apr 2021 06:20:01 -0700 (PDT) Received: (nullmailer pid 3757971 invoked by uid 1000); Mon, 12 Apr 2021 13:20:00 -0000 From: Rob Herring To: Radhey Shyam Pandey Cc: git@xilinx.com, linux-kernel@vger.kernel.org, michal.simek@xilinx.com, kuba@kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, davem@davemloft.net, vkoul@kernel.org In-Reply-To: <1617992002-38028-2-git-send-email-radhey.shyam.pandey@xilinx.com> References: <1617992002-38028-1-git-send-email-radhey.shyam.pandey@xilinx.com> <1617992002-38028-2-git-send-email-radhey.shyam.pandey@xilinx.com> Subject: Re: [RFC PATCH 1/3] dt-bindings: net: xilinx_axienet: convert bindings document to yaml Date: Mon, 12 Apr 2021 08:20:00 -0500 Message-Id: <1618233600.182122.3757970.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210412_062004_147748_995EFC42 X-CRM114-Status: GOOD ( 13.08 ) 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: , MIME-Version: 1.0 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, 09 Apr 2021 23:43:20 +0530, Radhey Shyam Pandey wrote: > Convert the bindings document for Xilinx AXI Ethernet Subsystem > from txt to yaml. No changes to existing binding description. > > Signed-off-by: Radhey Shyam Pandey > --- > Pending: Fix below remaining dt_binding_check warning: > > ethernet@40c00000: 'device_type' does not match any of > the regexes: 'pinctrl-[0-9]+ > --- > .../devicetree/bindings/net/xilinx_axienet.txt | 80 ----------- > .../devicetree/bindings/net/xilinx_axienet.yaml | 147 +++++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 148 insertions(+), 80 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/xilinx_axienet.txt > create mode 100644 Documentation/devicetree/bindings/net/xilinx_axienet.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/xilinx_axienet.example.dt.yaml: ethernet@40c00000: 'device_type' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/net/xilinx_axienet.yaml See https://patchwork.ozlabs.org/patch/1464502 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel