linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Wendy Liang <wendy.liang@xilinx.com>
Cc: gregkh@linuxfoundation.org, sumit.semwal@linaro.org,
	christian.koenig@amd.com, tejas.patel@xilinx.com,
	dragan.cvetic@xilinx.com, arnd@arndb.de,
	derek.kiernan@xilinx.com, dri-devel@lists.freedesktop.org,
	linaro-mm-sig@lists.linaro.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	manish.narani@xilinx.com, michal.simek@xilinx.com,
	linux-media@vger.kernel.org, rajan.vaja@xilinx.com,
	robh+dt@kernel.org, ravi.patel@xilinx.com
Subject: Re: [PATCH 1/9] dt-binding: soc: xilinx: ai-engine: Add AI engine binding
Date: Wed, 18 Nov 2020 15:21:33 -0600	[thread overview]
Message-ID: <20201118212133.GA1836326@bogus> (raw)
In-Reply-To: <1605686780-17886-2-git-send-email-wendy.liang@xilinx.com>

On Wed, 18 Nov 2020 00:06:12 -0800, Wendy Liang wrote:
> Xilinx AI engine array can be partitioned statically for different
> applications. In the device tree, there will be device node for the AI
> engine device, and device nodes for the statically configured AI engine
> partitions. Each of the statically configured partition has a partition
> ID in the system.
> 
> Signed-off-by: Wendy Liang <wendy.liang@xilinx.com>
> ---
>  .../bindings/soc/xilinx/xlnx,ai-engine.yaml        | 119 +++++++++++++++++++++
>  1 file changed, 119 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/soc/xilinx/xlnx,ai-engine.yaml
> 


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

yamllint warnings/errors:
./Documentation/devicetree/bindings/soc/xilinx/xlnx,ai-engine.yaml:10:2: [warning] wrong indentation: expected 2 but found 1 (indentation)

dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/xilinx/xlnx,ai-engine.yaml: 'additionalProperties' is a required property
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/xilinx/xlnx,ai-engine.yaml: ignoring, error in schema: 
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/xilinx/xlnx,ai-engine.yaml


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

The base for the patch is generally the last rc1. Any dependencies
should be noted.

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:[~2020-11-18 21:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18  8:06 [PATCH 0/9] Xilinx AI engine kernel driver Wendy Liang
2020-11-18  8:06 ` [PATCH 1/9] dt-binding: soc: xilinx: ai-engine: Add AI engine binding Wendy Liang
2020-11-18 21:21   ` Rob Herring [this message]
2020-11-18  8:06 ` [PATCH 2/9] misc: Add Xilinx AI engine device driver Wendy Liang
2020-12-08 17:12   ` Nicolas Dufresne
2020-12-08 19:54     ` Jiaying Liang
2020-12-09 12:47       ` Daniel Vetter
2020-12-12  2:27         ` Jiaying Liang
2020-12-14  9:50           ` Daniel Vetter
2020-12-08 19:57     ` Jiaying Liang
2020-11-18  8:06 ` [PATCH 3/9] misc: xilinx-ai-engine: Implement AI engine cleanup sequence Wendy Liang
2020-11-18  8:06 ` [PATCH 4/9] misc: xilinx-ai-engine: expose AI engine tile memories to userspace Wendy Liang
2020-11-18  8:06 ` [PATCH 5/9] misc: xilinx-ai-engine: add setting shim dma bd operation Wendy Liang
2020-11-18  8:06 ` [PATCH 6/9] misc: xilinx-ai-engine: add request and release tiles Wendy Liang
2020-11-18  8:06 ` [PATCH 7/9] misc: xilinx-ai-engine: Add support to request device management services Wendy Liang
2020-11-18  8:06 ` [PATCH 8/9] firmware: xilinx: Add IOCTL support for AIE ISR Clear Wendy Liang
2020-11-18  8:06 ` [PATCH 9/9] misc: xilinx-ai-engine: Add support for servicing error interrupts Wendy Liang

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=20201118212133.GA1836326@bogus \
    --to=robh@kernel.org \
    --cc=arnd@arndb.de \
    --cc=christian.koenig@amd.com \
    --cc=derek.kiernan@xilinx.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dragan.cvetic@xilinx.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linaro-mm-sig@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=manish.narani@xilinx.com \
    --cc=michal.simek@xilinx.com \
    --cc=rajan.vaja@xilinx.com \
    --cc=ravi.patel@xilinx.com \
    --cc=robh+dt@kernel.org \
    --cc=sumit.semwal@linaro.org \
    --cc=tejas.patel@xilinx.com \
    --cc=wendy.liang@xilinx.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 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).