All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
@ 2017-01-16 16:56 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-01-16 16:56 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

Device nodes representing I/O devices should be marked disabled in the
SoC-specific DTS, and overridden by board-specific DTSes where needed.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7779-marzen.dts | 4 ++++
 arch/arm/boot/dts/r8a7779.dtsi       | 1 +
 2 files changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts
index 676151b70185d1a5..89c5b24a3d03f049 100644
--- a/arch/arm/boot/dts/r8a7779-marzen.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen.dts
@@ -216,6 +216,10 @@
 	};
 };
 
+&sata {
+	status = "okay";
+};
+
 &scif2 {
 	pinctrl-0 = <&scif2_pins>;
 	pinctrl-names = "default";
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index f47a0edc26d4879c..ae2d9a9c65af43c0 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -347,6 +347,7 @@
 		interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp1_clks R8A7779_CLK_SATA>;
 		power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
+		status = "disabled";
 	};
 
 	sdhi0: sd@ffe4c000 {
-- 
1.9.1

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

* [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
@ 2017-01-16 16:56 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-01-16 16:56 UTC (permalink / raw)
  To: linux-arm-kernel

Device nodes representing I/O devices should be marked disabled in the
SoC-specific DTS, and overridden by board-specific DTSes where needed.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7779-marzen.dts | 4 ++++
 arch/arm/boot/dts/r8a7779.dtsi       | 1 +
 2 files changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts
index 676151b70185d1a5..89c5b24a3d03f049 100644
--- a/arch/arm/boot/dts/r8a7779-marzen.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen.dts
@@ -216,6 +216,10 @@
 	};
 };
 
+&sata {
+	status = "okay";
+};
+
 &scif2 {
 	pinctrl-0 = <&scif2_pins>;
 	pinctrl-names = "default";
diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index f47a0edc26d4879c..ae2d9a9c65af43c0 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -347,6 +347,7 @@
 		interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp1_clks R8A7779_CLK_SATA>;
 		power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
+		status = "disabled";
 	};
 
 	sdhi0: sd at ffe4c000 {
-- 
1.9.1

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

* Re: [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
  2017-01-16 16:56 ` Geert Uytterhoeven
@ 2017-01-17  9:00   ` Simon Horman
  -1 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2017-01-17  9:00 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, linux-renesas-soc, linux-arm-kernel

On Mon, Jan 16, 2017 at 05:56:53PM +0100, Geert Uytterhoeven wrote:
> Device nodes representing I/O devices should be marked disabled in the
> SoC-specific DTS, and overridden by board-specific DTSes where needed.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up for v4.11.

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

* [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
@ 2017-01-17  9:00   ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2017-01-17  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 16, 2017 at 05:56:53PM +0100, Geert Uytterhoeven wrote:
> Device nodes representing I/O devices should be marked disabled in the
> SoC-specific DTS, and overridden by board-specific DTSes where needed.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up for v4.11.

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

* Re: [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
  2017-01-16 16:56 ` Geert Uytterhoeven
@ 2017-01-18 17:06   ` Sergei Shtylyov
  -1 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2017-01-18 17:06 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman, Magnus Damm
  Cc: linux-renesas-soc, linux-arm-kernel

On 01/16/2017 07:56 PM, Geert Uytterhoeven wrote:

> Device nodes representing I/O devices should be marked disabled in the
> SoC-specific DTS, and overridden by board-specific DTSes where needed.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

    Simon, I'm seeing this commit in the 'devel' branch but not seeing the new 
tag containing it... forgot to tag/push?

MBR, Sergei

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

* [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
@ 2017-01-18 17:06   ` Sergei Shtylyov
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2017-01-18 17:06 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/16/2017 07:56 PM, Geert Uytterhoeven wrote:

> Device nodes representing I/O devices should be marked disabled in the
> SoC-specific DTS, and overridden by board-specific DTSes where needed.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

    Simon, I'm seeing this commit in the 'devel' branch but not seeing the new 
tag containing it... forgot to tag/push?

MBR, Sergei

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

* Re: [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
  2017-01-18 17:06   ` Sergei Shtylyov
@ 2017-01-23  9:28     ` Simon Horman
  -1 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2017-01-23  9:28 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc, linux-arm-kernel

On Wed, Jan 18, 2017 at 08:06:02PM +0300, Sergei Shtylyov wrote:
> On 01/16/2017 07:56 PM, Geert Uytterhoeven wrote:
> 
> >Device nodes representing I/O devices should be marked disabled in the
> >SoC-specific DTS, and overridden by board-specific DTSes where needed.
> >
> >Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
>    Simon, I'm seeing this commit in the 'devel' branch but not seeing the
> new tag containing it... forgot to tag/push?

Hi Sergei,

sorry for not responding earlier, I have been ill.

Yes you are correct, I forgot to push.
renesas-devel-20170117-v4.10-rc4 should be there now.

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

* [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status
@ 2017-01-23  9:28     ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2017-01-23  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 18, 2017 at 08:06:02PM +0300, Sergei Shtylyov wrote:
> On 01/16/2017 07:56 PM, Geert Uytterhoeven wrote:
> 
> >Device nodes representing I/O devices should be marked disabled in the
> >SoC-specific DTS, and overridden by board-specific DTSes where needed.
> >
> >Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
>    Simon, I'm seeing this commit in the 'devel' branch but not seeing the
> new tag containing it... forgot to tag/push?

Hi Sergei,

sorry for not responding earlier, I have been ill.

Yes you are correct, I forgot to push.
renesas-devel-20170117-v4.10-rc4 should be there now.

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

end of thread, other threads:[~2017-01-23  9:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 16:56 [PATCH] ARM: shmobile: r8a7779: marzen: Fix sata device status Geert Uytterhoeven
2017-01-16 16:56 ` Geert Uytterhoeven
2017-01-17  9:00 ` Simon Horman
2017-01-17  9:00   ` Simon Horman
2017-01-18 17:06 ` Sergei Shtylyov
2017-01-18 17:06   ` Sergei Shtylyov
2017-01-23  9:28   ` Simon Horman
2017-01-23  9:28     ` Simon Horman

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.