linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2014-12-29  1:43 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Simon Horman
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r7s72100-genmai.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts
index 1518c5b..a9da7a8 100644
--- a/arch/arm/boot/dts/r7s72100-genmai.dts
+++ b/arch/arm/boot/dts/r7s72100-genmai.dts
@@ -45,7 +45,7 @@
 };
 
 &mtu2 {
-	status = "ok";
+	status = "okay";
 };
 
 &i2c2 {
-- 
2.1.3

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

* [PATCH 2/7] ARM: shmobile: armadillo800eva dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
  2014-12-29  1:43 ` [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2014-12-29  1:43 ` [PATCH 3/7] ARM: shmobile: lager " Simon Horman
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index d4af4d8..9bd0cb4 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -172,7 +172,7 @@
 	pinctrl-names = "default";
 
 	phy-handle = <&phy0>;
-	status = "ok";
+	status = "okay";
 
 	phy0: ethernet-phy at 0 {
 		reg = <0>;
@@ -193,7 +193,7 @@
 };
 
 &cmt1 {
-	status = "ok";
+	status = "okay";
 };
 
 &i2c0 {
-- 
2.1.3

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

* [PATCH 3/7] ARM: shmobile: lager dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
  2014-12-29  1:43 ` [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Simon Horman
  2014-12-29  1:43 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2014-12-29  1:43 ` [PATCH 4/7] ARM: shmobile: henninger " Simon Horman
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790-lager.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 636d53b..56e66bb 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -355,7 +355,7 @@
 
 	phy-handle = <&phy1>;
 	renesas,ether-link-active-low;
-	status = "ok";
+	status = "okay";
 
 	phy1: ethernet-phy at 1 {
 		reg = <1>;
@@ -366,7 +366,7 @@
 };
 
 &cmt0 {
-	status = "ok";
+	status = "okay";
 };
 
 &mmcif1 {
@@ -470,17 +470,17 @@
 };
 
 &iic0	{
-	status = "ok";
+	status = "okay";
 };
 
 &iic1	{
-	status = "ok";
+	status = "okay";
 	pinctrl-0 = <&iic1_pins>;
 	pinctrl-names = "default";
 };
 
 &iic2	{
-	status = "ok";
+	status = "okay";
 	pinctrl-0 = <&iic2_pins>;
 	pinctrl-names = "default";
 
@@ -562,7 +562,7 @@
 	pinctrl-0 = <&vin1_pins>;
 	pinctrl-names = "default";
 
-	status = "ok";
+	status = "okay";
 
 	port {
 		#address-cells = <1>;
-- 
2.1.3

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

* [PATCH 4/7] ARM: shmobile: henninger dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
                   ` (2 preceding siblings ...)
  2014-12-29  1:43 ` [PATCH 3/7] ARM: shmobile: lager " Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2014-12-29  1:43 ` [PATCH 5/7] ARM: shmobile: koelsch " Simon Horman
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-henninger.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-henninger.dts
index 740e386..d2ebf11 100644
--- a/arch/arm/boot/dts/r8a7791-henninger.dts
+++ b/arch/arm/boot/dts/r8a7791-henninger.dts
@@ -156,7 +156,7 @@
 
 	phy-handle = <&phy1>;
 	renesas,ether-link-active-low;
-	status = "ok";
+	status = "okay";
 
 	phy1: ethernet-phy at 1 {
 		reg = <1>;
@@ -293,7 +293,7 @@
 
 /* composite video input */
 &vin0 {
-	status = "ok";
+	status = "okay";
 	pinctrl-0 = <&vin0_pins>;
 	pinctrl-names = "default";
 
-- 
2.1.3

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

* [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20
@ 2014-12-29  1:43 Simon Horman
  2014-12-29  1:43 ` [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Simon Horman
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT cleanups for v3.20.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-cleanups-for-v3.20

for you to fetch changes up to 338d1f0b5e877eae51c885da81d86b0efd6373e7:

  ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay" (2014-12-21 16:55:32 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC DT Cleanups for v3.20

* Replace status value "ok" with "okay"

----------------------------------------------------------------
Geert Uytterhoeven (7):
      ARM: shmobile: genmai dts: Replace status value "ok" by "okay"
      ARM: shmobile: armadillo800eva dts: Replace status value "ok" by "okay"
      ARM: shmobile: lager dts: Replace status value "ok" by "okay"
      ARM: shmobile: henninger dts: Replace status value "ok" by "okay"
      ARM: shmobile: koelsch dts: Replace status value "ok" by "okay"
      ARM: shmobile: alt dts: Replace status value "ok" by "okay"
      ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay"

 arch/arm/boot/dts/r7s72100-genmai.dts         |  2 +-
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |  4 ++--
 arch/arm/boot/dts/r8a7790-lager.dts           | 12 ++++++------
 arch/arm/boot/dts/r8a7791-henninger.dts       |  4 ++--
 arch/arm/boot/dts/r8a7791-koelsch.dts         |  6 +++---
 arch/arm/boot/dts/r8a7794-alt.dts             |  4 ++--
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts  |  2 +-
 7 files changed, 17 insertions(+), 17 deletions(-)

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

* [PATCH 5/7] ARM: shmobile: koelsch dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
                   ` (3 preceding siblings ...)
  2014-12-29  1:43 ` [PATCH 4/7] ARM: shmobile: henninger " Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2014-12-29  1:43 ` [PATCH 6/7] ARM: shmobile: alt " Simon Horman
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index 990af16..e2faa62 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -366,7 +366,7 @@
 
 	phy-handle = <&phy1>;
 	renesas,ether-link-active-low;
-	status = "ok";
+	status = "okay";
 
 	phy1: ethernet-phy at 1 {
 		reg = <1>;
@@ -377,7 +377,7 @@
 };
 
 &cmt0 {
-	status = "ok";
+	status = "okay";
 };
 
 &sata0 {
@@ -563,7 +563,7 @@
 
 /* composite video input */
 &vin1 {
-	status = "ok";
+	status = "okay";
 	pinctrl-0 = <&vin1_pins>;
 	pinctrl-names = "default";
 
-- 
2.1.3

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

* [PATCH 6/7] ARM: shmobile: alt dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
                   ` (4 preceding siblings ...)
  2014-12-29  1:43 ` [PATCH 5/7] ARM: shmobile: koelsch " Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2014-12-29  1:43 ` [PATCH 7/7] ARM: shmobile: kzm9g-reference " Simon Horman
  2015-01-12 22:24 ` [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Olof Johansson
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7794-alt.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
index f2cf757..0d848e6 100644
--- a/arch/arm/boot/dts/r8a7794-alt.dts
+++ b/arch/arm/boot/dts/r8a7794-alt.dts
@@ -40,9 +40,9 @@
 };
 
 &cmt0 {
-	status = "ok";
+	status = "okay";
 };
 
 &scif2 {
-	status = "ok";
+	status = "okay";
 };
-- 
2.1.3

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

* [PATCH 7/7] ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay"
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
                   ` (5 preceding siblings ...)
  2014-12-29  1:43 ` [PATCH 6/7] ARM: shmobile: alt " Simon Horman
@ 2014-12-29  1:43 ` Simon Horman
  2015-01-12 22:24 ` [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Olof Johansson
  7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index 939be12..863dc4c 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -179,7 +179,7 @@
 };
 
 &cmt1 {
-	status = "ok";
+	status = "okay";
 };
 
 &i2c0 {
-- 
2.1.3

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

* [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20
  2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
                   ` (6 preceding siblings ...)
  2014-12-29  1:43 ` [PATCH 7/7] ARM: shmobile: kzm9g-reference " Simon Horman
@ 2015-01-12 22:24 ` Olof Johansson
  7 siblings, 0 replies; 9+ messages in thread
From: Olof Johansson @ 2015-01-12 22:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 29, 2014 at 10:43:39AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC DT cleanups for v3.20.
> 
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-cleanups-for-v3.20
> 
> for you to fetch changes up to 338d1f0b5e877eae51c885da81d86b0efd6373e7:
> 
>   ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay" (2014-12-21 16:55:32 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC DT Cleanups for v3.20
> 
> * Replace status value "ok" with "okay"
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (7):
>       ARM: shmobile: genmai dts: Replace status value "ok" by "okay"
>       ARM: shmobile: armadillo800eva dts: Replace status value "ok" by "okay"
>       ARM: shmobile: lager dts: Replace status value "ok" by "okay"
>       ARM: shmobile: henninger dts: Replace status value "ok" by "okay"
>       ARM: shmobile: koelsch dts: Replace status value "ok" by "okay"
>       ARM: shmobile: alt dts: Replace status value "ok" by "okay"
>       ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay"
> 
>  arch/arm/boot/dts/r7s72100-genmai.dts         |  2 +-
>  arch/arm/boot/dts/r8a7740-armadillo800eva.dts |  4 ++--
>  arch/arm/boot/dts/r8a7790-lager.dts           | 12 ++++++------
>  arch/arm/boot/dts/r8a7791-henninger.dts       |  4 ++--
>  arch/arm/boot/dts/r8a7791-koelsch.dts         |  6 +++---
>  arch/arm/boot/dts/r8a7794-alt.dts             |  4 ++--
>  arch/arm/boot/dts/sh73a0-kzm9g-reference.dts  |  2 +-
>  7 files changed, 17 insertions(+), 17 deletions(-)

Thanks. This would normally go into a next/cleanup branch but I'm suspecting
that'll just be conflict prone so I merged this into next/dt this time.


-Olof

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

end of thread, other threads:[~2015-01-12 22:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29  1:43 [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Simon Horman
2014-12-29  1:43 ` [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Simon Horman
2014-12-29  1:43 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Simon Horman
2014-12-29  1:43 ` [PATCH 3/7] ARM: shmobile: lager " Simon Horman
2014-12-29  1:43 ` [PATCH 4/7] ARM: shmobile: henninger " Simon Horman
2014-12-29  1:43 ` [PATCH 5/7] ARM: shmobile: koelsch " Simon Horman
2014-12-29  1:43 ` [PATCH 6/7] ARM: shmobile: alt " Simon Horman
2014-12-29  1:43 ` [PATCH 7/7] ARM: shmobile: kzm9g-reference " Simon Horman
2015-01-12 22:24 ` [GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20 Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).