All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Cc: daniel@ffwll.ch, chunkuang.hu@kernel.org, msp@baylibre.com,
	linux-mediatek@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	matthias.bgg@gmail.com, airlied@linux.ie, wenst@chromium.org,
	jitao.shi@mediatek.com, linux-arm-kernel@lists.infradead.org,
	granquet@baylibre.com, p.zabel@pengutronix.de,
	devicetree@vger.kernel.org,
	angelogioacchino.delregno@collabora.com, ck.hu@mediatek.com,
	robh+dt@kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org
Subject: Re: [PATCH v11 01/12] dt-bindings: mediatek,dpi: Add DP_INTF compatible
Date: Mon, 13 Jun 2022 07:33:17 -0600	[thread overview]
Message-ID: <1655127197.559996.3564134.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220613064841.10481-2-rex-bc.chen@mediatek.com>

On Mon, 13 Jun 2022 14:48:30 +0800, Bo-Chen Chen wrote:
> From: Markus Schneider-Pargmann <msp@baylibre.com>
> 
> DP_INTF is similar to DPI but does not have the exact same feature set
> or register layouts.
> 
> DP_INTF is the sink of the display pipeline that is connected to the
> DisplayPort controller and encoder unit. It takes the same clocks as
> DPI.
> 
> In this patch, we also do these string replacement:
> - s/mediatek/MediaTek/ in title.
> - s/Mediatek/MediaTek/ in description.
> 
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
> Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
> ---
>  .../bindings/display/mediatek/mediatek,dpi.yaml     | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 

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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clocks: [[4294967295, 40], [4294967295, 41], [4294967295, 8]] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clock-names: ['pixel', 'engine', 'pll'] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml

doc reference errors (make refcheckdocs):

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

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-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Cc: chunkuang.hu@kernel.org, granquet@baylibre.com,
	jitao.shi@mediatek.com, krzysztof.kozlowski+dt@linaro.org,
	devicetree@vger.kernel.org, airlied@linux.ie,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	msp@baylibre.com,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	robh+dt@kernel.org, linux-mediatek@lists.infradead.org,
	wenst@chromium.org, matthias.bgg@gmail.com,
	linux-arm-kernel@lists.infradead.org,
	angelogioacchino.delregno@collabora.com
Subject: Re: [PATCH v11 01/12] dt-bindings: mediatek, dpi: Add DP_INTF compatible
Date: Mon, 13 Jun 2022 07:33:17 -0600	[thread overview]
Message-ID: <1655127197.559996.3564134.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220613064841.10481-2-rex-bc.chen@mediatek.com>

On Mon, 13 Jun 2022 14:48:30 +0800, Bo-Chen Chen wrote:
> From: Markus Schneider-Pargmann <msp@baylibre.com>
> 
> DP_INTF is similar to DPI but does not have the exact same feature set
> or register layouts.
> 
> DP_INTF is the sink of the display pipeline that is connected to the
> DisplayPort controller and encoder unit. It takes the same clocks as
> DPI.
> 
> In this patch, we also do these string replacement:
> - s/mediatek/MediaTek/ in title.
> - s/Mediatek/MediaTek/ in description.
> 
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
> Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
> ---
>  .../bindings/display/mediatek/mediatek,dpi.yaml     | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 

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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clocks: [[4294967295, 40], [4294967295, 41], [4294967295, 8]] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clock-names: ['pixel', 'engine', 'pll'] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml

doc reference errors (make refcheckdocs):

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

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: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Cc: daniel@ffwll.ch, chunkuang.hu@kernel.org, msp@baylibre.com,
	linux-mediatek@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	matthias.bgg@gmail.com, airlied@linux.ie, wenst@chromium.org,
	jitao.shi@mediatek.com, linux-arm-kernel@lists.infradead.org,
	granquet@baylibre.com, p.zabel@pengutronix.de,
	devicetree@vger.kernel.org,
	angelogioacchino.delregno@collabora.com, ck.hu@mediatek.com,
	robh+dt@kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org
Subject: Re: [PATCH v11 01/12] dt-bindings: mediatek,dpi: Add DP_INTF compatible
Date: Mon, 13 Jun 2022 07:33:17 -0600	[thread overview]
Message-ID: <1655127197.559996.3564134.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220613064841.10481-2-rex-bc.chen@mediatek.com>

On Mon, 13 Jun 2022 14:48:30 +0800, Bo-Chen Chen wrote:
> From: Markus Schneider-Pargmann <msp@baylibre.com>
> 
> DP_INTF is similar to DPI but does not have the exact same feature set
> or register layouts.
> 
> DP_INTF is the sink of the display pipeline that is connected to the
> DisplayPort controller and encoder unit. It takes the same clocks as
> DPI.
> 
> In this patch, we also do these string replacement:
> - s/mediatek/MediaTek/ in title.
> - s/Mediatek/MediaTek/ in description.
> 
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
> Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
> ---
>  .../bindings/display/mediatek/mediatek,dpi.yaml     | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 

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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clocks: [[4294967295, 40], [4294967295, 41], [4294967295, 8]] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clock-names: ['pixel', 'engine', 'pll'] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml

doc reference errors (make refcheckdocs):

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

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: Rob Herring <robh@kernel.org>
To: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Cc: daniel@ffwll.ch, chunkuang.hu@kernel.org, msp@baylibre.com,
	linux-mediatek@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	matthias.bgg@gmail.com, airlied@linux.ie, wenst@chromium.org,
	jitao.shi@mediatek.com, linux-arm-kernel@lists.infradead.org,
	granquet@baylibre.com, p.zabel@pengutronix.de,
	devicetree@vger.kernel.org,
	angelogioacchino.delregno@collabora.com, ck.hu@mediatek.com,
	robh+dt@kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org
Subject: Re: [PATCH v11 01/12] dt-bindings: mediatek,dpi: Add DP_INTF compatible
Date: Mon, 13 Jun 2022 07:33:17 -0600	[thread overview]
Message-ID: <1655127197.559996.3564134.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220613064841.10481-2-rex-bc.chen@mediatek.com>

On Mon, 13 Jun 2022 14:48:30 +0800, Bo-Chen Chen wrote:
> From: Markus Schneider-Pargmann <msp@baylibre.com>
> 
> DP_INTF is similar to DPI but does not have the exact same feature set
> or register layouts.
> 
> DP_INTF is the sink of the display pipeline that is connected to the
> DisplayPort controller and encoder unit. It takes the same clocks as
> DPI.
> 
> In this patch, we also do these string replacement:
> - s/mediatek/MediaTek/ in title.
> - s/Mediatek/MediaTek/ in description.
> 
> Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
> Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
> Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
> ---
>  .../bindings/display/mediatek/mediatek,dpi.yaml     | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 

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:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clocks: [[4294967295, 40], [4294967295, 41], [4294967295, 8]] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.example.dtb: dpi@1401d000: clock-names: ['pixel', 'engine', 'pll'] is too short
	From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml

doc reference errors (make refcheckdocs):

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

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:[~2022-06-13 13:33 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-13  6:48 [PATCH v11 00/12] drm/mediatek: Add MT8195 dp_intf driver Bo-Chen Chen
2022-06-13  6:48 ` Bo-Chen Chen
2022-06-13  6:48 ` Bo-Chen Chen
2022-06-13  6:48 ` Bo-Chen Chen
2022-06-13  6:48 ` [PATCH v11 01/12] dt-bindings: mediatek,dpi: Add DP_INTF compatible Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13 13:33   ` Rob Herring [this message]
2022-06-13 13:33     ` Rob Herring
2022-06-13 13:33     ` Rob Herring
2022-06-13 13:33     ` [PATCH v11 01/12] dt-bindings: mediatek, dpi: " Rob Herring
2022-06-14  3:05   ` [PATCH v11 01/12] dt-bindings: mediatek,dpi: " CK Hu
2022-06-14  3:05     ` CK Hu
2022-06-14  3:05     ` CK Hu
2022-06-14  3:05     ` CK Hu
2022-06-16  7:58     ` Rex-BC Chen
2022-06-16  7:58       ` Rex-BC Chen
2022-06-16  7:58       ` Rex-BC Chen
2022-06-14 20:24   ` Rob Herring
2022-06-14 20:24     ` Rob Herring
2022-06-14 20:24     ` Rob Herring
2022-06-14 20:24     ` Rob Herring
2022-06-16  7:55     ` Rex-BC Chen
2022-06-16  7:55       ` Rex-BC Chen
2022-06-16  7:55       ` Rex-BC Chen
2022-06-13  6:48 ` [PATCH v11 02/12] drm/mediatek: dpi: move dpi limits to SoC config Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  3:21   ` CK Hu
2022-06-14  3:21     ` CK Hu
2022-06-14  3:21     ` CK Hu
2022-06-14  3:21     ` CK Hu
2022-06-16 10:31     ` Rex-BC Chen
2022-06-16 10:31       ` Rex-BC Chen
2022-06-16 10:31       ` Rex-BC Chen
2022-06-13  6:48 ` [PATCH v11 03/12] drm/mediatek: dpi: implement a CK/DE pol toggle in " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  3:36   ` CK Hu
2022-06-14  3:36     ` CK Hu
2022-06-14  3:36     ` CK Hu
2022-06-14  3:36     ` CK Hu
2022-06-13  6:48 ` [PATCH v11 04/12] drm/mediatek: dpi: implement a swap_input " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  5:27   ` CK Hu
2022-06-14  5:27     ` CK Hu
2022-06-14  5:27     ` CK Hu
2022-06-14  5:27     ` CK Hu
2022-06-16 10:36     ` Rex-BC Chen
2022-06-16 10:36       ` Rex-BC Chen
2022-06-16 10:36       ` Rex-BC Chen
2022-06-13  6:48 ` [PATCH v11 05/12] drm/mediatek: dpi: move dimension mask to " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48 ` [PATCH v11 06/12] drm/mediatek: dpi: move hvsize_mask " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48 ` [PATCH v11 07/12] drm/mediatek: dpi: move swap_shift " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  5:38   ` CK Hu
2022-06-14  5:38     ` CK Hu
2022-06-14  5:38     ` CK Hu
2022-06-14  5:38     ` CK Hu
2022-06-13  6:48 ` [PATCH v11 08/12] drm/mediatek: dpi: move the yuv422_en_bit " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48 ` [PATCH v11 09/12] drm/mediatek: dpi: move the csc_enable bit " Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  5:45   ` CK Hu
2022-06-14  5:45     ` CK Hu
2022-06-14  5:45     ` CK Hu
2022-06-14  5:45     ` CK Hu
2022-06-13  6:48 ` [PATCH v11 10/12] drm/mediatek: dpi: Add dpintf support Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13 10:55   ` AngeloGioacchino Del Regno
2022-06-13 10:55     ` AngeloGioacchino Del Regno
2022-06-13 10:55     ` AngeloGioacchino Del Regno
2022-06-13 10:55     ` AngeloGioacchino Del Regno
2022-06-16  7:57     ` Rex-BC Chen
2022-06-16  7:57       ` Rex-BC Chen
2022-06-16  7:57       ` Rex-BC Chen
2022-06-14  6:04   ` CK Hu
2022-06-14  6:04     ` CK Hu
2022-06-14  6:04     ` CK Hu
2022-06-14  6:04     ` CK Hu
2022-06-16  9:09     ` Rex-BC Chen
2022-06-16  9:09       ` Rex-BC Chen
2022-06-16  9:09       ` Rex-BC Chen
2022-06-13  6:48 ` [PATCH v11 11/12] drm/mediatek: dpi: Only enable dpi after the bridge is enabled Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  6:24   ` CK Hu
2022-06-14  6:24     ` CK Hu
2022-06-14  6:24     ` CK Hu
2022-06-14  6:24     ` CK Hu
2022-06-16 10:49     ` Rex-BC Chen
2022-06-16 10:49       ` Rex-BC Chen
2022-06-16 10:49       ` Rex-BC Chen
2022-06-13  6:48 ` [PATCH v11 12/12] drm/mediatek: dpi: Add matrix_sel helper Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-13  6:48   ` Bo-Chen Chen
2022-06-14  6:20   ` CK Hu
2022-06-14  6:20     ` CK Hu
2022-06-14  6:20     ` CK Hu
2022-06-14  6:20     ` CK Hu
2022-06-16 10:51     ` Rex-BC Chen
2022-06-16 10:51       ` Rex-BC Chen
2022-06-16 10:51       ` Rex-BC Chen

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=1655127197.559996.3564134.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=airlied@linux.ie \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=ck.hu@mediatek.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=granquet@baylibre.com \
    --cc=jitao.shi@mediatek.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=msp@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=rex-bc.chen@mediatek.com \
    --cc=robh+dt@kernel.org \
    --cc=wenst@chromium.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.