From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: linux-samsung-soc@vger.kernel.org,
Kishon Vijay Abraham I <kishon@ti.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
David Airlie <airlied@linux.ie>,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
linux-phy@lists.infradead.org, dri-devel@lists.freedesktop.org,
Inki Dae <inki.dae@samsung.com>, Rob Herring <robh+dt@kernel.org>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Daniel Vetter <daniel@ffwll.ch>,
Sylwester Nawrocki <snawrocki@kernel.org>,
Joonyoung Shim <jy0922.shim@samsung.com>
Subject: Re: [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: convert to dtschema
Date: Wed, 9 Feb 2022 16:38:45 -0600 [thread overview]
Message-ID: <YgRCdVy5RJr7acnI@robh.at.kernel.org> (raw)
In-Reply-To: <20220208171823.226211-5-krzysztof.kozlowski@canonical.com>
On Tue, 08 Feb 2022 18:18:17 +0100, Krzysztof Kozlowski wrote:
> Convert the Exynos5433 DECON display controller bindings to DT schema
> format.
>
> The conversion includes also updates to the bindings, matching the
> current DTS and Linux driver:
> 1. Require "fifo" interrupt.
> 2. Add "dsd" as a last clock.
> 3. Document "power-domains" and "iommus" properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../display/exynos/exynos5433-decon.txt | 60 -------
> .../samsung/samsung,exynos5433-decon.yaml | 148 ++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 149 insertions(+), 60 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
> create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml
>
Applied, thanks!
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: linux-samsung-soc@vger.kernel.org,
Kishon Vijay Abraham I <kishon@ti.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
David Airlie <airlied@linux.ie>,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
linux-phy@lists.infradead.org, dri-devel@lists.freedesktop.org,
Inki Dae <inki.dae@samsung.com>, Rob Herring <robh+dt@kernel.org>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Daniel Vetter <daniel@ffwll.ch>,
Sylwester Nawrocki <snawrocki@kernel.org>,
Joonyoung Shim <jy0922.shim@samsung.com>
Subject: Re: [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: convert to dtschema
Date: Wed, 9 Feb 2022 16:38:45 -0600 [thread overview]
Message-ID: <YgRCdVy5RJr7acnI@robh.at.kernel.org> (raw)
In-Reply-To: <20220208171823.226211-5-krzysztof.kozlowski@canonical.com>
On Tue, 08 Feb 2022 18:18:17 +0100, Krzysztof Kozlowski wrote:
> Convert the Exynos5433 DECON display controller bindings to DT schema
> format.
>
> The conversion includes also updates to the bindings, matching the
> current DTS and Linux driver:
> 1. Require "fifo" interrupt.
> 2. Add "dsd" as a last clock.
> 3. Document "power-domains" and "iommus" properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../display/exynos/exynos5433-decon.txt | 60 -------
> .../samsung/samsung,exynos5433-decon.yaml | 148 ++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 149 insertions(+), 60 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
> create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml
>
Applied, thanks!
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: linux-samsung-soc@vger.kernel.org,
Kishon Vijay Abraham I <kishon@ti.com>,
Alim Akhtar <alim.akhtar@samsung.com>,
linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
David Airlie <airlied@linux.ie>,
Kyungmin Park <kyungmin.park@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
linux-phy@lists.infradead.org, dri-devel@lists.freedesktop.org,
Inki Dae <inki.dae@samsung.com>, Rob Herring <robh+dt@kernel.org>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Daniel Vetter <daniel@ffwll.ch>,
Sylwester Nawrocki <snawrocki@kernel.org>,
Joonyoung Shim <jy0922.shim@samsung.com>
Subject: Re: [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: convert to dtschema
Date: Wed, 9 Feb 2022 16:38:45 -0600 [thread overview]
Message-ID: <YgRCdVy5RJr7acnI@robh.at.kernel.org> (raw)
In-Reply-To: <20220208171823.226211-5-krzysztof.kozlowski@canonical.com>
On Tue, 08 Feb 2022 18:18:17 +0100, Krzysztof Kozlowski wrote:
> Convert the Exynos5433 DECON display controller bindings to DT schema
> format.
>
> The conversion includes also updates to the bindings, matching the
> current DTS and Linux driver:
> 1. Require "fifo" interrupt.
> 2. Add "dsd" as a last clock.
> 3. Document "power-domains" and "iommus" properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../display/exynos/exynos5433-decon.txt | 60 -------
> .../samsung/samsung,exynos5433-decon.yaml | 148 ++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 149 insertions(+), 60 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
> create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml
>
Applied, thanks!
_______________________________________________
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: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
David Airlie <airlied@linux.ie>,
Joonyoung Shim <jy0922.shim@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Kishon Vijay Abraham I <kishon@ti.com>,
Sylwester Nawrocki <snawrocki@kernel.org>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Alim Akhtar <alim.akhtar@samsung.com>,
linux-phy@lists.infradead.org,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: convert to dtschema
Date: Wed, 9 Feb 2022 16:38:45 -0600 [thread overview]
Message-ID: <YgRCdVy5RJr7acnI@robh.at.kernel.org> (raw)
In-Reply-To: <20220208171823.226211-5-krzysztof.kozlowski@canonical.com>
On Tue, 08 Feb 2022 18:18:17 +0100, Krzysztof Kozlowski wrote:
> Convert the Exynos5433 DECON display controller bindings to DT schema
> format.
>
> The conversion includes also updates to the bindings, matching the
> current DTS and Linux driver:
> 1. Require "fifo" interrupt.
> 2. Add "dsd" as a last clock.
> 3. Document "power-domains" and "iommus" properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../display/exynos/exynos5433-decon.txt | 60 -------
> .../samsung/samsung,exynos5433-decon.yaml | 148 ++++++++++++++++++
> MAINTAINERS | 1 +
> 3 files changed, 149 insertions(+), 60 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
> create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml
>
Applied, thanks!
next prev parent reply other threads:[~2022-02-09 22:39 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 17:18 [PATCH 00/10] drm: dt-bindings: exynos: convert to dtschema Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 01/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5250 Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-10 3:03 ` Alim Akhtar
2022-02-10 3:03 ` Alim Akhtar
2022-02-10 3:03 ` Alim Akhtar
2022-02-10 3:03 ` Alim Akhtar
2022-02-12 16:37 ` (subset) " Krzysztof Kozlowski
2022-02-12 16:37 ` Krzysztof Kozlowski
2022-02-12 16:37 ` Krzysztof Kozlowski
2022-02-12 16:37 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 02/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5420 Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-10 4:03 ` Alim Akhtar
2022-02-10 4:03 ` Alim Akhtar
2022-02-10 4:03 ` Alim Akhtar
2022-02-10 4:03 ` Alim Akhtar
2022-02-12 16:37 ` (subset) " Krzysztof Kozlowski
2022-02-12 16:37 ` Krzysztof Kozlowski
2022-02-12 16:37 ` Krzysztof Kozlowski
2022-02-12 16:37 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 03/10] dt-bindings: phy: samsung, exynos-hdmi-phy: convert to dtschema Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 03/10] dt-bindings: phy: samsung,exynos-hdmi-phy: " Krzysztof Kozlowski
2022-02-09 22:37 ` [PATCH 03/10] dt-bindings: phy: samsung, exynos-hdmi-phy: " Rob Herring
2022-02-09 22:37 ` Rob Herring
2022-02-09 22:37 ` Rob Herring
2022-02-09 22:37 ` [PATCH 03/10] dt-bindings: phy: samsung,exynos-hdmi-phy: " Rob Herring
2022-02-08 17:18 ` [PATCH 04/10] dt-bindings: display: samsung, exynos5433-decon: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: " Krzysztof Kozlowski
2022-02-09 22:38 ` Rob Herring [this message]
2022-02-09 22:38 ` Rob Herring
2022-02-09 22:38 ` Rob Herring
2022-02-09 22:38 ` Rob Herring
2022-02-08 17:18 ` [PATCH 05/10] dt-bindings: display: samsung, exynos7-decon: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 05/10] dt-bindings: display: samsung,exynos7-decon: " Krzysztof Kozlowski
2022-02-09 22:39 ` Rob Herring
2022-02-09 22:39 ` Rob Herring
2022-02-09 22:39 ` Rob Herring
2022-02-09 22:39 ` Rob Herring
2022-02-08 17:18 ` [PATCH 06/10] dt-bindings: display: samsung, exynos-hdmi-ddc: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 06/10] dt-bindings: display: samsung,exynos-hdmi-ddc: " Krzysztof Kozlowski
2022-02-09 22:49 ` Rob Herring
2022-02-09 22:49 ` Rob Herring
2022-02-09 22:49 ` Rob Herring
2022-02-09 22:49 ` Rob Herring
2022-02-08 17:18 ` [PATCH 07/10] dt-bindings: display: samsung, exynos-mixer: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 07/10] dt-bindings: display: samsung,exynos-mixer: " Krzysztof Kozlowski
2022-02-09 22:52 ` Rob Herring
2022-02-09 22:52 ` Rob Herring
2022-02-09 22:52 ` Rob Herring
2022-02-09 22:52 ` Rob Herring
2022-02-08 17:18 ` [PATCH 08/10] dt-bindings: display: samsung, exynos-hdmi: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 08/10] dt-bindings: display: samsung,exynos-hdmi: " Krzysztof Kozlowski
2022-02-09 22:54 ` [PATCH 08/10] dt-bindings: display: samsung, exynos-hdmi: " Rob Herring
2022-02-09 22:54 ` Rob Herring
2022-02-09 22:54 ` Rob Herring
2022-02-09 22:54 ` [PATCH 08/10] dt-bindings: display: samsung,exynos-hdmi: " Rob Herring
2022-02-08 17:18 ` [PATCH 09/10] dt-bindings: display: samsung, exynos5433-mic: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 09/10] dt-bindings: display: samsung,exynos5433-mic: " Krzysztof Kozlowski
2022-02-09 22:59 ` Rob Herring
2022-02-09 22:59 ` Rob Herring
2022-02-09 22:59 ` Rob Herring
2022-02-09 22:59 ` Rob Herring
2022-02-08 17:18 ` [PATCH 10/10] dt-bindings: display: samsung, exynos-fimd: " Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 10/10] dt-bindings: display: samsung,exynos-fimd: " Krzysztof Kozlowski
2022-02-09 23:00 ` [PATCH 10/10] dt-bindings: display: samsung, exynos-fimd: " Rob Herring
2022-02-09 23:00 ` Rob Herring
2022-02-09 23:00 ` Rob Herring
2022-02-09 23:00 ` [PATCH 10/10] dt-bindings: display: samsung,exynos-fimd: " Rob Herring
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=YgRCdVy5RJr7acnI@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=airlied@linux.ie \
--cc=alim.akhtar@samsung.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=jy0922.shim@samsung.com \
--cc=kishon@ti.com \
--cc=krzysztof.kozlowski@canonical.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=robh+dt@kernel.org \
--cc=snawrocki@kernel.org \
--cc=sw0312.kim@samsung.com \
--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.