From: Rob Herring <robh@kernel.org>
To: Steen Hegelund <steen.hegelund@microchip.com>
Cc: Device Tree List <devicetree@vger.kernel.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Arnd Bergmann <arnd@arndb.de>, Andrew Lunn <andrew@lunn.ch>,
Madalin Bucur <madalin.bucur@oss.nxp.com>,
linux-kernel@vger.kernel.org,
Masahiro Yamada <masahiroy@kernel.org>,
netdev@vger.kernel.org, Russell King <linux@armlinux.org.uk>,
Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>,
Rob Herring <robh+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
Mark Einon <mark.einon@gmail.com>,
Jakub Kicinski <kuba@kernel.org>,
Bjarni Jonasson <bjarni.jonasson@microchip.com>,
"David S. Miller" <davem@davemloft.net>,
Lars Povlsen <lars.povlsen@microchip.com>
Subject: Re: [RFC PATCH v3 1/8] dt-bindings: net: sparx5: Add sparx5-switch bindings
Date: Fri, 15 Jan 2021 09:39:04 -0600 [thread overview]
Message-ID: <1610725144.888233.1311456.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210115135339.3127198-2-steen.hegelund@microchip.com>
On Fri, 15 Jan 2021 14:53:32 +0100, Steen Hegelund wrote:
> Document the Sparx5 switch device driver bindings
>
> Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com>
> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
> ---
> .../bindings/net/microchip,sparx5-switch.yaml | 211 ++++++++++++++++++
> 1 file changed, 211 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml:92:16: [warning] wrong indentation: expected 14 but found 15 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1427023
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
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Steen Hegelund <steen.hegelund@microchip.com>
Cc: Device Tree List <devicetree@vger.kernel.org>,
linux-arm-kernel@lists.infradead.org,
Russell King <linux@armlinux.org.uk>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Lars Povlsen <lars.povlsen@microchip.com>,
Jakub Kicinski <kuba@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
Masahiro Yamada <masahiroy@kernel.org>,
Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>,
Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Mark Einon <mark.einon@gmail.com>,
"David S. Miller" <davem@davemloft.net>,
Bjarni Jonasson <bjarni.jonasson@microchip.com>,
Madalin Bucur <madalin.bucur@oss.nxp.com>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [RFC PATCH v3 1/8] dt-bindings: net: sparx5: Add sparx5-switch bindings
Date: Fri, 15 Jan 2021 09:39:04 -0600 [thread overview]
Message-ID: <1610725144.888233.1311456.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210115135339.3127198-2-steen.hegelund@microchip.com>
On Fri, 15 Jan 2021 14:53:32 +0100, Steen Hegelund wrote:
> Document the Sparx5 switch device driver bindings
>
> Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com>
> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
> ---
> .../bindings/net/microchip,sparx5-switch.yaml | 211 ++++++++++++++++++
> 1 file changed, 211 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/net/microchip,sparx5-switch.yaml:92:16: [warning] wrong indentation: expected 14 but found 15 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1427023
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.
next prev parent reply other threads:[~2021-01-15 15:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-15 13:53 [RFC PATCH v3 0/8] Adding the Sparx5 Switch Driver Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 1/8] dt-bindings: net: sparx5: Add sparx5-switch bindings Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 15:39 ` Rob Herring [this message]
2021-01-15 15:39 ` Rob Herring
2021-01-15 16:04 ` Rob Herring
2021-01-15 16:04 ` Rob Herring
2021-01-15 16:34 ` Steen Hegelund
2021-01-15 16:34 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 2/8] net: sparx5: add the basic sparx5 driver Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 3/8] net: sparx5: add hostmode with phylink support Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 4/8] net: sparx5: add port module support Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 5/8] net: sparx5: add switching, vlan and mactable support Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 6/8] net: sparx5: add calendar bandwidth allocation support Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 7/8] net: sparx5: add ethtool configuration and statistics support Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
2021-01-15 13:53 ` [RFC PATCH v3 8/8] arm64: dts: sparx5: Add the Sparx5 switch node Steen Hegelund
2021-01-15 13:53 ` Steen Hegelund
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1610725144.888233.1311456.nullmailer@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=bjarni.jonasson@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=madalin.bucur@oss.nxp.com \
--cc=mark.einon@gmail.com \
--cc=masahiroy@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=steen.hegelund@microchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.