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 8D98BC433EF for ; Thu, 14 Apr 2022 18:59:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243117AbiDNTCP (ORCPT ); Thu, 14 Apr 2022 15:02:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240201AbiDNTCN (ORCPT ); Thu, 14 Apr 2022 15:02:13 -0400 Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A17335DD1; Thu, 14 Apr 2022 11:59:47 -0700 (PDT) Received: by mail-ot1-f53.google.com with SMTP id w23-20020a056830111700b00603c6d1ce73so38341otq.9; Thu, 14 Apr 2022 11:59:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=pHUh2xfElfPjM6pU2gjEs6VjREPddKoYEwJGkBqvcYE=; b=DO9xEE1dpXZLuubX7Tbh9FEKQbcdE61dH8UxxFLS+u1pOemX52edHM1SYV6xHWSn5o Y07ZeNcZKwxV+ml2FHWAkoZgSp6qFOxsG9J6upWqGlpHaZVlBt9eTXzNG6Rdqr5qcO8J UH0mfEWrk1+485wUsdsseiYBrCyMQAR3FXOkTRgYGfjzaJxwBKG9CzMyfvA2FTf5J5EU 4xXX33zGqoYSy1UxHICri3wJ9ORsRqkekqGC0A1DGmaKbQcEMToZEBxSw3lmS7PQv7KY 9i3YxLzMfX2TqS1tuhQT9HFX6K2zxQx4qe9Fi3LKG2eIf1ri7UMsU1ef92loDayWbC/9 fCvA== X-Gm-Message-State: AOAM530FtZzIjnznOfoqusi6kwVt+LNDfLfYVsXG8YtbRX7ktX/f/Qe9 XxcvLoTEGdPhKxEZNI0hSA== X-Google-Smtp-Source: ABdhPJwxFAMtv8DAm3ujwrIJQGNBj431vuTsaLB8T0RGyUluEn6mJTkhlDsvH5C1eCLdJS3pLptDFQ== X-Received: by 2002:a05:6830:245e:b0:601:8b3:65e2 with SMTP id x30-20020a056830245e00b0060108b365e2mr1424662otr.255.1649962786597; Thu, 14 Apr 2022 11:59:46 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id r8-20020a05683001c800b005cdadc2a837sm308728ota.70.2022.04.14.11.59.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Apr 2022 11:59:46 -0700 (PDT) Received: (nullmailer pid 2441851 invoked by uid 1000); Thu, 14 Apr 2022 18:59:45 -0000 From: Rob Herring To: =?utf-8?b?Q2zDqW1lbnQgTMOpZ2Vy?= Cc: Russell King , Magnus Damm , Vivien Didelot , Rob Herring , Geert Uytterhoeven , Thomas Petazzoni , netdev@vger.kernel.org, Florian Fainelli , devicetree@vger.kernel.org, Herve Codina , "David S . Miller" , linux-renesas-soc@vger.kernel.org, Jimmy Lalande , Heiner Kallweit , Andrew Lunn , Jakub Kicinski , linux-kernel@vger.kernel.org, Milan Stevanovic , Paolo Abeni , =?utf-8?q?Miqu=C3=A8l_Raynal?= , Vladimir Oltean , Krzysztof Kozlowski In-Reply-To: <20220414122250.158113-4-clement.leger@bootlin.com> References: <20220414122250.158113-1-clement.leger@bootlin.com> <20220414122250.158113-4-clement.leger@bootlin.com> Subject: Re: [PATCH net-next 03/12] dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converter Date: Thu, 14 Apr 2022 13:59:45 -0500 Message-Id: <1649962785.207360.2441850.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 14 Apr 2022 14:22:41 +0200, Clément Léger wrote: > This MII converter can be found on the RZ/N1 processor family. The MII > converter ports are declared as subnodes which are then referenced by > users of the PCS driver such as the switch. > > Signed-off-by: Clément Léger > --- > .../bindings/net/pcs/renesas,rzn1-miic.yaml | 95 +++++++++++++++++++ > include/dt-bindings/net/pcs-rzn1-miic.h | 19 ++++ > 2 files changed, 114 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml > create mode 100644 include/dt-bindings/net/pcs-rzn1-miic.h > 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: ./Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml:18:7: [warning] wrong indentation: expected 4 but found 6 (indentation) ./Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml:95:7: [error] no new line character at the end of file (new-line-at-end-of-file) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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.