All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Orson Zhai <orsonzhai@gmail.com>
Cc: Orson Zhai <orson.zhai@unisoc.com>,
	Rob Herring <robh+dt@kernel.org>,
	Chunyan Zhang <zhang.lyra@gmail.com>,
	haidong.yao@unisoc.com, Baolin Wang <baolin.wang7@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Jassi Brar <jassisinghbrar@gmail.com>
Subject: Re: [PATCH 3/3] dt-bindings: mailbox: Add interrupt-names to SPRD mailbox
Date: Mon, 08 Feb 2021 10:55:22 -0600	[thread overview]
Message-ID: <1612803322.554208.1522089.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <1612785064-3072-3-git-send-email-orsonzhai@gmail.com>

On Mon, 08 Feb 2021 19:51:04 +0800, Orson Zhai wrote:
> From: Orson Zhai <orson.zhai@unisoc.com>
> 
> We add an optional supp-outbox interrupt support to driver and change to
> describe interrupts with names for easy configuration in device tree files.
> 
> Signed-off-by: Orson Zhai <orson.zhai@unisoc.com>
> ---
>  Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml | 12 ++++++++++--
>  1 file changed, 10 insertions(+), 2 deletions(-)
> 

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: properties:interrupt-names:items: {'enum': ['inbox', 'outbox', 'supp-outbox']} is not of type 'array'
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml: ignoring, error in schema: properties: interrupt-names: items
warning: no schema found in file: ./Documentation/devicetree/bindings/mailbox/sprd-mailbox.yaml

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

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-02-08 16:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-08 11:51 [PATCH 1/3] mailbox: sprd: Introduce refcnt when clients requests/free channels Orson Zhai
2021-02-08 11:51 ` [PATCH 2/3] mailbox: sprd: Add supplementary inbox support Orson Zhai
2021-02-08 14:27   ` Baolin Wang
2021-02-09  4:08     ` Orson Zhai
2021-02-09 10:57       ` Baolin Wang
2021-02-08 11:51 ` [PATCH 3/3] dt-bindings: mailbox: Add interrupt-names to SPRD mailbox Orson Zhai
2021-02-08 16:55   ` Rob Herring [this message]
2021-02-08 14:06 ` [PATCH 1/3] mailbox: sprd: Introduce refcnt when clients requests/free channels Baolin Wang
2021-02-09  3:28   ` Orson Zhai
2021-02-09 10:52     ` Baolin Wang

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=1612803322.554208.1522089.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=baolin.wang7@gmail.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=haidong.yao@unisoc.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=orson.zhai@unisoc.com \
    --cc=orsonzhai@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=zhang.lyra@gmail.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.