All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: robh+dt@kernel.org, hverkuil-cisco@xs4all.nl,
	linux-media@vger.kernel.org, mchehab@kernel.org,
	ezequiel@collabora.com, devicetree@vger.kernel.org,
	Heiko Stuebner <heiko.stuebner@theobroma-systems.com>,
	Laurent.pinchart@ideasonboard.com,
	dafna.hirschfeld@collabora.com, helen.koike@collabora.com,
	linux-rockchip@lists.infradead.org
Subject: Re: [PATCH v5 09/10] dt-bindings: media: rkisp1: document px30 isp compatible
Date: Thu, 17 Jun 2021 15:26:24 -0600	[thread overview]
Message-ID: <1623965184.614652.3336122.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210617162745.4080975-10-heiko@sntech.de>

On Thu, 17 Jun 2021 18:27:44 +0200, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
> 
> Add the compatible for the px30-variant of the rkisp
> 
> Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
> ---
>  .../bindings/media/rockchip-isp1.yaml         | 66 ++++++++++++++++++-
>  1 file changed, 65 insertions(+), 1 deletion(-)
> 

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:
Documentation/devicetree/bindings/media/rockchip-isp1.example.dt.yaml:0:0: /example-1/parent/i2c/camera@36: failed to match any schema with compatible: ['ovti,ov5695']
\ndoc reference errors (make refcheckdocs):

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

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.


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: robh+dt@kernel.org, hverkuil-cisco@xs4all.nl,
	linux-media@vger.kernel.org, mchehab@kernel.org,
	ezequiel@collabora.com, devicetree@vger.kernel.org,
	Heiko Stuebner <heiko.stuebner@theobroma-systems.com>,
	Laurent.pinchart@ideasonboard.com,
	dafna.hirschfeld@collabora.com, helen.koike@collabora.com,
	linux-rockchip@lists.infradead.org
Subject: Re: [PATCH v5 09/10] dt-bindings: media: rkisp1: document px30 isp compatible
Date: Thu, 17 Jun 2021 15:26:24 -0600	[thread overview]
Message-ID: <1623965184.614652.3336122.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20210617162745.4080975-10-heiko@sntech.de>

On Thu, 17 Jun 2021 18:27:44 +0200, Heiko Stuebner wrote:
> From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
> 
> Add the compatible for the px30-variant of the rkisp
> 
> Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
> ---
>  .../bindings/media/rockchip-isp1.yaml         | 66 ++++++++++++++++++-
>  1 file changed, 65 insertions(+), 1 deletion(-)
> 

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:
Documentation/devicetree/bindings/media/rockchip-isp1.example.dt.yaml:0:0: /example-1/parent/i2c/camera@36: failed to match any schema with compatible: ['ovti,ov5695']
\ndoc reference errors (make refcheckdocs):

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

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.


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2021-06-17 21:26 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 16:27 [PATCH v5 0/7] rkisp1 support for px30 Heiko Stuebner
2021-06-17 16:27 ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 01/10] media: rockchip: rkisp1: remove unused irq variable Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 02/10] dt-bindings: media: rkisp1: fix pclk clock-name Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 03/10] dt-bindings: media: rkisp1: document different irq possibilities Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 04/10] media: rockchip: rkisp1: allow separate interrupts Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-18  4:08   ` Dafna Hirschfeld
2021-06-18  4:08     ` Dafna Hirschfeld
2021-06-17 16:27 ` [PATCH v5 05/10] media: rockchip: rkisp1: make some isp-param functions variable Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 06/10] media: rockchip: rkisp1: make some isp-stats " Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 07/10] media: rockchip: rkisp1: add prefixes for v10 specific parts Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-18  4:19   ` Dafna Hirschfeld
2021-06-18  4:19     ` Dafna Hirschfeld
2021-06-17 16:27 ` [PATCH v5 08/10] media: rockchip: rkisp1: add support for v12 isp variants Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 16:27 ` [PATCH v5 09/10] dt-bindings: media: rkisp1: document px30 isp compatible Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-17 21:26   ` Rob Herring [this message]
2021-06-17 21:26     ` Rob Herring
2021-06-17 16:27 ` [PATCH v5 10/10] media: rockchip: rkisp1: add support for px30 isp version Heiko Stuebner
2021-06-17 16:27   ` Heiko Stuebner
2021-06-18  4:24   ` Dafna Hirschfeld
2021-06-18  4:24     ` Dafna Hirschfeld

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=1623965184.614652.3336122.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=dafna.hirschfeld@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ezequiel@collabora.com \
    --cc=heiko.stuebner@theobroma-systems.com \
    --cc=heiko@sntech.de \
    --cc=helen.koike@collabora.com \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mchehab@kernel.org \
    --cc=robh+dt@kernel.org \
    /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.