All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Ulf Hansson'" <ulf.hansson@linaro.org>,
	"'Rob Herring'" <robh+dt@kernel.org>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
	"'Jaehoon Chung'" <jh80.chung@samsung.com>,
	<linux-mmc@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-samsung-soc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 1/3] ARM: dts: exynos: align MMC node name with dtschema
Date: Fri, 3 Jun 2022 22:32:55 +0530	[thread overview]
Message-ID: <012b01d8776b$c64ef920$52eceb60$@samsung.com> (raw)
In-Reply-To: <20220603094946.509919-2-krzysztof.kozlowski@linaro.org>



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, June 3, 2022 3:20 PM
>To: Ulf Hansson <ulf.hansson@linaro.org>; Rob Herring
><robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; Jaehoon Chung <jh80.chung@samsung.com>;
>linux-mmc@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>Subject: [PATCH 1/3] ARM: dts: exynos: align MMC node name with dtschema
>
>The node names should be generic and MMC controller dtschema expects
>"mmc".
>
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

> arch/arm/boot/dts/exynos3250.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/arch/arm/boot/dts/exynos3250.dtsi
>b/arch/arm/boot/dts/exynos3250.dtsi
>index 78dad233ff34..326b9e0ed8d3 100644
>--- a/arch/arm/boot/dts/exynos3250.dtsi
>+++ b/arch/arm/boot/dts/exynos3250.dtsi
>@@ -376,7 +376,7 @@ hsotg: hsotg@12480000 {
> 			status = "disabled";
> 		};
>
>-		mshc_0: mshc@12510000 {
>+		mshc_0: mmc@12510000 {
> 			compatible = "samsung,exynos5420-dw-mshc";
> 			reg = <0x12510000 0x1000>;
> 			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
>@@ -388,7 +388,7 @@ mshc_0: mshc@12510000 {
> 			status = "disabled";
> 		};
>
>-		mshc_1: mshc@12520000 {
>+		mshc_1: mmc@12520000 {
> 			compatible = "samsung,exynos5420-dw-mshc";
> 			reg = <0x12520000 0x1000>;
> 			interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
>@@ -400,7 +400,7 @@ mshc_1: mshc@12520000 {
> 			status = "disabled";
> 		};
>
>-		mshc_2: mshc@12530000 {
>+		mshc_2: mmc@12530000 {
> 			compatible = "samsung,exynos5250-dw-mshc";
> 			reg = <0x12530000 0x1000>;
> 			interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
>--
>2.34.1



WARNING: multiple messages have this Message-ID (diff)
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Ulf Hansson'" <ulf.hansson@linaro.org>,
	"'Rob Herring'" <robh+dt@kernel.org>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
	"'Jaehoon Chung'" <jh80.chung@samsung.com>,
	<linux-mmc@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-samsung-soc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 1/3] ARM: dts: exynos: align MMC node name with dtschema
Date: Fri, 3 Jun 2022 22:32:55 +0530	[thread overview]
Message-ID: <012b01d8776b$c64ef920$52eceb60$@samsung.com> (raw)
In-Reply-To: <20220603094946.509919-2-krzysztof.kozlowski@linaro.org>



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, June 3, 2022 3:20 PM
>To: Ulf Hansson <ulf.hansson@linaro.org>; Rob Herring
><robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; Jaehoon Chung <jh80.chung@samsung.com>;
>linux-mmc@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>Subject: [PATCH 1/3] ARM: dts: exynos: align MMC node name with dtschema
>
>The node names should be generic and MMC controller dtschema expects
>"mmc".
>
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

> arch/arm/boot/dts/exynos3250.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/arch/arm/boot/dts/exynos3250.dtsi
>b/arch/arm/boot/dts/exynos3250.dtsi
>index 78dad233ff34..326b9e0ed8d3 100644
>--- a/arch/arm/boot/dts/exynos3250.dtsi
>+++ b/arch/arm/boot/dts/exynos3250.dtsi
>@@ -376,7 +376,7 @@ hsotg: hsotg@12480000 {
> 			status = "disabled";
> 		};
>
>-		mshc_0: mshc@12510000 {
>+		mshc_0: mmc@12510000 {
> 			compatible = "samsung,exynos5420-dw-mshc";
> 			reg = <0x12510000 0x1000>;
> 			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
>@@ -388,7 +388,7 @@ mshc_0: mshc@12510000 {
> 			status = "disabled";
> 		};
>
>-		mshc_1: mshc@12520000 {
>+		mshc_1: mmc@12520000 {
> 			compatible = "samsung,exynos5420-dw-mshc";
> 			reg = <0x12520000 0x1000>;
> 			interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
>@@ -400,7 +400,7 @@ mshc_1: mshc@12520000 {
> 			status = "disabled";
> 		};
>
>-		mshc_2: mshc@12530000 {
>+		mshc_2: mmc@12530000 {
> 			compatible = "samsung,exynos5250-dw-mshc";
> 			reg = <0x12530000 0x1000>;
> 			interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
>--
>2.34.1



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

  reply	other threads:[~2022-06-03 17:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  9:49 [PATCH 0/3] mmc: samsung,exynos-dw-mshc: convert to dtschema Krzysztof Kozlowski
2022-06-03  9:49 ` Krzysztof Kozlowski
2022-06-03  9:49 ` [PATCH 1/3] ARM: dts: exynos: align MMC node name with dtschema Krzysztof Kozlowski
2022-06-03  9:49   ` Krzysztof Kozlowski
2022-06-03 17:02   ` Alim Akhtar [this message]
2022-06-03 17:02     ` Alim Akhtar
2022-06-03  9:49 ` [PATCH 2/3] arm64: " Krzysztof Kozlowski
2022-06-03  9:49   ` Krzysztof Kozlowski
2022-06-03 17:03   ` Alim Akhtar
2022-06-03 17:03     ` Alim Akhtar
2022-06-03  9:49 ` [PATCH 3/3] dt-bindings: mmc: samsung,exynos-dw-mshc: convert to dtschema Krzysztof Kozlowski
2022-06-03  9:49   ` Krzysztof Kozlowski
2022-06-03 18:30   ` Rob Herring
2022-06-03 18:30     ` 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='012b01d8776b$c64ef920$52eceb60$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jh80.chung@samsung.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=ulf.hansson@linaro.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.