From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4322B3A1C2; Tue, 9 Jan 2024 16:29:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tO+b64eZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C550C433F1; Tue, 9 Jan 2024 16:29:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704817760; bh=QgGwzoys5P2Z/fVPtiI4dBsiCdvR2utj2/6oG20yU8I=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=tO+b64eZxpE1divDNhiYoF0w5a3carVLU5isQEfJzuMYC7Ujt9cl6FuZJzvfO9gr1 Ek0j32D8E/N9c2ZpF+PncLfrZNjSd2FQgZM+2kYC1xQ0R+Xw89F0O8GkPasA+zPqnY TcYSEBqUo3329T9TvIcblHnRX7YTBlcAzLppVXfT+gjgWnlfrh3lHQivbfFi5DVqOs NCuJm5Oov75+0QrXdipVIqhgi8A78rfcgtBFmqiKhzLN2tiQbha10SmTHO2tg+2hlK KJIWok0gjAPrbvRkttADcxAFt9q9KFQiLJklVJrdqh95LQs5enmxfTrdEwYXxWbA4Y gcZfH0x+RS8yg== Received: (nullmailer pid 2713715 invoked by uid 1000); Tue, 09 Jan 2024 16:29:14 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-ide@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: Yoshinori Sato Cc: Michael Karcher , Geert Uytterhoeven , Randy Dunlap , Laurent Pinchart , Jiri Slaby , dri-devel@lists.freedesktop.org, Thomas Gleixner , Sam Ravnborg , Azeem Shaikh , Daniel Lezcano , Daniel Vetter , linux-ide@vger.kernel.org, Helge Deller , Michael Turquette , Yang Xiwen , Linus Walleij , Conor Dooley , David Rientjes , Bin Meng , Vlastimil Babka , Sergey Shtylyov , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Bjorn Helgaas , Biju Das , Damien Le Moal , Krzysztof Kozlowski , Jernej Skrabec , Chris Morgan , linux-renesas-soc@vger.kernel.org, Rich Felker , Stephen Boyd , linux-pci@vger.kernel.org, Sebastian Reichel , Arnd Bergmann , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Magnus Damm , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , Maarten Lankhorst , Heiko Stuebner , Stephen Rothwell , devicetree@vger.kernel.org, Maxime Ripard , Thomas Zimmermann , Andrew Morton , Rob Herring , John Paul Adrian Glaubitz , Lorenzo Pieralisi , David Airlie , Jonathan Corbet , Greg Kroah-Hartman , Javier Martinez Canillas , Jacky Huang , Lee Jones , Baoquan He , Guenter Roeck , Max Filippov , Palmer Dabbelt , Lukas Bulwahn , linux-clk@vger.kernel.org, linux-serial@vger.kernel.org, =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , linux-fbdev@vger.kernel.org In-Reply-To: References: Message-Id: <170481775440.2713680.11814908609719501949.robh@kernel.org> Subject: Re: [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema Date: Tue, 09 Jan 2024 09:29:14 -0700 On Tue, 09 Jan 2024 17:23:16 +0900, Yoshinori Sato wrote: > Renesas SH7751 external interrupt encoder json-schema. > > Signed-off-by: Yoshinori Sato > --- > .../renesas,sh7751-irl-ext.yaml | 72 +++++++++++++++++++ > 1 file changed, 72 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,sh7751-irl-ext.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/dt-review-ci/linux/Documentation/devicetree/bindings/interrupt-controller/renesas,sh7751-irl-ext.example.dtb: sh7751irl_encoder@a4000000: '#size-cells' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/interrupt-controller/renesas,sh7751-irl-ext.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/a801115c277e65341da079c318a1b970f8d9e671.1704788539.git.ysato@users.sourceforge.jp The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.