* [PATCH v4 0/3] MediaTek MT8195 display binding
@ 2022-06-06 3:18 Bo-Chen Chen
[not found] ` <20220606031818.13646-2-rex-bc.chen@mediatek.com>
0 siblings, 1 reply; 3+ messages in thread
From: Bo-Chen Chen @ 2022-06-06 3:18 UTC (permalink / raw)
To: chunkuang.hu, p.zabel, robh+dt, krzysztof.kozlowski+dt
Cc: matthias.bgg, airlied, angelogioacchino.delregno, pavel,
dri-devel, linux-mediatek, devicetree, linux-kernel,
linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
Bo-Chen Chen
Add this series to present MediaTek display binding for MT8195.
The reason I send this series is Jason and Nancy's binding patches are
never received by devicetree mail server.
Therefore, I help them to resend binding patches.
Changes for v4:
1. Rebase to v5.19-rc1 which iommu series is included.
2. Add my signed-off.
Changes for v3:
1. Fix rdma and ethdr binding doc.
2. Nancy's series: [1].
3. This series is based on linux-next: next-20220511.
Changes for v2:
1. This patch is based on linux next-20220506.
2. Jason's patches are accepted and I drop them.
[1]: https://lore.kernel.org/all/20220512053128.31415-1-nancy.lin@mediatek.com/
Nancy.Lin (3):
dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195
dt-bindings: reset: mt8195: add vdosys1 reset control bit
dt-bindings: mediatek: add ethdr definition for mt8195
.../display/mediatek/mediatek,ethdr.yaml | 188 ++++++++++++++++++
.../display/mediatek/mediatek,mdp-rdma.yaml | 88 ++++++++
include/dt-bindings/reset/mt8195-resets.h | 45 +++++
3 files changed, 321 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,ethdr.yaml
create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
--
2.18.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v4 1/3] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195
[not found] ` <20220606031818.13646-2-rex-bc.chen@mediatek.com>
@ 2022-06-07 17:12 ` Krzysztof Kozlowski
2022-06-08 1:55 ` Rex-BC Chen
0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-07 17:12 UTC (permalink / raw)
To: Bo-Chen Chen, chunkuang.hu, p.zabel, robh+dt,
krzysztof.kozlowski+dt
Cc: matthias.bgg, airlied, angelogioacchino.delregno, pavel,
dri-devel, linux-mediatek, devicetree, linux-kernel,
linux-arm-kernel, Project_Global_Chrome_Upstream_Group, Nancy.Lin
On 06/06/2022 05:18, Bo-Chen Chen wrote:
> From: "Nancy.Lin" <nancy.lin@mediatek.com>
>
> Add vdosys1 RDMA definition.
>
> Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
> ---
> .../display/mediatek/mediatek,mdp-rdma.yaml | 88 +++++++++++++++++++
> 1 file changed, 88 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
>
> diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
> new file mode 100644
> index 000000000000..678abb321cc2
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
> @@ -0,0 +1,88 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/mediatek/mediatek,mdp-rdma.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: MediaTek MDP RDMA
> +
> +maintainers:
> + - Chun-Kuang Hu <chunkuang.hu@kernel.org>
> + - Philipp Zabel <p.zabel@pengutronix.de>
> +
> +description:
> + The MediaTek MDP RDMA stands for Read Direct Memory Access.
> + It provides real time data to the back-end panel driver, such as DSI,
> + DPI and DP_INTF.
> + It contains one line buffer to store the sufficient pixel data.
> + RDMA device node must be siblings to the central MMSYS_CONFIG node.
> + For a description of the MMSYS_CONFIG binding, see
> + Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml for details.
> +
> +properties:
> + compatible:
> + - const: mediatek,mt8195-vdo1-rdma
During my review I missed that part. But your testing should not miss it
- please always run `make dt_bindings_check` and do not send code which
fails.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v4 1/3] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195
2022-06-07 17:12 ` [PATCH v4 1/3] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195 Krzysztof Kozlowski
@ 2022-06-08 1:55 ` Rex-BC Chen
0 siblings, 0 replies; 3+ messages in thread
From: Rex-BC Chen @ 2022-06-08 1:55 UTC (permalink / raw)
To: Krzysztof Kozlowski, chunkuang.hu@kernel.org,
p.zabel@pengutronix.de, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org
Cc: matthias.bgg@gmail.com, airlied@linux.ie,
angelogioacchino.delregno@collabora.com, pavel@ucw.cz,
dri-devel@lists.freedesktop.org,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Project_Global_Chrome_Upstream_Group,
Nancy Lin (林欣螢)
On Wed, 2022-06-08 at 01:12 +0800, Krzysztof Kozlowski wrote:
> On 06/06/2022 05:18, Bo-Chen Chen wrote:
> > From: "Nancy.Lin" <nancy.lin@mediatek.com>
> >
> > Add vdosys1 RDMA definition.
> >
> > Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com>
> > Reviewed-by: AngeloGioacchino Del Regno <
> > angelogioacchino.delregno@collabora.com>
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Tested-by: AngeloGioacchino Del Regno <
> > angelogioacchino.delregno@collabora.com>
> > Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
> > ---
> > .../display/mediatek/mediatek,mdp-rdma.yaml | 88
> > +++++++++++++++++++
> > 1 file changed, 88 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-
> > rdma.yaml
> >
> > diff --git
> > a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-
> > rdma.yaml
> > b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-
> > rdma.yaml
> > new file mode 100644
> > index 000000000000..678abb321cc2
> > --- /dev/null
> > +++
> > b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-
> > rdma.yaml
> > @@ -0,0 +1,88 @@
> > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > +%YAML 1.2
> > +---
> > +$id:
> > https://urldefense.com/v3/__http://devicetree.org/schemas/display/mediatek/mediatek,mdp-rdma.yaml*__;Iw!!CTRNKA9wMg0ARbw!xhCYRrVE-1_MTOnoDL_D-oY0zx2GGWns3WktzHKJwbLcdsGoWUhgu2dX0aG9ruZQ6aTU$
> >
> > +$schema:
> > https://urldefense.com/v3/__http://devicetree.org/meta-schemas/core.yaml*__;Iw!!CTRNKA9wMg0ARbw!xhCYRrVE-1_MTOnoDL_D-oY0zx2GGWns3WktzHKJwbLcdsGoWUhgu2dX0aG9ruLOtx5y$
> >
> > +
> > +title: MediaTek MDP RDMA
> > +
> > +maintainers:
> > + - Chun-Kuang Hu <chunkuang.hu@kernel.org>
> > + - Philipp Zabel <p.zabel@pengutronix.de>
> > +
> > +description:
> > + The MediaTek MDP RDMA stands for Read Direct Memory Access.
> > + It provides real time data to the back-end panel driver, such as
> > DSI,
> > + DPI and DP_INTF.
> > + It contains one line buffer to store the sufficient pixel data.
> > + RDMA device node must be siblings to the central MMSYS_CONFIG
> > node.
> > + For a description of the MMSYS_CONFIG binding, see
> > + Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.ya
> > ml for details.
> > +
> > +properties:
> > + compatible:
> > + - const: mediatek,mt8195-vdo1-rdma
>
> During my review I missed that part. But your testing should not miss
> it
> - please always run `make dt_bindings_check` and do not send code
> which
> fails.
>
> Best regards,
> Krzysztof
Hello Krzysztof,
Sorry we did not check again for this.
And also thanks for your review.
I will modify this in next version.
BRs,
Rex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-08 5:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06 3:18 [PATCH v4 0/3] MediaTek MT8195 display binding Bo-Chen Chen
[not found] ` <20220606031818.13646-2-rex-bc.chen@mediatek.com>
2022-06-07 17:12 ` [PATCH v4 1/3] dt-bindings: mediatek: add vdosys1 RDMA definition for mt8195 Krzysztof Kozlowski
2022-06-08 1:55 ` Rex-BC Chen
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).