linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cc: Jakub Kicinski <kuba@kernel.org>,
	devicetree@vger.kernel.org, linux-serial@vger.kernel.org,
	Prabhakar <prabhakar.csengg@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Stephen Boyd <sboyd@kernel.org>, Vinod Koul <vkoul@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Sergey Shtylyov <s.shtylyov@omp.ru>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	dmaengine@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>,
	"David S. Miller" <davem@davemloft.net>,
	linux-gpio@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	netdev@vger.kernel.org, linux-clk@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 11/16] dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrl
Date: Tue, 21 Dec 2021 10:36:08 -0400	[thread overview]
Message-ID: <1640097368.261963.1365871.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20211221094717.16187-12-prabhakar.mahadev-lad.rj@bp.renesas.com>

On Tue, 21 Dec 2021 09:47:12 +0000, Lad Prabhakar wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Document Renesas RZ/V2L pinctrl bindings. The RZ/V2L is package- and
> pin-compatible with the RZ/G2L. No driver changes are required as RZ/G2L
> compatible string "renesas,r9a07g044-pinctrl" will be used as a fallback.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml   | 15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)
> 

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/pinctrl/renesas,rzg2l-pinctrl.yaml:26:13: [warning] wrong indentation: expected 14 but found 12 (indentation)

dtschema/dtc warnings/errors:

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/patch/1571555

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.


  reply	other threads:[~2021-12-21 14:36 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-21  9:47 [PATCH 00/16] Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support Lad Prabhakar
2021-12-21  9:47 ` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/V2L SoC Lad Prabhakar
2021-12-22 18:20   ` Rob Herring
2021-12-22 18:22   ` Rob Herring
2021-12-22 19:10     ` Lad, Prabhakar
2022-01-21 14:43   ` Geert Uytterhoeven
2021-12-21  9:47 ` [PATCH 02/16] dt-bindings: arm: renesas: Document SMARC EVK Lad Prabhakar
2021-12-22 18:23   ` Rob Herring
2021-12-22 19:37     ` Lad, Prabhakar
2022-01-21 14:44   ` Geert Uytterhoeven
2021-12-21  9:47 ` [PATCH 03/16] dt-bindings: power: renesas,rzg2l-sysc: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:24   ` Rob Herring
2021-12-21  9:47 ` [PATCH 04/16] soc: renesas: Identify " Lad Prabhakar
2021-12-21  9:47 ` [PATCH 05/16] arm64: renesas_defconfig: Enable ARCH_R9A07G054 Lad Prabhakar
2021-12-21  9:47 ` [PATCH 06/16] dt-bindings: serial: renesas,scif: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:25   ` Rob Herring
2022-01-11 16:22   ` Geert Uytterhoeven
2022-01-15  1:46     ` Lad, Prabhakar
2021-12-21  9:47 ` [PATCH 07/16] dt-bindings: serial: renesas,sci: " Lad Prabhakar
2021-12-22 18:25   ` Rob Herring
2022-01-11 16:15   ` Geert Uytterhoeven
2021-12-21  9:47 ` [PATCH 08/16] dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions Lad Prabhakar
2021-12-22 18:25   ` Rob Herring
2021-12-21  9:47 ` [PATCH 09/16] dt-bindings: clock: renesas: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:26   ` Rob Herring
2021-12-21  9:47 ` [PATCH 10/16] clk: renesas: Add support for " Lad Prabhakar
2021-12-21  9:47 ` [PATCH 11/16] dt-bindings: pinctrl: renesas: Document RZ/V2L pinctrl Lad Prabhakar
2021-12-21 14:36   ` Rob Herring [this message]
2021-12-22 18:27   ` Rob Herring
2021-12-21  9:47 ` [PATCH 12/16] pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabled Lad Prabhakar
2021-12-21  9:47 ` [PATCH 13/16] dt-bindings: dma: rz-dmac: Document RZ/V2L SoC Lad Prabhakar
2021-12-22 18:27   ` Rob Herring
2021-12-21  9:47 ` [PATCH 14/16] dt-bindings: net: renesas,etheravb: " Lad Prabhakar
2021-12-22 18:28   ` Rob Herring
2021-12-21  9:47 ` [PATCH 15/16] arm64: dts: renesas: Add initial DTSI for " Lad Prabhakar
2021-12-21  9:47 ` [PATCH 16/16] arm64: dts: renesas: Add initial device tree for RZ/V2L SMARC EVK Lad Prabhakar

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=1640097368.261963.1365871.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=kuba@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=netdev@vger.kernel.org \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    --cc=s.shtylyov@omp.ru \
    --cc=sboyd@kernel.org \
    --cc=vkoul@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).