[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170178306217.2865593.13906216780533956456.robh@kernel.org>
Date: Tue, 05 Dec 2023 07:36:30 -0600
From: Rob Herring <robh@...nel.org>
To: Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: Michael Turquette <mturquette@...libre.com>,
Jiri Slaby <jirislaby@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Baoquan He <bhe@...hat.com>, linux-renesas-soc@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
John Paul Adrian Glaubitz <glaubitz@...sik.fu-berlin.de>,
Arnd Bergmann <arnd@...db.de>,
Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>,
dri-devel@...ts.freedesktop.org,
Jacky Huang <ychuang3@...oton.com>,
Stephen Boyd <sboyd@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-sh@...r.kernel.org,
Max Filippov <jcmvbkbc@...il.com>,
Conor Dooley <conor+dt@...nel.org>,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>,
Michael Karcher <kernel@...rcher.dialup.fu-berlin.de>,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
Hyeonggon Yoo <42.hyeyoo@...il.com>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Thomas Zimmermann <tzimmermann@...e.de>,
Magnus Damm <magnus.damm@...il.com>, Tom Rix <trix@...hat.com>,
Maxime Ripard <mripard@...nel.org>,
Heiko Stuebner <heiko@...ech.de>,
Herve Codina <herve.codina@...tlin.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
David Airlie <airlied@...il.com>,
Randy Dunlap <rdunlap@...radead.org>,
Rob Herring <robh+dt@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Guo Ren <guoren@...nel.org>, devicetree@...r.kernel.org,
David Rientjes <rientjes@...gle.com>,
Chris Morgan <macromorgan@...mail.com>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Helge Deller <deller@....de>,
Javier Martinez Canillas <javierm@...hat.com>,
Lukas Bulwahn <lukas.bulwahn@...il.com>,
Sergey Shtylyov <s.shtylyov@....ru>, linux-clk@...r.kernel.org,
Rich Felker <dalias@...c.org>,
Krzysztof Wilczyński <kw@...ux.com>,
Lee Jones <lee@...nel.org>, Sam Ravnborg <sam@...nborg.org>,
Daniel Vetter <daniel@...ll.ch>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
Vlastimil Babka <vbabka@...e.cz>,
Palmer Dabbelt <palmer@...osinc.com>,
Biju Das <biju.das.jz@...renesas.com>,
Azeem Shaikh <azeemshaikh38@...il.com>,
linux-serial@...r.kernel.org, linux-fbdev@...r.kernel.org,
Guenter Roeck <linux@...ck-us.net>,
Bin Meng <bmeng@...ylab.org>,
Damien Le Moal <dlemoal@...nel.org>,
linux-ide@...r.kernel.org
Subject: Re: [DO NOT MERGE v5 22/37] dt-bindings: display: smi,sm501: SMI
SM501 binding json-schema
On Tue, 05 Dec 2023 18:45:41 +0900, Yoshinori Sato wrote:
> Define SM501 functions and modes.
>
> Signed-off-by: Yoshinori Sato <ysato@...rs.sourceforge.jp>
> ---
> .../bindings/display/smi,sm501.yaml | 134 ++++++++++++++++++
> include/dt-bindings/display/sm501.h | 25 ++++
> 2 files changed, 159 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/smi,sm501.yaml
> create mode 100644 include/dt-bindings/display/sm501.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:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/smi,sm501.yaml: interrupt-name: missing type definition
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/smi,sm501.yaml: edid: missing type definition
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/smi,sm501.yaml: crt: missing type definition
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/f671beae8a8ebfd361f4c903bccce713135a169f.1701768028.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.
Powered by blists - more mailing lists