All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 14:53 ` Srinivas Kandagatla
  0 siblings, 0 replies; 12+ messages in thread
From: Srinivas Kandagatla @ 2013-11-14 14:53 UTC (permalink / raw)
  To: linux-arm-kernel

This patch fixes a typo for device_type property of phy node.
This can work as of today but once a checks are added in generic code
this typo will stop phy from working.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
---
 .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
index aed83de..fcc5bb6 100644
--- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
+++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
@@ -58,7 +58,7 @@
 	status = "okay";
 
 	ethphy: ethernet-phy {
-		device-type = "ethernet-phy";
+		device_type = "ethernet-phy";
 		reg = <8>;
 	};
 };
-- 
1.7.6.5

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

* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 14:53 ` Srinivas Kandagatla
  0 siblings, 0 replies; 12+ messages in thread
From: Srinivas Kandagatla @ 2013-11-14 14:53 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, devicetree, Russell King, Pawel Moll, Ian Campbell,
	srinivas.kandagatla, Stephen Warren, linux-kernel, Rob Herring

This patch fixes a typo for device_type property of phy node.
This can work as of today but once a checks are added in generic code
this typo will stop phy from working.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
---
 .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
index aed83de..fcc5bb6 100644
--- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
+++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
@@ -58,7 +58,7 @@
 	status = "okay";
 
 	ethphy: ethernet-phy {
-		device-type = "ethernet-phy";
+		device_type = "ethernet-phy";
 		reg = <8>;
 	};
 };
-- 
1.7.6.5

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

* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 14:53 ` Srinivas Kandagatla
  0 siblings, 0 replies; 12+ messages in thread
From: Srinivas Kandagatla @ 2013-11-14 14:53 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Russell King, devicetree, linux-kernel,
	srinivas.kandagatla

This patch fixes a typo for device_type property of phy node.
This can work as of today but once a checks are added in generic code
this typo will stop phy from working.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
---
 .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
index aed83de..fcc5bb6 100644
--- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
+++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
@@ -58,7 +58,7 @@
 	status = "okay";
 
 	ethphy: ethernet-phy {
-		device-type = "ethernet-phy";
+		device_type = "ethernet-phy";
 		reg = <8>;
 	};
 };
-- 
1.7.6.5


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

* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 15:36   ` Andrew Lunn
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Lunn @ 2013-11-14 15:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 14, 2013 at 02:53:08PM +0000, Srinivas Kandagatla wrote:
> This patch fixes a typo for device_type property of phy node.
> This can work as of today but once a checks are added in generic code
> this typo will stop phy from working.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>

Hi Srinivas

Please CC: the Marvell maintainers for patches like this.
I added them in CC:

Acked-by: Andrew Lunn <andrew@lunn.ch>


> ---
>  .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> index aed83de..fcc5bb6 100644
> --- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> +++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> @@ -58,7 +58,7 @@
>  	status = "okay";
>  
>  	ethphy: ethernet-phy {
> -		device-type = "ethernet-phy";
> +		device_type = "ethernet-phy";
>  		reg = <8>;
>  	};
>  };
> -- 
> 1.7.6.5
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 15:36   ` Andrew Lunn
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Lunn @ 2013-11-14 15:36 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Mark Rutland,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Russell King, Pawel Moll,
	Ian Campbell, Stephen Warren, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Rob Herring, Jason Cooper, Gregory Clement

On Thu, Nov 14, 2013 at 02:53:08PM +0000, Srinivas Kandagatla wrote:
> This patch fixes a typo for device_type property of phy node.
> This can work as of today but once a checks are added in generic code
> this typo will stop phy from working.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>

Hi Srinivas

Please CC: the Marvell maintainers for patches like this.
I added them in CC:

Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>


> ---
>  .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> index aed83de..fcc5bb6 100644
> --- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> +++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> @@ -58,7 +58,7 @@
>  	status = "okay";
>  
>  	ethphy: ethernet-phy {
> -		device-type = "ethernet-phy";
> +		device_type = "ethernet-phy";
>  		reg = <8>;
>  	};
>  };
> -- 
> 1.7.6.5
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 15:36   ` Andrew Lunn
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Lunn @ 2013-11-14 15:36 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: linux-arm-kernel, Mark Rutland, devicetree, Russell King,
	Pawel Moll, Ian Campbell, Stephen Warren, linux-kernel,
	Rob Herring, Jason Cooper, Gregory Clement

On Thu, Nov 14, 2013 at 02:53:08PM +0000, Srinivas Kandagatla wrote:
> This patch fixes a typo for device_type property of phy node.
> This can work as of today but once a checks are added in generic code
> this typo will stop phy from working.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>

Hi Srinivas

Please CC: the Marvell maintainers for patches like this.
I added them in CC:

Acked-by: Andrew Lunn <andrew@lunn.ch>


> ---
>  .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> index aed83de..fcc5bb6 100644
> --- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> +++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
> @@ -58,7 +58,7 @@
>  	status = "okay";
>  
>  	ethphy: ethernet-phy {
> -		device-type = "ethernet-phy";
> +		device_type = "ethernet-phy";
>  		reg = <8>;
>  	};
>  };
> -- 
> 1.7.6.5
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-15  9:22     ` srinivas kandagatla
  0 siblings, 0 replies; 12+ messages in thread
From: srinivas kandagatla @ 2013-11-15  9:22 UTC (permalink / raw)
  To: linux-arm-kernel

On 14/11/13 15:36, Andrew Lunn wrote:
> Please CC: the Marvell maintainers for patches like this.
> I added them in CC:
> 
> Acked-by: Andrew Lunn <andrew@lunn.ch>
Thanks for the ack and adding Marvell maintainers in CC.

--srini

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

* Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-15  9:22     ` srinivas kandagatla
  0 siblings, 0 replies; 12+ messages in thread
From: srinivas kandagatla @ 2013-11-15  9:22 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Mark Rutland,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Russell King, Pawel Moll,
	Ian Campbell, Stephen Warren, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Rob Herring, Jason Cooper, Gregory Clement

On 14/11/13 15:36, Andrew Lunn wrote:
> Please CC: the Marvell maintainers for patches like this.
> I added them in CC:
> 
> Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Thanks for the ack and adding Marvell maintainers in CC.

--srini
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-15  9:22     ` srinivas kandagatla
  0 siblings, 0 replies; 12+ messages in thread
From: srinivas kandagatla @ 2013-11-15  9:22 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: linux-arm-kernel, Mark Rutland, devicetree, Russell King,
	Pawel Moll, Ian Campbell, Stephen Warren, linux-kernel,
	Rob Herring, Jason Cooper, Gregory Clement

On 14/11/13 15:36, Andrew Lunn wrote:
> Please CC: the Marvell maintainers for patches like this.
> I added them in CC:
> 
> Acked-by: Andrew Lunn <andrew@lunn.ch>
Thanks for the ack and adding Marvell maintainers in CC.

--srini

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

* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
  2013-11-14 14:53 ` Srinivas Kandagatla
  (?)
@ 2013-11-24 16:44   ` Jason Cooper
  -1 siblings, 0 replies; 12+ messages in thread
From: Jason Cooper @ 2013-11-24 16:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 14, 2013 at 02:53:08PM +0000, Srinivas Kandagatla wrote:
> This patch fixes a typo for device_type property of phy node.
> This can work as of today but once a checks are added in generic code
> this typo will stop phy from working.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> ---
>  .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to mvebu/dt with Andrew's Ack.

thx,

Jason.

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

* Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-24 16:44   ` Jason Cooper
  0 siblings, 0 replies; 12+ messages in thread
From: Jason Cooper @ 2013-11-24 16:44 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: Mark Rutland, devicetree, Russell King, Pawel Moll, Ian Campbell,
	Stephen Warren, linux-kernel, Rob Herring, linux-arm-kernel

On Thu, Nov 14, 2013 at 02:53:08PM +0000, Srinivas Kandagatla wrote:
> This patch fixes a typo for device_type property of phy node.
> This can work as of today but once a checks are added in generic code
> this typo will stop phy from working.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> ---
>  .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to mvebu/dt with Andrew's Ack.

thx,

Jason.

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

* Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-24 16:44   ` Jason Cooper
  0 siblings, 0 replies; 12+ messages in thread
From: Jason Cooper @ 2013-11-24 16:44 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: linux-arm-kernel, Rob Herring, Pawel Moll, Mark Rutland,
	Stephen Warren, Ian Campbell, Russell King, devicetree,
	linux-kernel

On Thu, Nov 14, 2013 at 02:53:08PM +0000, Srinivas Kandagatla wrote:
> This patch fixes a typo for device_type property of phy node.
> This can work as of today but once a checks are added in generic code
> this typo will stop phy from working.
> 
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> ---
>  .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to mvebu/dt with Andrew's Ack.

thx,

Jason.

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

end of thread, other threads:[~2013-11-24 16:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 14:53 [PATCH] ARM: orion5x: Fix typo in device_type property of phy node Srinivas Kandagatla
2013-11-14 14:53 ` Srinivas Kandagatla
2013-11-14 14:53 ` Srinivas Kandagatla
2013-11-14 15:36 ` Andrew Lunn
2013-11-14 15:36   ` Andrew Lunn
2013-11-14 15:36   ` Andrew Lunn
2013-11-15  9:22   ` srinivas kandagatla
2013-11-15  9:22     ` srinivas kandagatla
2013-11-15  9:22     ` srinivas kandagatla
2013-11-24 16:44 ` Jason Cooper
2013-11-24 16:44   ` Jason Cooper
2013-11-24 16:44   ` Jason Cooper

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.