All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled"
@ 2012-06-18 20:25 ` Roland Stigge
  0 siblings, 0 replies; 4+ messages in thread
From: Roland Stigge @ 2012-06-18 20:25 UTC (permalink / raw)
  To: linux-arm-kernel

This patches fixes some status = "disable" strings to "disabled", the correct
way of disabling nodes in the devicetree.

Just the OMAP part here, the rest goes via other patches and trees.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Benoit Cousson <b-cousson@ti.com>

---
Applies to v3.5-rc3

 arch/arm/boot/dts/omap3-beagle.dts |    4 ++--
 arch/arm/boot/dts/omap4-panda.dts  |    6 +++---
 arch/arm/boot/dts/omap4-sdp.dts    |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

--- linux-2.6.orig/arch/arm/boot/dts/omap3-beagle.dts
+++ linux-2.6/arch/arm/boot/dts/omap3-beagle.dts
@@ -61,9 +61,9 @@
 };
 
 &mmc2 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc3 {
-	status = "disable";
+	status = "disabled";
 };
--- linux-2.6.orig/arch/arm/boot/dts/omap4-panda.dts
+++ linux-2.6/arch/arm/boot/dts/omap4-panda.dts
@@ -74,15 +74,15 @@
 };
 
 &mmc2 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc3 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc4 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc5 {
--- linux-2.6.orig/arch/arm/boot/dts/omap4-sdp.dts
+++ linux-2.6/arch/arm/boot/dts/omap4-sdp.dts
@@ -147,11 +147,11 @@
 };
 
 &mmc3 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc4 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc5 {

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

* [PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled"
@ 2012-06-18 20:25 ` Roland Stigge
  0 siblings, 0 replies; 4+ messages in thread
From: Roland Stigge @ 2012-06-18 20:25 UTC (permalink / raw)
  To: arm, linux-arm-kernel, linux-kernel, b-cousson, grant.likely,
	rob.herring, swarren, robherring2
  Cc: Roland Stigge

This patches fixes some status = "disable" strings to "disabled", the correct
way of disabling nodes in the devicetree.

Just the OMAP part here, the rest goes via other patches and trees.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Benoit Cousson <b-cousson@ti.com>

---
Applies to v3.5-rc3

 arch/arm/boot/dts/omap3-beagle.dts |    4 ++--
 arch/arm/boot/dts/omap4-panda.dts  |    6 +++---
 arch/arm/boot/dts/omap4-sdp.dts    |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

--- linux-2.6.orig/arch/arm/boot/dts/omap3-beagle.dts
+++ linux-2.6/arch/arm/boot/dts/omap3-beagle.dts
@@ -61,9 +61,9 @@
 };
 
 &mmc2 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc3 {
-	status = "disable";
+	status = "disabled";
 };
--- linux-2.6.orig/arch/arm/boot/dts/omap4-panda.dts
+++ linux-2.6/arch/arm/boot/dts/omap4-panda.dts
@@ -74,15 +74,15 @@
 };
 
 &mmc2 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc3 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc4 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc5 {
--- linux-2.6.orig/arch/arm/boot/dts/omap4-sdp.dts
+++ linux-2.6/arch/arm/boot/dts/omap4-sdp.dts
@@ -147,11 +147,11 @@
 };
 
 &mmc3 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc4 {
-	status = "disable";
+	status = "disabled";
 };
 
 &mmc5 {

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

* [PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled"
  2012-06-18 20:25 ` Roland Stigge
@ 2012-06-20 14:48   ` Tony Lindgren
  -1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-06-20 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

* Roland Stigge <stigge@antcom.de> [120618 13:29]:
> This patches fixes some status = "disable" strings to "disabled", the correct
> way of disabling nodes in the devicetree.
> 
> Just the OMAP part here, the rest goes via other patches and trees.

Thanks applying into fixes.

Tony
 
> Signed-off-by: Roland Stigge <stigge@antcom.de>
> Acked-by: Rob Herring <rob.herring@calxeda.com>
> Acked-by: Benoit Cousson <b-cousson@ti.com>
> 
> ---
> Applies to v3.5-rc3
> 
>  arch/arm/boot/dts/omap3-beagle.dts |    4 ++--
>  arch/arm/boot/dts/omap4-panda.dts  |    6 +++---
>  arch/arm/boot/dts/omap4-sdp.dts    |    4 ++--
>  3 files changed, 7 insertions(+), 7 deletions(-)
> 
> --- linux-2.6.orig/arch/arm/boot/dts/omap3-beagle.dts
> +++ linux-2.6/arch/arm/boot/dts/omap3-beagle.dts
> @@ -61,9 +61,9 @@
>  };
>  
>  &mmc2 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc3 {
> -	status = "disable";
> +	status = "disabled";
>  };
> --- linux-2.6.orig/arch/arm/boot/dts/omap4-panda.dts
> +++ linux-2.6/arch/arm/boot/dts/omap4-panda.dts
> @@ -74,15 +74,15 @@
>  };
>  
>  &mmc2 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc3 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc4 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc5 {
> --- linux-2.6.orig/arch/arm/boot/dts/omap4-sdp.dts
> +++ linux-2.6/arch/arm/boot/dts/omap4-sdp.dts
> @@ -147,11 +147,11 @@
>  };
>  
>  &mmc3 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc4 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc5 {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: [PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled"
@ 2012-06-20 14:48   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-06-20 14:48 UTC (permalink / raw)
  To: Roland Stigge
  Cc: arm, linux-arm-kernel, linux-kernel, b-cousson, grant.likely,
	rob.herring, swarren, robherring2

* Roland Stigge <stigge@antcom.de> [120618 13:29]:
> This patches fixes some status = "disable" strings to "disabled", the correct
> way of disabling nodes in the devicetree.
> 
> Just the OMAP part here, the rest goes via other patches and trees.

Thanks applying into fixes.

Tony
 
> Signed-off-by: Roland Stigge <stigge@antcom.de>
> Acked-by: Rob Herring <rob.herring@calxeda.com>
> Acked-by: Benoit Cousson <b-cousson@ti.com>
> 
> ---
> Applies to v3.5-rc3
> 
>  arch/arm/boot/dts/omap3-beagle.dts |    4 ++--
>  arch/arm/boot/dts/omap4-panda.dts  |    6 +++---
>  arch/arm/boot/dts/omap4-sdp.dts    |    4 ++--
>  3 files changed, 7 insertions(+), 7 deletions(-)
> 
> --- linux-2.6.orig/arch/arm/boot/dts/omap3-beagle.dts
> +++ linux-2.6/arch/arm/boot/dts/omap3-beagle.dts
> @@ -61,9 +61,9 @@
>  };
>  
>  &mmc2 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc3 {
> -	status = "disable";
> +	status = "disabled";
>  };
> --- linux-2.6.orig/arch/arm/boot/dts/omap4-panda.dts
> +++ linux-2.6/arch/arm/boot/dts/omap4-panda.dts
> @@ -74,15 +74,15 @@
>  };
>  
>  &mmc2 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc3 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc4 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc5 {
> --- linux-2.6.orig/arch/arm/boot/dts/omap4-sdp.dts
> +++ linux-2.6/arch/arm/boot/dts/omap4-sdp.dts
> @@ -147,11 +147,11 @@
>  };
>  
>  &mmc3 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc4 {
> -	status = "disable";
> +	status = "disabled";
>  };
>  
>  &mmc5 {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

end of thread, other threads:[~2012-06-20 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 20:25 [PATCH RESEND] ARM: omap: Fix dts files w/ status property: "disable" -> "disabled" Roland Stigge
2012-06-18 20:25 ` Roland Stigge
2012-06-20 14:48 ` Tony Lindgren
2012-06-20 14:48   ` Tony Lindgren

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.