public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rob Herring (Arm)" <robh@kernel.org>
To: Yassine Ouaissa <yassine.ouaissa@allegrodvt.com>
Cc: "Mauro Carvalho Chehab" <mchehab@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Uwe Kleine-König" <u.kleine-koenig@baylibre.com>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	devicetree@vger.kernel.org,
	"Sebastian Fricke" <sebastian.fricke@collabora.com>,
	"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	"Hans Verkuil" <hverkuil@xs4all.nl>,
	"Gaosheng Cui" <cuigaosheng1@huawei.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	linux-kernel@vger.kernel.org, "Junhao Xie" <bigfoot@classfun.cn>,
	"Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Ricardo Ribalda" <ribalda@chromium.org>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Michal Simek" <michal.simek@amd.com>,
	"Joe Hattori" <joe@pf.is.s.u-tokyo.ac.jp>,
	linux-media@vger.kernel.org, "Rafał Miłecki" <rafal@milecki.pl>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Michael Tretter" <m.tretter@pengutronix.de>
Subject: Re: [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP
Date: Fri, 23 May 2025 09:53:42 -0500	[thread overview]
Message-ID: <174801202204.1815416.4328234127791627696.robh@kernel.org> (raw)
In-Reply-To: <20250523134207.68481-3-yassine.ouaissa@allegrodvt.com>


On Fri, 23 May 2025 15:41:47 +0200, Yassine Ouaissa wrote:
> Add compatible for video decoder on allegrodvt Gen 3 IP.
> 
> Signed-off-by: Yassine Ouaissa <yassine.ouaissa@allegrodvt.com>
> ---
>  .../bindings/media/allegro,al300-vdec.yaml    | 75 +++++++++++++++++++
>  MAINTAINERS                                   |  1 +
>  2 files changed, 76 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/media/allegro,al300-vdec.yaml
> 

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

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/allegro,al300-vdec.yaml: $id: Cannot determine base path from $id, relative path/filename doesn't match actual path or filename
 	 $id: http://devicetree.org/schemas/media/allegrodvt,al300-vdec.yaml
 	file: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/allegro,al300-vdec.yaml

doc reference errors (make refcheckdocs):
Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/media/allegrodvt,al300-vdec.yaml
MAINTAINERS: Documentation/devicetree/bindings/media/allegrodvt,al300-vdec.yaml

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250523134207.68481-3-yassine.ouaissa@allegrodvt.com

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.


  reply	other threads:[~2025-05-23 14:53 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-23 13:41 [PATCH 0/5] media: Add Gen 3 IP stateful decoder driver Yassine Ouaissa
2025-05-23 13:41 ` [PATCH 1/5] media: allegro-dvt: Move the current driver to a subdirectory Yassine Ouaissa
2025-05-23 13:41 ` [PATCH 2/5] dt-bindings: media: allegro-dvt: add decoder dt-bindings for Gen3 IP Yassine Ouaissa
2025-05-23 14:53   ` Rob Herring (Arm) [this message]
2025-05-23 15:54   ` kernel test robot
2025-05-23 17:11   ` Krzysztof Kozlowski
2025-05-23 17:13     ` Krzysztof Kozlowski
2025-05-26  7:25       ` Yassine Ouaissa
2025-05-26 10:57         ` Krzysztof Kozlowski
2025-05-26 12:27           ` Yassine Ouaissa
2025-05-26 12:46             ` Krzysztof Kozlowski
2025-05-26 12:58               ` Yassine Ouaissa
2025-05-27 13:21                 ` Nicolas Dufresne
2025-05-27 14:33                   ` Yassine Ouaissa
2025-05-23 13:41 ` [PATCH 3/5] MAINTAINERS: Add entry for allegrodvt Gen 3 drivers Yassine Ouaissa
2025-05-25  4:40   ` Krzysztof Kozlowski
2025-05-26  7:34     ` Yassine Ouaissa
2025-05-25 21:50   ` Nicolas Dufresne
2025-05-26  7:51     ` Yassine Ouaissa
2025-05-23 13:41 ` [PATCH 4/5] dt-bindings: vendor-prefixes: Update the description of allegro prefix Yassine Ouaissa
2025-05-23 13:41 ` [PATCH 5/5] media: allegro-dvt: Add Gen 3 IP stateful decoder driver Yassine Ouaissa
2025-05-23 19:58   ` Nicolas Dufresne
2025-05-26 14:09     ` Yassine Ouaissa
2025-05-24  0:31   ` kernel test robot
2025-05-23 19:01 ` [PATCH 0/5] media: " Nicolas Dufresne
2025-05-26 13:16   ` Yassine Ouaissa
2025-05-27 13:26     ` Nicolas Dufresne
2025-05-27 14:29       ` Yassine Ouaissa
2025-05-23 19:31 ` Nicolas Dufresne

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=174801202204.1815416.4328234127791627696.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=bigfoot@classfun.cn \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=conor+dt@kernel.org \
    --cc=cuigaosheng1@huawei.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=hverkuil@xs4all.nl \
    --cc=joe@pf.is.s.u-tokyo.ac.jp \
    --cc=kernel@pengutronix.de \
    --cc=kever.yang@rock-chips.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.tretter@pengutronix.de \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mchehab@kernel.org \
    --cc=michal.simek@amd.com \
    --cc=neil.armstrong@linaro.org \
    --cc=rafal@milecki.pl \
    --cc=ribalda@chromium.org \
    --cc=sebastian.fricke@collabora.com \
    --cc=u.kleine-koenig@baylibre.com \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=yassine.ouaissa@allegrodvt.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