linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: devicetree@vger.kernel.org,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	linux-phy@lists.infradead.org, Vinod Koul <vkoul@kernel.org>,
	linux-kernel@vger.kernel.org, David Airlie <airlied@linux.ie>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Sylwester Nawrocki <snawrocki@kernel.org>,
	Inki Dae <inki.dae@samsung.com>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	linux-arm-kernel@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	linux-samsung-soc@vger.kernel.org,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	Daniel Vetter <daniel@ffwll.ch>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 06/10] dt-bindings: display: samsung,exynos-hdmi-ddc: convert to dtschema
Date: Wed, 9 Feb 2022 16:49:59 -0600	[thread overview]
Message-ID: <YgRFF899BNPaZE5F@robh.at.kernel.org> (raw)
In-Reply-To: <20220208171823.226211-7-krzysztof.kozlowski@canonical.com>

On Tue, 08 Feb 2022 18:18:19 +0100, Krzysztof Kozlowski wrote:
> Convert the Exynos HDMI DDC bindings to DT schema format.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  .../display/exynos/exynos_hdmiddc.txt         | 15 -------
>  .../samsung/samsung,exynos-hdmi-ddc.yaml      | 42 +++++++++++++++++++
>  2 files changed, 42 insertions(+), 15 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt
>  create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos-hdmi-ddc.yaml
> 

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-02-09 22:51 UTC|newest]

Thread overview: 23+ 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 ` [PATCH 01/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5250 Krzysztof Kozlowski
2022-02-10  3:03   ` Alim Akhtar
2022-02-12 16:37   ` (subset) " Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 02/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5420 Krzysztof Kozlowski
2022-02-10  4:03   ` Alim Akhtar
2022-02-12 16:37   ` (subset) " Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 03/10] dt-bindings: phy: samsung, exynos-hdmi-phy: convert to dtschema Krzysztof Kozlowski
2022-02-09 22:37   ` Rob Herring
2022-02-08 17:18 ` [PATCH 04/10] dt-bindings: display: samsung, exynos5433-decon: " Krzysztof Kozlowski
2022-02-09 22:38   ` [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: " Rob Herring
2022-02-08 17:18 ` [PATCH 05/10] dt-bindings: display: samsung, exynos7-decon: " Krzysztof Kozlowski
2022-02-09 22:39   ` [PATCH 05/10] dt-bindings: display: samsung,exynos7-decon: " Rob Herring
2022-02-08 17:18 ` [PATCH 06/10] dt-bindings: display: samsung, exynos-hdmi-ddc: " Krzysztof Kozlowski
2022-02-09 22:49   ` Rob Herring [this message]
2022-02-08 17:18 ` [PATCH 07/10] dt-bindings: display: samsung, exynos-mixer: " Krzysztof Kozlowski
2022-02-09 22:52   ` [PATCH 07/10] dt-bindings: display: samsung,exynos-mixer: " Rob Herring
2022-02-08 17:18 ` [PATCH 08/10] dt-bindings: display: samsung, exynos-hdmi: " Krzysztof Kozlowski
2022-02-09 22:54   ` Rob Herring
2022-02-08 17:18 ` [PATCH 09/10] dt-bindings: display: samsung, exynos5433-mic: " Krzysztof Kozlowski
2022-02-09 22:59   ` [PATCH 09/10] dt-bindings: display: samsung,exynos5433-mic: " Rob Herring
2022-02-08 17:18 ` [PATCH 10/10] dt-bindings: display: samsung, exynos-fimd: " Krzysztof Kozlowski
2022-02-09 23:00   ` 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=YgRFF899BNPaZE5F@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 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).