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

On Tue, 08 Feb 2022 18:18:22 +0100, Krzysztof Kozlowski wrote:
> Convert the Exynos5433 MIC bindings to DT schema format.
> 
> The conversion includes also updates to the bindings, matching the
> current DTS and Linux driver: adding optional power-domains.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  .../bindings/display/exynos/exynos-mic.txt    | 51 ----------
>  .../samsung/samsung,exynos5433-mic.yaml       | 95 +++++++++++++++++++
>  2 files changed, 95 insertions(+), 51 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos-mic.txt
>  create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-mic.yaml
> 

Applied, thanks!

  reply	other threads:[~2022-02-09 22:59 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   ` Rob Herring
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-08 17:18 ` [PATCH 06/10] dt-bindings: display: samsung,exynos-hdmi-ddc: " Krzysztof Kozlowski
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-09 22:52   ` 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   ` Rob Herring [this message]
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=YgRHVpZ7WNgg4QXg@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).