public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file.
@ 2013-08-21  6:37 yuvaraj.cd
  2013-08-21 10:34 ` Tomasz Figa
  0 siblings, 1 reply; 3+ messages in thread
From: yuvaraj.cd @ 2013-08-21  6:37 UTC (permalink / raw)
  To: linux-samsung-soc, linux-mmc, kgene.kim; +Cc: ks.giri, Yuvaraj Kumar C D

From: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>

Exynos5 series SOC's 5250 and 5420 have different versions of
DWMMC controller.So there is a new compatible string to distinguish
between them.So these nodes should be moved out of Exynos5 series
common device tree source.

Changes since V1: none

Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
---
 arch/arm/boot/dts/exynos5.dtsi |   21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
index 6afa57d..24140f0 100644
--- a/arch/arm/boot/dts/exynos5.dtsi
+++ b/arch/arm/boot/dts/exynos5.dtsi
@@ -50,27 +50,6 @@
 		interrupts = <1 9 0xf04>;
 	};
 
-	dwmmc_0: dwmmc0@12200000 {
-		compatible = "samsung,exynos5250-dw-mshc";
-		interrupts = <0 75 0>;
-		#address-cells = <1>;
-		#size-cells = <0>;
-	};
-
-	dwmmc_1: dwmmc1@12210000 {
-		compatible = "samsung,exynos5250-dw-mshc";
-		interrupts = <0 76 0>;
-		#address-cells = <1>;
-		#size-cells = <0>;
-	};
-
-	dwmmc_2: dwmmc2@12220000 {
-		compatible = "samsung,exynos5250-dw-mshc";
-		interrupts = <0 77 0>;
-		#address-cells = <1>;
-		#size-cells = <0>;
-	};
-
 	serial@12C00000 {
 		compatible = "samsung,exynos4210-uart";
 		reg = <0x12C00000 0x100>;
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH V2 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file.
  2013-08-21  6:37 [PATCH V2 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file yuvaraj.cd
@ 2013-08-21 10:34 ` Tomasz Figa
  2013-08-21 11:46   ` Yuvaraj Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2013-08-21 10:34 UTC (permalink / raw)
  To: yuvaraj.cd
  Cc: linux-samsung-soc, linux-mmc, kgene.kim, ks.giri,
	Yuvaraj Kumar C D

Hi Yuvaraj,

On Wednesday 21 of August 2013 12:07:38 yuvaraj.cd@gmail.com wrote:
> From: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
> 
> Exynos5 series SOC's 5250 and 5420 have different versions of
> DWMMC controller.So there is a new compatible string to distinguish
> between them.So these nodes should be moved out of Exynos5 series
> common device tree source.

This series should be split in a different way, because patch 1/2 breaks 
dwmmc on Exynos5250 and only patch 2/2 fixes this, so bisection is broken.

Also patch 2/2 contains two logically separate changes - moving dwmmc nodes 
and making status disabled by default. Those should be in separate patches.

Best regards,
Tomasz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V2 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file.
  2013-08-21 10:34 ` Tomasz Figa
@ 2013-08-21 11:46   ` Yuvaraj Kumar
  0 siblings, 0 replies; 3+ messages in thread
From: Yuvaraj Kumar @ 2013-08-21 11:46 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: linux-samsung-soc, linux-mmc, kgene.kim, ks.giri,
	Yuvaraj Kumar C D

On Wed, Aug 21, 2013 at 4:04 PM, Tomasz Figa <t.figa@samsung.com> wrote:
> Hi Yuvaraj,
>
> On Wednesday 21 of August 2013 12:07:38 yuvaraj.cd@gmail.com wrote:
>> From: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
>>
>> Exynos5 series SOC's 5250 and 5420 have different versions of
>> DWMMC controller.So there is a new compatible string to distinguish
>> between them.So these nodes should be moved out of Exynos5 series
>> common device tree source.
>
> This series should be split in a different way, because patch 1/2 breaks
> dwmmc on Exynos5250 and only patch 2/2 fixes this, so bisection is broken.
 will make a single patch and resend.
>
> Also patch 2/2 contains two logically separate changes - moving dwmmc nodes
> and making status disabled by default. Those should be in separate patches.
 will separate patch2/2 and resend.
>
> Best regards,
> Tomasz
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-21 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21  6:37 [PATCH V2 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file yuvaraj.cd
2013-08-21 10:34 ` Tomasz Figa
2013-08-21 11:46   ` Yuvaraj Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox