All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liu Ying <victor.liu@nxp.com>
To: Rob Herring <robh@kernel.org>
Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org,
	linux-media@vger.kernel.org, kernel@pengutronix.de,
	robh+dt@kernel.org, kishon@ti.com, linux-imx@nxp.com,
	marcel.ziswiler@toradex.com,
	linux-arm-kernel@lists.infradead.org, s.hauer@pengutronix.de,
	lee.jones@linaro.org, jernej.skrabec@siol.net,
	shawnguo@kernel.org, Laurent.pinchart@ideasonboard.com,
	mchehab@kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, a.hajda@samsung.com, jonas@kwiboo.se,
	narmstrong@baylibre.com, robert.foss@linaro.org,
	vkoul@kernel.org
Subject: Re: [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding
Date: Thu, 01 Apr 2021 17:17:19 +0800	[thread overview]
Message-ID: <2e6b0bdd03da30446448e86eff69182e417ce43f.camel@nxp.com> (raw)
In-Reply-To: <1617198059.605916.2074860.nullmailer@robh.at.kernel.org>

On Wed, 2021-03-31 at 08:40 -0500, Rob Herring wrote:
> On Wed, 31 Mar 2021 14:33:18 +0800, Liu Ying wrote:
> > This patch adds bindings for i.MX8qm/qxp Control and Status Registers module.
> > 
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > Signed-off-by: Liu Ying <victor.liu@nxp.com>
> > ---
> > v6->v7:
> > * Add Rob's R-b tag.
> > 
> > v5->v6:
> > * Drop 'select' schema. (Rob)
> > 
> > v4->v5:
> > * Newly introduced in v5. (Rob)
> > 
> >  .../devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml   | 192 +++++++++++++++++++++
> >  1 file changed, 192 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml
> > 
> 
> My bot found errors running 'make dt_binding_check' on your patch:
> 
> yamllint warnings/errors:
> 
> dtschema/dtc warnings/errors:
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@56221000/pxl2dpi: failed to match any schema with compatible: ['fsl,imx8qxp-pxl2dpi']
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@56221000/ldb: failed to match any schema with compatible: ['fsl,imx8qxp-ldb']
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/phy@56228300: failed to match any schema with compatible: ['fsl,imx8qxp-mipi-dphy']
> 

Sorry for the errors.
But, my patch passes 'make dt_binding_check' locally upon
v5.12-rc1-dontuse at least.
My yamllint and dt-schema are up to date.

Does your bot _additionally_ check all compatibles in example?
I guess I missed something?

Regards,
Liu Ying

> See https://patchwork.ozlabs.org/patch/1460356
> 
> 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: Liu Ying <victor.liu@nxp.com>
To: Rob Herring <robh@kernel.org>
Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org,
	 linux-media@vger.kernel.org, kernel@pengutronix.de,
	robh+dt@kernel.org,  kishon@ti.com, linux-imx@nxp.com,
	marcel.ziswiler@toradex.com,
	 linux-arm-kernel@lists.infradead.org, s.hauer@pengutronix.de,
	 lee.jones@linaro.org, jernej.skrabec@siol.net,
	shawnguo@kernel.org,  Laurent.pinchart@ideasonboard.com,
	mchehab@kernel.org,  linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, a.hajda@samsung.com,
	 jonas@kwiboo.se, narmstrong@baylibre.com,
	robert.foss@linaro.org, vkoul@kernel.org
Subject: Re: [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding
Date: Thu, 01 Apr 2021 17:17:19 +0800	[thread overview]
Message-ID: <2e6b0bdd03da30446448e86eff69182e417ce43f.camel@nxp.com> (raw)
In-Reply-To: <1617198059.605916.2074860.nullmailer@robh.at.kernel.org>

On Wed, 2021-03-31 at 08:40 -0500, Rob Herring wrote:
> On Wed, 31 Mar 2021 14:33:18 +0800, Liu Ying wrote:
> > This patch adds bindings for i.MX8qm/qxp Control and Status Registers module.
> > 
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > Signed-off-by: Liu Ying <victor.liu@nxp.com>
> > ---
> > v6->v7:
> > * Add Rob's R-b tag.
> > 
> > v5->v6:
> > * Drop 'select' schema. (Rob)
> > 
> > v4->v5:
> > * Newly introduced in v5. (Rob)
> > 
> >  .../devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml   | 192 +++++++++++++++++++++
> >  1 file changed, 192 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml
> > 
> 
> My bot found errors running 'make dt_binding_check' on your patch:
> 
> yamllint warnings/errors:
> 
> dtschema/dtc warnings/errors:
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@56221000/pxl2dpi: failed to match any schema with compatible: ['fsl,imx8qxp-pxl2dpi']
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@56221000/ldb: failed to match any schema with compatible: ['fsl,imx8qxp-ldb']
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/phy@56228300: failed to match any schema with compatible: ['fsl,imx8qxp-mipi-dphy']
> 

Sorry for the errors.
But, my patch passes 'make dt_binding_check' locally upon
v5.12-rc1-dontuse at least.
My yamllint and dt-schema are up to date.

Does your bot _additionally_ check all compatibles in example?
I guess I missed something?

Regards,
Liu Ying

> See https://patchwork.ozlabs.org/patch/1460356
> 
> 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-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Liu Ying <victor.liu@nxp.com>
To: Rob Herring <robh@kernel.org>
Cc: narmstrong@baylibre.com, airlied@linux.ie,
	dri-devel@lists.freedesktop.org, a.hajda@samsung.com,
	Laurent.pinchart@ideasonboard.com, lee.jones@linaro.org,
	kishon@ti.com, marcel.ziswiler@toradex.com, linux-imx@nxp.com,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	jonas@kwiboo.se, s.hauer@pengutronix.de, robh+dt@kernel.org,
	mchehab@kernel.org, linux-arm-kernel@lists.infradead.org,
	jernej.skrabec@siol.net, linux-kernel@vger.kernel.org,
	robert.foss@linaro.org, vkoul@kernel.org, kernel@pengutronix.de,
	shawnguo@kernel.org
Subject: Re: [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding
Date: Thu, 01 Apr 2021 17:17:19 +0800	[thread overview]
Message-ID: <2e6b0bdd03da30446448e86eff69182e417ce43f.camel@nxp.com> (raw)
In-Reply-To: <1617198059.605916.2074860.nullmailer@robh.at.kernel.org>

On Wed, 2021-03-31 at 08:40 -0500, Rob Herring wrote:
> On Wed, 31 Mar 2021 14:33:18 +0800, Liu Ying wrote:
> > This patch adds bindings for i.MX8qm/qxp Control and Status Registers module.
> > 
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > Signed-off-by: Liu Ying <victor.liu@nxp.com>
> > ---
> > v6->v7:
> > * Add Rob's R-b tag.
> > 
> > v5->v6:
> > * Drop 'select' schema. (Rob)
> > 
> > v4->v5:
> > * Newly introduced in v5. (Rob)
> > 
> >  .../devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml   | 192 +++++++++++++++++++++
> >  1 file changed, 192 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.yaml
> > 
> 
> My bot found errors running 'make dt_binding_check' on your patch:
> 
> yamllint warnings/errors:
> 
> dtschema/dtc warnings/errors:
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@56221000/pxl2dpi: failed to match any schema with compatible: ['fsl,imx8qxp-pxl2dpi']
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/syscon@56221000/ldb: failed to match any schema with compatible: ['fsl,imx8qxp-ldb']
> Documentation/devicetree/bindings/mfd/fsl,imx8qxp-csr.example.dt.yaml:0:0: /example-0/phy@56228300: failed to match any schema with compatible: ['fsl,imx8qxp-mipi-dphy']
> 

Sorry for the errors.
But, my patch passes 'make dt_binding_check' locally upon
v5.12-rc1-dontuse at least.
My yamllint and dt-schema are up to date.

Does your bot _additionally_ check all compatibles in example?
I guess I missed something?

Regards,
Liu Ying

> See https://patchwork.ozlabs.org/patch/1460356
> 
> 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.
> 

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2021-04-01  9:19 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  6:33 [PATCH v7 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs Liu Ying
2021-03-31  6:33 ` Liu Ying
2021-03-31  6:33 ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 01/14] media: uapi: Add some RGB bus formats for i.MX8qm/qxp pixel combiner Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 02/14] media: docs: " Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 03/14] dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 04/14] drm/bridge: imx: Add i.MX8qm/qxp pixel combiner support Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 05/14] dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 06/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31 13:40   ` Rob Herring
2021-03-31 13:40     ` Rob Herring
2021-03-31 13:40     ` Rob Herring
2021-04-01  9:17     ` Liu Ying [this message]
2021-04-01  9:17       ` Liu Ying
2021-04-01  9:17       ` Liu Ying
2021-04-01 16:03       ` Rob Herring
2021-04-01 16:03         ` Rob Herring
2021-04-01 16:03         ` Rob Herring
2021-03-31  6:33 ` [PATCH v7 08/14] dt-bindings: display: bridge: Add i.MX8qxp pixel link to DPI binding Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 09/14] drm/bridge: imx: Add i.MX8qxp pixel link to DPI support Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 10/14] drm/bridge: imx: Add LDB driver helper support Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 11/14] dt-bindings: display: bridge: Add i.MX8qm/qxp LVDS display bridge binding Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 12/14] drm/bridge: imx: Add LDB support for i.MX8qxp Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 13/14] drm/bridge: imx: Add LDB support for i.MX8qm Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33 ` [PATCH v7 14/14] MAINTAINERS: add maintainer for DRM bridge drivers for i.MX SoCs Liu Ying
2021-03-31  6:33   ` Liu Ying
2021-03-31  6:33   ` Liu Ying

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=2e6b0bdd03da30446448e86eff69182e417ce43f.camel@nxp.com \
    --to=victor.liu@nxp.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jernej.skrabec@siol.net \
    --cc=jonas@kwiboo.se \
    --cc=kernel@pengutronix.de \
    --cc=kishon@ti.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mchehab@kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=robert.foss@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=vkoul@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.