All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
@ 2013-07-19 13:58 ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/hrefv60plus.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
index 3d580d6..46fd8af 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -26,7 +26,7 @@
 
 	soc {
 		i2c@80110000 {
-			bu21013_tp@0x5c {
+			bu21013_tp@5c {
 				reset-gpio = <&gpio4 15 0x4>;
 			};
 		};
-- 
1.8.1.2


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

* [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
@ 2013-07-19 13:58 ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/hrefv60plus.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
index 3d580d6..46fd8af 100644
--- a/arch/arm/boot/dts/hrefv60plus.dts
+++ b/arch/arm/boot/dts/hrefv60plus.dts
@@ -26,7 +26,7 @@
 
 	soc {
 		i2c at 80110000 {
-			bu21013_tp at 0x5c {
+			bu21013_tp at 5c {
 				reset-gpio = <&gpio4 15 0x4>;
 			};
 		};
-- 
1.8.1.2

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

* [PATCH 02/22] ARM: ux500: Remove '0x's from nomadik stn8815 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index a3acfa7..c2ee51e 100644
--- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
@@ -742,14 +742,14 @@
 		#size-cells = <1>;
 		ranges;
 
-		vica: intc@0x10140000 {
+		vica: intc@10140000 {
 			compatible = "arm,versatile-vic";
 			interrupt-controller;
 			#interrupt-cells = <1>;
 			reg = <0x10140000 0x20>;
 		};
 
-		vicb: intc@0x10140020 {
+		vicb: intc@10140020 {
 			compatible = "arm,versatile-vic";
 			interrupt-controller;
 			#interrupt-cells = <1>;
-- 
1.8.1.2


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

* [PATCH 02/22] ARM: ux500: Remove '0x's from nomadik stn8815 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index a3acfa7..c2ee51e 100644
--- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
@@ -742,14 +742,14 @@
 		#size-cells = <1>;
 		ranges;
 
-		vica: intc at 0x10140000 {
+		vica: intc at 10140000 {
 			compatible = "arm,versatile-vic";
 			interrupt-controller;
 			#interrupt-cells = <1>;
 			reg = <0x10140000 0x20>;
 		};
 
-		vicb: intc at 0x10140020 {
+		vicb: intc at 10140020 {
 			compatible = "arm,versatile-vic";
 			interrupt-controller;
 			#interrupt-cells = <1>;
-- 
1.8.1.2

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

* [PATCH 03/22] ARM: ux500: Remove '0x's from U300 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/ste-u300.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/ste-u300.dts b/arch/arm/boot/dts/ste-u300.dts
index 8a1032c..a9da480 100644
--- a/arch/arm/boot/dts/ste-u300.dts
+++ b/arch/arm/boot/dts/ste-u300.dts
@@ -307,7 +307,7 @@
 		clocks = <&i2c0_clk>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-		ab3100: ab3100@0x48 {
+		ab3100: ab3100@48 {
 			compatible = "stericsson,ab3100";
 			reg = <0x48>;
 			interrupt-parent = <&vica>;
@@ -385,10 +385,10 @@
 		clocks = <&i2c1_clk>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-		fwcam0: fwcam@0x10 {
+		fwcam0: fwcam@10 {
 			reg = <0x10>;
 		};
-		fwcam1: fwcam@0x5d {
+		fwcam1: fwcam@5d {
 			reg = <0x5d>;
 		};
 	};
-- 
1.8.1.2


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

* [PATCH 03/22] ARM: ux500: Remove '0x's from U300 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/ste-u300.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/ste-u300.dts b/arch/arm/boot/dts/ste-u300.dts
index 8a1032c..a9da480 100644
--- a/arch/arm/boot/dts/ste-u300.dts
+++ b/arch/arm/boot/dts/ste-u300.dts
@@ -307,7 +307,7 @@
 		clocks = <&i2c0_clk>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-		ab3100: ab3100 at 0x48 {
+		ab3100: ab3100 at 48 {
 			compatible = "stericsson,ab3100";
 			reg = <0x48>;
 			interrupt-parent = <&vica>;
@@ -385,10 +385,10 @@
 		clocks = <&i2c1_clk>;
 		#address-cells = <1>;
 		#size-cells = <0>;
-		fwcam0: fwcam at 0x10 {
+		fwcam0: fwcam at 10 {
 			reg = <0x10>;
 		};
-		fwcam1: fwcam at 0x5d {
+		fwcam1: fwcam at 5d {
 			reg = <0x5d>;
 		};
 	};
-- 
1.8.1.2

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

* [PATCH 04/22] ARM: ux500: Remove '0x's from Animeo IP DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Jean-Christophe PLAGNIOL-VILLARD, Nicolas Ferre

Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/animeo_ip.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts
index 3a1de9e..4cb0342 100644
--- a/arch/arm/boot/dts/animeo_ip.dts
+++ b/arch/arm/boot/dts/animeo_ip.dts
@@ -105,7 +105,7 @@
 				reg = <0x48000 0x8000>;
 			};
 
-			user_block@0x50000 {
+			user_block@50000 {
 				label = "user_block";
 				reg = <0x50000 0xb0000>;
 			};
-- 
1.8.1.2


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

* [PATCH 04/22] ARM: ux500: Remove '0x's from Animeo IP DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/animeo_ip.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts
index 3a1de9e..4cb0342 100644
--- a/arch/arm/boot/dts/animeo_ip.dts
+++ b/arch/arm/boot/dts/animeo_ip.dts
@@ -105,7 +105,7 @@
 				reg = <0x48000 0x8000>;
 			};
 
-			user_block at 0x50000 {
+			user_block at 50000 {
 				label = "user_block";
 				reg = <0x50000 0xb0000>;
 			};
-- 
1.8.1.2

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

* [PATCH 05/22] ARM: ux500: Remove '0x's from BCM11351 BRT DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Christian Daudt

Cc: Christian Daudt <csd@broadcom.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/bcm11351-brt.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/bcm11351-brt.dts b/arch/arm/boot/dts/bcm11351-brt.dts
index 67ec524..fdace5d 100644
--- a/arch/arm/boot/dts/bcm11351-brt.dts
+++ b/arch/arm/boot/dts/bcm11351-brt.dts
@@ -27,18 +27,18 @@
 		status = "okay";
 	};
 
-	sdio0: sdio@0x3f180000 {
+	sdio0: sdio@3f180000 {
 		max-frequency = <48000000>;
 		status = "okay";
 	};
 
-	sdio1: sdio@0x3f190000 {
+	sdio1: sdio@3f190000 {
 		non-removable;
 		max-frequency = <48000000>;
 		status = "okay";
 	};
 
-	sdio3: sdio@0x3f1b0000 {
+	sdio3: sdio@3f1b0000 {
 		max-frequency = <48000000>;
 		status = "okay";
 	};
-- 
1.8.1.2


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

* [PATCH 05/22] ARM: ux500: Remove '0x's from BCM11351 BRT DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Christian Daudt <csd@broadcom.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/bcm11351-brt.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/bcm11351-brt.dts b/arch/arm/boot/dts/bcm11351-brt.dts
index 67ec524..fdace5d 100644
--- a/arch/arm/boot/dts/bcm11351-brt.dts
+++ b/arch/arm/boot/dts/bcm11351-brt.dts
@@ -27,18 +27,18 @@
 		status = "okay";
 	};
 
-	sdio0: sdio at 0x3f180000 {
+	sdio0: sdio at 3f180000 {
 		max-frequency = <48000000>;
 		status = "okay";
 	};
 
-	sdio1: sdio at 0x3f190000 {
+	sdio1: sdio at 3f190000 {
 		non-removable;
 		max-frequency = <48000000>;
 		status = "okay";
 	};
 
-	sdio3: sdio at 0x3f1b0000 {
+	sdio3: sdio at 3f1b0000 {
 		max-frequency = <48000000>;
 		status = "okay";
 	};
-- 
1.8.1.2

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

* [PATCH 06/22] ARM: ux500: Remove '0x's from BCM11351 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Christian Daudt

Cc: Christian Daudt <csd@broadcom.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/bcm11351.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index c0cdf66..db5873a 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -34,7 +34,7 @@
 		      <0x3ff00100 0x100>;
 	};
 
-	smc@0x3404c000 {
+	smc@3404c000 {
 		compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
 		reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */
 	};
@@ -63,28 +63,28 @@
 		clock-frequency = <32768>;
 	};
 
-	sdio0: sdio@0x3f180000 {
+	sdio0: sdio@3f180000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f180000 0x10000>;
 		interrupts = <0x0 77 0x4>;
 		status = "disabled";
 	};
 
-	sdio1: sdio@0x3f190000 {
+	sdio1: sdio@3f190000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f190000 0x10000>;
 		interrupts = <0x0 76 0x4>;
 		status = "disabled";
 	};
 
-	sdio2: sdio@0x3f1a0000 {
+	sdio2: sdio@3f1a0000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f1a0000 0x10000>;
 		interrupts = <0x0 74 0x4>;
 		status = "disabled";
 	};
 
-	sdio3: sdio@0x3f1b0000 {
+	sdio3: sdio@3f1b0000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f1b0000 0x10000>;
 		interrupts = <0x0 73 0x4>;
-- 
1.8.1.2


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

* [PATCH 06/22] ARM: ux500: Remove '0x's from BCM11351 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Christian Daudt <csd@broadcom.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/bcm11351.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index c0cdf66..db5873a 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -34,7 +34,7 @@
 		      <0x3ff00100 0x100>;
 	};
 
-	smc at 0x3404c000 {
+	smc at 3404c000 {
 		compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
 		reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */
 	};
@@ -63,28 +63,28 @@
 		clock-frequency = <32768>;
 	};
 
-	sdio0: sdio at 0x3f180000 {
+	sdio0: sdio at 3f180000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f180000 0x10000>;
 		interrupts = <0x0 77 0x4>;
 		status = "disabled";
 	};
 
-	sdio1: sdio at 0x3f190000 {
+	sdio1: sdio at 3f190000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f190000 0x10000>;
 		interrupts = <0x0 76 0x4>;
 		status = "disabled";
 	};
 
-	sdio2: sdio at 0x3f1a0000 {
+	sdio2: sdio at 3f1a0000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f1a0000 0x10000>;
 		interrupts = <0x0 74 0x4>;
 		status = "disabled";
 	};
 
-	sdio3: sdio at 0x3f1b0000 {
+	sdio3: sdio at 3f1b0000 {
 		compatible = "bcm,kona-sdhci";
 		reg = <0x3f1b0000 0x10000>;
 		interrupts = <0x0 73 0x4>;
-- 
1.8.1.2

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

* [PATCH 07/22] ARM: ux500: Remove '0x's from Exynos4110 DTSI file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Kukjin Kim,
	linux-samsung-soc

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos4210.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index b7f358a..53e2527 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -72,7 +72,7 @@
 		};
 	};
 
-	clock: clock-controller@0x10030000 {
+	clock: clock-controller@10030000 {
 		compatible = "samsung,exynos4210-clock";
 		reg = <0x10030000 0x20000>;
 		#clock-cells = <1>;
-- 
1.8.1.2


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

* [PATCH 07/22] ARM: ux500: Remove '0x's from Exynos4110 DTSI file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos4210.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index b7f358a..53e2527 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -72,7 +72,7 @@
 		};
 	};
 
-	clock: clock-controller at 0x10030000 {
+	clock: clock-controller at 10030000 {
 		compatible = "samsung,exynos4210-clock";
 		reg = <0x10030000 0x20000>;
 		#clock-cells = <1>;
-- 
1.8.1.2

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

* [PATCH 08/22] ARM: ux500: Remove '0x's from Exynos4x12 DTSI file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Kukjin Kim,
	linux-samsung-soc

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos4x12.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
index 01da194..3aa2f06 100644
--- a/arch/arm/boot/dts/exynos4x12.dtsi
+++ b/arch/arm/boot/dts/exynos4x12.dtsi
@@ -28,7 +28,7 @@
 		pinctrl3 = &pinctrl_3;
 	};
 
-	clock: clock-controller@0x10030000 {
+	clock: clock-controller@10030000 {
 		compatible = "samsung,exynos4412-clock";
 		reg = <0x10030000 0x20000>;
 		#clock-cells = <1>;
-- 
1.8.1.2


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

* [PATCH 08/22] ARM: ux500: Remove '0x's from Exynos4x12 DTSI file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos4x12.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
index 01da194..3aa2f06 100644
--- a/arch/arm/boot/dts/exynos4x12.dtsi
+++ b/arch/arm/boot/dts/exynos4x12.dtsi
@@ -28,7 +28,7 @@
 		pinctrl3 = &pinctrl_3;
 	};
 
-	clock: clock-controller at 0x10030000 {
+	clock: clock-controller at 10030000 {
 		compatible = "samsung,exynos4412-clock";
 		reg = <0x10030000 0x20000>;
 		#clock-cells = <1>;
-- 
1.8.1.2

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

* [PATCH 09/22] ARM: ux500: Remove '0x's from Exynos5250 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Kukjin Kim,
	linux-samsung-soc

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos5250.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ef57277..24c0888 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -68,17 +68,17 @@
 		};
 	};
 
-	pd_gsc: gsc-power-domain@0x10044000 {
+	pd_gsc: gsc-power-domain@10044000 {
 		compatible = "samsung,exynos4210-pd";
 		reg = <0x10044000 0x20>;
 	};
 
-	pd_mfc: mfc-power-domain@0x10044040 {
+	pd_mfc: mfc-power-domain@10044040 {
 		compatible = "samsung,exynos4210-pd";
 		reg = <0x10044040 0x20>;
 	};
 
-	clock: clock-controller@0x10010000 {
+	clock: clock-controller@10010000 {
 		compatible = "samsung,exynos5250-clock";
 		reg = <0x10010000 0x30000>;
 		#clock-cells = <1>;
@@ -562,7 +562,7 @@
 		};
 	};
 
-	gsc_0:  gsc@0x13e00000 {
+	gsc_0:  gsc@13e00000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e00000 0x1000>;
 		interrupts = <0 85 0>;
@@ -571,7 +571,7 @@
 		clock-names = "gscl";
 	};
 
-	gsc_1:  gsc@0x13e10000 {
+	gsc_1:  gsc@13e10000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e10000 0x1000>;
 		interrupts = <0 86 0>;
@@ -580,7 +580,7 @@
 		clock-names = "gscl";
 	};
 
-	gsc_2:  gsc@0x13e20000 {
+	gsc_2:  gsc@13e20000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e20000 0x1000>;
 		interrupts = <0 87 0>;
@@ -589,7 +589,7 @@
 		clock-names = "gscl";
 	};
 
-	gsc_3:  gsc@0x13e30000 {
+	gsc_3:  gsc@13e30000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e30000 0x1000>;
 		interrupts = <0 88 0>;
-- 
1.8.1.2


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

* [PATCH 09/22] ARM: ux500: Remove '0x's from Exynos5250 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos5250.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ef57277..24c0888 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -68,17 +68,17 @@
 		};
 	};
 
-	pd_gsc: gsc-power-domain at 0x10044000 {
+	pd_gsc: gsc-power-domain at 10044000 {
 		compatible = "samsung,exynos4210-pd";
 		reg = <0x10044000 0x20>;
 	};
 
-	pd_mfc: mfc-power-domain at 0x10044040 {
+	pd_mfc: mfc-power-domain at 10044040 {
 		compatible = "samsung,exynos4210-pd";
 		reg = <0x10044040 0x20>;
 	};
 
-	clock: clock-controller at 0x10010000 {
+	clock: clock-controller at 10010000 {
 		compatible = "samsung,exynos5250-clock";
 		reg = <0x10010000 0x30000>;
 		#clock-cells = <1>;
@@ -562,7 +562,7 @@
 		};
 	};
 
-	gsc_0:  gsc at 0x13e00000 {
+	gsc_0:  gsc at 13e00000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e00000 0x1000>;
 		interrupts = <0 85 0>;
@@ -571,7 +571,7 @@
 		clock-names = "gscl";
 	};
 
-	gsc_1:  gsc at 0x13e10000 {
+	gsc_1:  gsc at 13e10000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e10000 0x1000>;
 		interrupts = <0 86 0>;
@@ -580,7 +580,7 @@
 		clock-names = "gscl";
 	};
 
-	gsc_2:  gsc at 0x13e20000 {
+	gsc_2:  gsc at 13e20000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e20000 0x1000>;
 		interrupts = <0 87 0>;
@@ -589,7 +589,7 @@
 		clock-names = "gscl";
 	};
 
-	gsc_3:  gsc at 0x13e30000 {
+	gsc_3:  gsc at 13e30000 {
 		compatible = "samsung,exynos5-gsc";
 		reg = <0x13e30000 0x1000>;
 		interrupts = <0 88 0>;
-- 
1.8.1.2

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

* [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Kukjin Kim,
	linux-samsung-soc

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos5420.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 8c54c4b..9e90d1e 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -59,7 +59,7 @@
 		};
 	};
 
-	clock: clock-controller@0x10010000 {
+	clock: clock-controller@10010000 {
 		compatible = "samsung,exynos5420-clock";
 		reg = <0x10010000 0x30000>;
 		#clock-cells = <1>;
-- 
1.8.1.2


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

* [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos5420.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 8c54c4b..9e90d1e 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -59,7 +59,7 @@
 		};
 	};
 
-	clock: clock-controller at 0x10010000 {
+	clock: clock-controller at 10010000 {
 		compatible = "samsung,exynos5420-clock";
 		reg = <0x10010000 0x30000>;
 		#clock-cells = <1>;
-- 
1.8.1.2

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

* [PATCH 11/22] ARM: ux500: Remove '0x's from Exynos5440 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Kukjin Kim,
	linux-samsung-soc

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos5440.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index ff7f5d8..0cedba4 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -20,7 +20,7 @@
 		spi0 = &spi_0;
 	};
 
-	clock: clock-controller@0x160000 {
+	clock: clock-controller@160000 {
 		compatible = "samsung,exynos5440-clock";
 		reg = <0x160000 0x1000>;
 		#clock-cells = <1>;
-- 
1.8.1.2


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

* [PATCH 11/22] ARM: ux500: Remove '0x's from Exynos5440 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/exynos5440.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index ff7f5d8..0cedba4 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -20,7 +20,7 @@
 		spi0 = &spi_0;
 	};
 
-	clock: clock-controller at 0x160000 {
+	clock: clock-controller at 160000 {
 		compatible = "samsung,exynos5440-clock";
 		reg = <0x160000 0x1000>;
 		#clock-cells = <1>;
-- 
1.8.1.2

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

* [PATCH 12/22] ARM: ux500: Remove '0x's from OMAP2420 H4 DTS file
  2013-07-19 13:58 ` Lee Jones
  (?)
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
index 224c08f..34cdecb 100644
--- a/arch/arm/boot/dts/omap2420-h4.dts
+++ b/arch/arm/boot/dts/omap2420-h4.dts
@@ -50,15 +50,15 @@
 			label = "bootloader";
 			reg = <0 0x20000>;
 		};
-		partition@0x20000 {
+		partition@20000 {
 			label = "params";
 			reg = <0x20000 0x20000>;
 		};
-		partition@0x40000 {
+		partition@40000 {
 			label = "kernel";
 			reg = <0x40000 0x200000>;
 		};
-		partition@0x240000 {
+		partition@240000 {
 			label = "file-system";
 			reg = <0x240000 0x3dc0000>;
 		};
-- 
1.8.1.2


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

* [PATCH 12/22] ARM: ux500: Remove '0x's from OMAP2420 H4 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
index 224c08f..34cdecb 100644
--- a/arch/arm/boot/dts/omap2420-h4.dts
+++ b/arch/arm/boot/dts/omap2420-h4.dts
@@ -50,15 +50,15 @@
 			label = "bootloader";
 			reg = <0 0x20000>;
 		};
-		partition@0x20000 {
+		partition@20000 {
 			label = "params";
 			reg = <0x20000 0x20000>;
 		};
-		partition@0x40000 {
+		partition@40000 {
 			label = "kernel";
 			reg = <0x40000 0x200000>;
 		};
-		partition@0x240000 {
+		partition@240000 {
 			label = "file-system";
 			reg = <0x240000 0x3dc0000>;
 		};
-- 
1.8.1.2

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

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

* [PATCH 12/22] ARM: ux500: Remove '0x's from OMAP2420 H4 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
index 224c08f..34cdecb 100644
--- a/arch/arm/boot/dts/omap2420-h4.dts
+++ b/arch/arm/boot/dts/omap2420-h4.dts
@@ -50,15 +50,15 @@
 			label = "bootloader";
 			reg = <0 0x20000>;
 		};
-		partition at 0x20000 {
+		partition at 20000 {
 			label = "params";
 			reg = <0x20000 0x20000>;
 		};
-		partition at 0x40000 {
+		partition at 40000 {
 			label = "kernel";
 			reg = <0x40000 0x200000>;
 		};
-		partition at 0x240000 {
+		partition at 240000 {
 			label = "file-system";
 			reg = <0x240000 0x3dc0000>;
 		};
-- 
1.8.1.2

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

* [PATCH 13/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0020 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0020.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
index e8c4828..f7a8122 100644
--- a/arch/arm/boot/dts/omap3-igep0020.dts
+++ b/arch/arm/boot/dts/omap3-igep0020.dts
@@ -99,19 +99,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2


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

* [PATCH 13/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0020 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0020.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
index e8c4828..f7a8122 100644
--- a/arch/arm/boot/dts/omap3-igep0020.dts
+++ b/arch/arm/boot/dts/omap3-igep0020.dts
@@ -99,19 +99,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition at 0x80000 {
+		partition at 80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition at 0x1c0000 {
+		partition at 1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition at 0x280000 {
+		partition at 280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition at 0x780000 {
+		partition at 780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2

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

* [PATCH 14/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0030 DTS file
  2013-07-19 13:58 ` Lee Jones
  (?)
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0030.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
index 644d0538..f628200 100644
--- a/arch/arm/boot/dts/omap3-igep0030.dts
+++ b/arch/arm/boot/dts/omap3-igep0030.dts
@@ -74,19 +74,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2


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

* [PATCH 14/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0030 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0030.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
index 644d0538..f628200 100644
--- a/arch/arm/boot/dts/omap3-igep0030.dts
+++ b/arch/arm/boot/dts/omap3-igep0030.dts
@@ -74,19 +74,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2

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

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

* [PATCH 14/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0030 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0030.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
index 644d0538..f628200 100644
--- a/arch/arm/boot/dts/omap3-igep0030.dts
+++ b/arch/arm/boot/dts/omap3-igep0030.dts
@@ -74,19 +74,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition at 0x80000 {
+		partition at 80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition at 0x1c0000 {
+		partition at 1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition at 0x280000 {
+		partition at 280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition at 0x780000 {
+		partition at 780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2

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

* [PATCH 15/22] ARM: ux500: Remove '0x's from OMAP3 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 7d95cda..16420ae 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -111,7 +111,7 @@
 			pinctrl-single,function-mask = <0x7f1f>;
 		};
 
-		omap3_pmx_wkup: pinmux@0x48002a00 {
+		omap3_pmx_wkup: pinmux@48002a00 {
 			compatible = "ti,omap3-padconf", "pinctrl-single";
 			reg = <0x48002a00 0x5c>;
 			#address-cells = <1>;
-- 
1.8.1.2


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

* [PATCH 15/22] ARM: ux500: Remove '0x's from OMAP3 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 7d95cda..16420ae 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -111,7 +111,7 @@
 			pinctrl-single,function-mask = <0x7f1f>;
 		};
 
-		omap3_pmx_wkup: pinmux at 0x48002a00 {
+		omap3_pmx_wkup: pinmux at 48002a00 {
 			compatible = "ti,omap3-padconf", "pinctrl-single";
 			reg = <0x48002a00 0x5c>;
 			#address-cells = <1>;
-- 
1.8.1.2

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

* [PATCH 16/22] ARM: ux500: Remove '0x's from OMAP3430 SDP DTS file
  2013-07-19 13:58 ` Lee Jones
  (?)
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3430-sdp.dts | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
index e2249bc..281914e 100644
--- a/arch/arm/boot/dts/omap3430-sdp.dts
+++ b/arch/arm/boot/dts/omap3430-sdp.dts
@@ -84,15 +84,15 @@
 			label = "bootloader-nor";
 			reg = <0 0x40000>;
 		};
-		partition@0x40000 {
+		partition@40000 {
 			label = "params-nor";
 			reg = <0x40000 0x40000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "kernel-nor";
 			reg = <0x80000 0x200000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "filesystem-nor";
 			reg = <0x240000 0x7d80000>;
 		};
@@ -125,19 +125,19 @@
 			label = "xloader-nand";
 			reg = <0 0x80000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "bootloader-nand";
 			reg = <0x80000 0x140000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "params-nand";
 			reg = <0x1c0000 0xc0000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "kernel-nand";
 			reg = <0x280000 0x500000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "filesystem-nand";
 			reg = <0x780000 0x7880000>;
 		};
@@ -170,19 +170,19 @@
 			label = "xloader-onenand";
 			reg = <0 0x80000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "bootloader-onenand";
 			reg = <0x80000 0x40000>;
 		};
-		partition@0xc0000 {
+		partition@c0000 {
 			label = "params-onenand";
 			reg = <0xc0000 0x20000>;
 		};
-		partition@0xe0000 {
+		partition@e0000 {
 			label = "kernel-onenand";
 			reg = <0xe0000 0x200000>;
 		};
-		partition@0x2e0000 {
+		partition@2e0000 {
 			label = "filesystem-onenand";
 			reg = <0x2e0000 0xfd20000>;
 		};
-- 
1.8.1.2


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

* [PATCH 16/22] ARM: ux500: Remove '0x's from OMAP3430 SDP DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3430-sdp.dts | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
index e2249bc..281914e 100644
--- a/arch/arm/boot/dts/omap3430-sdp.dts
+++ b/arch/arm/boot/dts/omap3430-sdp.dts
@@ -84,15 +84,15 @@
 			label = "bootloader-nor";
 			reg = <0 0x40000>;
 		};
-		partition@0x40000 {
+		partition@40000 {
 			label = "params-nor";
 			reg = <0x40000 0x40000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "kernel-nor";
 			reg = <0x80000 0x200000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "filesystem-nor";
 			reg = <0x240000 0x7d80000>;
 		};
@@ -125,19 +125,19 @@
 			label = "xloader-nand";
 			reg = <0 0x80000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "bootloader-nand";
 			reg = <0x80000 0x140000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "params-nand";
 			reg = <0x1c0000 0xc0000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "kernel-nand";
 			reg = <0x280000 0x500000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "filesystem-nand";
 			reg = <0x780000 0x7880000>;
 		};
@@ -170,19 +170,19 @@
 			label = "xloader-onenand";
 			reg = <0 0x80000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "bootloader-onenand";
 			reg = <0x80000 0x40000>;
 		};
-		partition@0xc0000 {
+		partition@c0000 {
 			label = "params-onenand";
 			reg = <0xc0000 0x20000>;
 		};
-		partition@0xe0000 {
+		partition@e0000 {
 			label = "kernel-onenand";
 			reg = <0xe0000 0x200000>;
 		};
-		partition@0x2e0000 {
+		partition@2e0000 {
 			label = "filesystem-onenand";
 			reg = <0x2e0000 0xfd20000>;
 		};
-- 
1.8.1.2

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

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

* [PATCH 16/22] ARM: ux500: Remove '0x's from OMAP3430 SDP DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3430-sdp.dts | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
index e2249bc..281914e 100644
--- a/arch/arm/boot/dts/omap3430-sdp.dts
+++ b/arch/arm/boot/dts/omap3430-sdp.dts
@@ -84,15 +84,15 @@
 			label = "bootloader-nor";
 			reg = <0 0x40000>;
 		};
-		partition at 0x40000 {
+		partition at 40000 {
 			label = "params-nor";
 			reg = <0x40000 0x40000>;
 		};
-		partition at 0x80000 {
+		partition at 80000 {
 			label = "kernel-nor";
 			reg = <0x80000 0x200000>;
 		};
-		partition at 0x280000 {
+		partition at 280000 {
 			label = "filesystem-nor";
 			reg = <0x240000 0x7d80000>;
 		};
@@ -125,19 +125,19 @@
 			label = "xloader-nand";
 			reg = <0 0x80000>;
 		};
-		partition at 0x80000 {
+		partition at 80000 {
 			label = "bootloader-nand";
 			reg = <0x80000 0x140000>;
 		};
-		partition at 0x1c0000 {
+		partition at 1c0000 {
 			label = "params-nand";
 			reg = <0x1c0000 0xc0000>;
 		};
-		partition at 0x280000 {
+		partition at 280000 {
 			label = "kernel-nand";
 			reg = <0x280000 0x500000>;
 		};
-		partition at 0x780000 {
+		partition at 780000 {
 			label = "filesystem-nand";
 			reg = <0x780000 0x7880000>;
 		};
@@ -170,19 +170,19 @@
 			label = "xloader-onenand";
 			reg = <0 0x80000>;
 		};
-		partition at 0x80000 {
+		partition at 80000 {
 			label = "bootloader-onenand";
 			reg = <0x80000 0x40000>;
 		};
-		partition at 0xc0000 {
+		partition at c0000 {
 			label = "params-onenand";
 			reg = <0xc0000 0x20000>;
 		};
-		partition at 0xe0000 {
+		partition at e0000 {
 			label = "kernel-onenand";
 			reg = <0xe0000 0x200000>;
 		};
-		partition at 0x2e0000 {
+		partition at 2e0000 {
 			label = "filesystem-onenand";
 			reg = <0x2e0000 0xfd20000>;
 		};
-- 
1.8.1.2

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

* [PATCH 17/22] ARM: ux500: Remove '0x's from OMAP4 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 22d9f2b..45708e1 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -56,7 +56,7 @@
 		cache-level = <2>;
 	};
 
-	local-timer@0x48240600 {
+	local-timer@48240600 {
 		compatible = "arm,cortex-a9-twd-timer";
 		reg = <0x48240600 0x20>;
 		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
-- 
1.8.1.2


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

* [PATCH 17/22] ARM: ux500: Remove '0x's from OMAP4 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 22d9f2b..45708e1 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -56,7 +56,7 @@
 		cache-level = <2>;
 	};
 
-	local-timer at 0x48240600 {
+	local-timer at 48240600 {
 		compatible = "arm,cortex-a9-twd-timer";
 		reg = <0x48240600 0x20>;
 		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
-- 
1.8.1.2

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

* [PATCH 18/22] ARM: ux500: Remove '0x's from OMAP5 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones,
	Benoît Cousson, Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap5.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index e643620..be58604 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -604,7 +604,7 @@
 			ti,hwmods = "wd_timer2";
 		};
 
-		emif1: emif@0x4c000000 {
+		emif1: emif@4c000000 {
 			compatible	= "ti,emif-4d5";
 			ti,hwmods	= "emif1";
 			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
@@ -615,7 +615,7 @@
 			hw-caps-temp-alert;
 		};
 
-		emif2: emif@0x4d000000 {
+		emif2: emif@4d000000 {
 			compatible	= "ti,emif-4d5";
 			ti,hwmods	= "emif2";
 			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
-- 
1.8.1.2


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

* [PATCH 18/22] ARM: ux500: Remove '0x's from OMAP5 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Beno?t Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap at vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap5.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index e643620..be58604 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -604,7 +604,7 @@
 			ti,hwmods = "wd_timer2";
 		};
 
-		emif1: emif at 0x4c000000 {
+		emif1: emif at 4c000000 {
 			compatible	= "ti,emif-4d5";
 			ti,hwmods	= "emif1";
 			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
@@ -615,7 +615,7 @@
 			hw-caps-temp-alert;
 		};
 
-		emif2: emif at 0x4d000000 {
+		emif2: emif at 4d000000 {
 			compatible	= "ti,emif-4d5";
 			ti,hwmods	= "emif2";
 			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
-- 
1.8.1.2

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

* [PATCH 19/22] ARM: ux500: Remove '0x's from R8A7779 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Simon Horman

Cc: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/r8a7779.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index 7f146c6..86bd487 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -65,7 +65,7 @@
 		sense-bitfield-width = <2>;
 	};
 
-	i2c0: i2c@0xffc70000 {
+	i2c0: i2c@ffc70000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
@@ -74,7 +74,7 @@
 		interrupts = <0 79 0x4>;
 	};
 
-	i2c1: i2c@0xffc71000 {
+	i2c1: i2c@ffc71000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
@@ -83,7 +83,7 @@
 		interrupts = <0 82 0x4>;
 	};
 
-	i2c2: i2c@0xffc72000 {
+	i2c2: i2c@ffc72000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
@@ -92,7 +92,7 @@
 		interrupts = <0 80 0x4>;
 	};
 
-	i2c3: i2c@0xffc73000 {
+	i2c3: i2c@ffc73000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
-- 
1.8.1.2


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

* [PATCH 19/22] ARM: ux500: Remove '0x's from R8A7779 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/r8a7779.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi
index 7f146c6..86bd487 100644
--- a/arch/arm/boot/dts/r8a7779.dtsi
+++ b/arch/arm/boot/dts/r8a7779.dtsi
@@ -65,7 +65,7 @@
 		sense-bitfield-width = <2>;
 	};
 
-	i2c0: i2c at 0xffc70000 {
+	i2c0: i2c at ffc70000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
@@ -74,7 +74,7 @@
 		interrupts = <0 79 0x4>;
 	};
 
-	i2c1: i2c at 0xffc71000 {
+	i2c1: i2c at ffc71000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
@@ -83,7 +83,7 @@
 		interrupts = <0 82 0x4>;
 	};
 
-	i2c2: i2c at 0xffc72000 {
+	i2c2: i2c at ffc72000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
@@ -92,7 +92,7 @@
 		interrupts = <0 80 0x4>;
 	};
 
-	i2c3: i2c at 0xffc73000 {
+	i2c3: i2c at ffc73000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "renesas,rmobile-iic";
-- 
1.8.1.2

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

* [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Viresh Kumar

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/spear300.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi
index f79b3df..8970a4a 100644
--- a/arch/arm/boot/dts/spear300.dtsi
+++ b/arch/arm/boot/dts/spear300.dtsi
@@ -52,7 +52,7 @@
 			status = "disabled";
 		};
 
-		shirq: interrupt-controller@0x50000000 {
+		shirq: interrupt-controller@50000000 {
 			compatible = "st,spear300-shirq";
 			reg = <0x50000000 0x1000>;
 			interrupts = <28>;
-- 
1.8.1.2


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

* [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/spear300.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi
index f79b3df..8970a4a 100644
--- a/arch/arm/boot/dts/spear300.dtsi
+++ b/arch/arm/boot/dts/spear300.dtsi
@@ -52,7 +52,7 @@
 			status = "disabled";
 		};
 
-		shirq: interrupt-controller at 0x50000000 {
+		shirq: interrupt-controller at 50000000 {
 			compatible = "st,spear300-shirq";
 			reg = <0x50000000 0x1000>;
 			interrupts = <28>;
-- 
1.8.1.2

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

* [PATCH 21/22] ARM: ux500: Remove '0x's from Spear 310 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Viresh Kumar

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/spear310.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear310.dtsi b/arch/arm/boot/dts/spear310.dtsi
index 9537208..dc263e4 100644
--- a/arch/arm/boot/dts/spear310.dtsi
+++ b/arch/arm/boot/dts/spear310.dtsi
@@ -40,7 +40,7 @@
 			status = "disabled";
 		};
 
-		shirq: interrupt-controller@0xb4000000 {
+		shirq: interrupt-controller@b4000000 {
 			compatible = "st,spear310-shirq";
 			reg = <0xb4000000 0x1000>;
 			interrupts = <28 29 30 1>;
-- 
1.8.1.2


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

* [PATCH 21/22] ARM: ux500: Remove '0x's from Spear 310 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/spear310.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear310.dtsi b/arch/arm/boot/dts/spear310.dtsi
index 9537208..dc263e4 100644
--- a/arch/arm/boot/dts/spear310.dtsi
+++ b/arch/arm/boot/dts/spear310.dtsi
@@ -40,7 +40,7 @@
 			status = "disabled";
 		};
 
-		shirq: interrupt-controller at 0xb4000000 {
+		shirq: interrupt-controller at b4000000 {
 			compatible = "st,spear310-shirq";
 			reg = <0xb4000000 0x1000>;
 			interrupts = <28 29 30 1>;
-- 
1.8.1.2

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

* [PATCH 22/22] ARM: ux500: Remove '0x's from Spear 320 DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-19 13:58   ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, srinidhi.kasagar, Lee Jones, Viresh Kumar

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/spear320.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear320.dtsi b/arch/arm/boot/dts/spear320.dtsi
index ffea342..a82d76e5 100644
--- a/arch/arm/boot/dts/spear320.dtsi
+++ b/arch/arm/boot/dts/spear320.dtsi
@@ -55,7 +55,7 @@
 			status = "disabled";
 		};
 
-		shirq: interrupt-controller@0xb3000000 {
+		shirq: interrupt-controller@b3000000 {
 			compatible = "st,spear320-shirq";
 			reg = <0xb3000000 0x1000>;
 			interrupts = <30 28 29 1>;
-- 
1.8.1.2


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

* [PATCH 22/22] ARM: ux500: Remove '0x's from Spear 320 DTS file
@ 2013-07-19 13:58   ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-19 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/spear320.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/spear320.dtsi b/arch/arm/boot/dts/spear320.dtsi
index ffea342..a82d76e5 100644
--- a/arch/arm/boot/dts/spear320.dtsi
+++ b/arch/arm/boot/dts/spear320.dtsi
@@ -55,7 +55,7 @@
 			status = "disabled";
 		};
 
-		shirq: interrupt-controller at 0xb3000000 {
+		shirq: interrupt-controller at b3000000 {
 			compatible = "st,spear320-shirq";
 			reg = <0xb3000000 0x1000>;
 			interrupts = <30 28 29 1>;
-- 
1.8.1.2

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

* Re: [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 DTS file
  2013-07-19 13:58   ` Lee Jones
@ 2013-07-19 21:49     ` Russell King - ARM Linux
  -1 siblings, 0 replies; 59+ messages in thread
From: Russell King - ARM Linux @ 2013-07-19 21:49 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, linux-samsung-soc, linus.walleij,
	arnd, srinidhi.kasagar, Kukjin Kim

On Fri, Jul 19, 2013 at 02:58:41PM +0100, Lee Jones wrote:
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: linux-samsung-soc@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/exynos5420.dtsi | 2 +-

One question.  What have all these files got to do with ux500 ?

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

* [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 DTS file
@ 2013-07-19 21:49     ` Russell King - ARM Linux
  0 siblings, 0 replies; 59+ messages in thread
From: Russell King - ARM Linux @ 2013-07-19 21:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 19, 2013 at 02:58:41PM +0100, Lee Jones wrote:
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: linux-samsung-soc at vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/exynos5420.dtsi | 2 +-

One question.  What have all these files got to do with ux500 ?

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

* Re: [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 DTS file
  2013-07-19 13:58   ` Lee Jones
@ 2013-07-20  7:02     ` Viresh Kumar
  -1 siblings, 0 replies; 59+ messages in thread
From: Viresh Kumar @ 2013-07-20  7:02 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, srinidhi.kasagar

On Fri, Jul 19, 2013 at 7:28 PM, Lee Jones <lee.jones@linaro.org> wrote:
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/spear300.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi
> index f79b3df..8970a4a 100644
> --- a/arch/arm/boot/dts/spear300.dtsi
> +++ b/arch/arm/boot/dts/spear300.dtsi
> @@ -52,7 +52,7 @@
>                         status = "disabled";
>                 };
>
> -               shirq: interrupt-controller@0x50000000 {
> +               shirq: interrupt-controller@50000000 {
>                         compatible = "st,spear300-shirq";
>                         reg = <0x50000000 0x1000>;
>                         interrupts = <28>;

Should Ux500 come in subject line? And please write Spear as
SPEAr.

Otherwise all three patches look fine.

Ackedy-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 DTS file
@ 2013-07-20  7:02     ` Viresh Kumar
  0 siblings, 0 replies; 59+ messages in thread
From: Viresh Kumar @ 2013-07-20  7:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 19, 2013 at 7:28 PM, Lee Jones <lee.jones@linaro.org> wrote:
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/spear300.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi
> index f79b3df..8970a4a 100644
> --- a/arch/arm/boot/dts/spear300.dtsi
> +++ b/arch/arm/boot/dts/spear300.dtsi
> @@ -52,7 +52,7 @@
>                         status = "disabled";
>                 };
>
> -               shirq: interrupt-controller at 0x50000000 {
> +               shirq: interrupt-controller at 50000000 {
>                         compatible = "st,spear300-shirq";
>                         reg = <0x50000000 0x1000>;
>                         interrupts = <28>;

Should Ux500 come in subject line? And please write Spear as
SPEAr.

Otherwise all three patches look fine.

Ackedy-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* Re: [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 DTS file
  2013-07-19 21:49     ` Russell King - ARM Linux
@ 2013-07-20 11:42       ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-20 11:42 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: linux-arm-kernel, linux-kernel, linux-samsung-soc, linus.walleij,
	arnd, srinidhi.kasagar, Kukjin Kim

On Fri, 19 Jul 2013, Russell King - ARM Linux wrote:

> On Fri, Jul 19, 2013 at 02:58:41PM +0100, Lee Jones wrote:
> > Cc: Kukjin Kim <kgene.kim@samsung.com>
> > Cc: linux-samsung-soc@vger.kernel.org
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> >  arch/arm/boot/dts/exynos5420.dtsi | 2 +-
> 
> One question.  What have all these files got to do with ux500 ?

They don't, sorry about that. Force of habit.

I'll resubmit on Monday.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 DTS file
@ 2013-07-20 11:42       ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-20 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 19 Jul 2013, Russell King - ARM Linux wrote:

> On Fri, Jul 19, 2013 at 02:58:41PM +0100, Lee Jones wrote:
> > Cc: Kukjin Kim <kgene.kim@samsung.com>
> > Cc: linux-samsung-soc at vger.kernel.org
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> >  arch/arm/boot/dts/exynos5420.dtsi | 2 +-
> 
> One question.  What have all these files got to do with ux500 ?

They don't, sorry about that. Force of habit.

I'll resubmit on Monday.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 DTS file
  2013-07-20  7:02     ` Viresh Kumar
@ 2013-07-20 11:43       ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-20 11:43 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, srinidhi.kasagar

On Sat, 20 Jul 2013, Viresh Kumar wrote:

> On Fri, Jul 19, 2013 at 7:28 PM, Lee Jones <lee.jones@linaro.org> wrote:
> > Cc: Viresh Kumar <viresh.kumar@linaro.org>
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> >  arch/arm/boot/dts/spear300.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi
> > index f79b3df..8970a4a 100644
> > --- a/arch/arm/boot/dts/spear300.dtsi
> > +++ b/arch/arm/boot/dts/spear300.dtsi
> > @@ -52,7 +52,7 @@
> >                         status = "disabled";
> >                 };
> >
> > -               shirq: interrupt-controller@0x50000000 {
> > +               shirq: interrupt-controller@50000000 {
> >                         compatible = "st,spear300-shirq";
> >                         reg = <0x50000000 0x1000>;
> >                         interrupts = <28>;
> 
> Should Ux500 come in subject line? And please write Spear as
> SPEAr.

Yes, you're right, I will correct them.

I did this for all twenty odd patches, whoops!

> Otherwise all three patches look fine.
> 
> Ackedy-by: Viresh Kumar <viresh.kumar@linaro.org>

Thanks.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 DTS file
@ 2013-07-20 11:43       ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-20 11:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 20 Jul 2013, Viresh Kumar wrote:

> On Fri, Jul 19, 2013 at 7:28 PM, Lee Jones <lee.jones@linaro.org> wrote:
> > Cc: Viresh Kumar <viresh.kumar@linaro.org>
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> >  arch/arm/boot/dts/spear300.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/boot/dts/spear300.dtsi b/arch/arm/boot/dts/spear300.dtsi
> > index f79b3df..8970a4a 100644
> > --- a/arch/arm/boot/dts/spear300.dtsi
> > +++ b/arch/arm/boot/dts/spear300.dtsi
> > @@ -52,7 +52,7 @@
> >                         status = "disabled";
> >                 };
> >
> > -               shirq: interrupt-controller at 0x50000000 {
> > +               shirq: interrupt-controller at 50000000 {
> >                         compatible = "st,spear300-shirq";
> >                         reg = <0x50000000 0x1000>;
> >                         interrupts = <28>;
> 
> Should Ux500 come in subject line? And please write Spear as
> SPEAr.

Yes, you're right, I will correct them.

I did this for all twenty odd patches, whoops!

> Otherwise all three patches look fine.
> 
> Ackedy-by: Viresh Kumar <viresh.kumar@linaro.org>

Thanks.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-07-19 13:58 ` Lee Jones
@ 2013-07-30 11:54   ` Pavel Machek
  -1 siblings, 0 replies; 59+ messages in thread
From: Pavel Machek @ 2013-07-30 11:54 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, srinidhi.kasagar

On Fri 2013-07-19 14:58:32, Lee Jones wrote:
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Why?

									Pavel

> diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
> index 3d580d6..46fd8af 100644
> --- a/arch/arm/boot/dts/hrefv60plus.dts
> +++ b/arch/arm/boot/dts/hrefv60plus.dts
> @@ -26,7 +26,7 @@
>  
>  	soc {
>  		i2c@80110000 {
> -			bu21013_tp@0x5c {
> +			bu21013_tp@5c {
>  				reset-gpio = <&gpio4 15 0x4>;
>  			};
>  		};

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
@ 2013-07-30 11:54   ` Pavel Machek
  0 siblings, 0 replies; 59+ messages in thread
From: Pavel Machek @ 2013-07-30 11:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri 2013-07-19 14:58:32, Lee Jones wrote:
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Why?

									Pavel

> diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
> index 3d580d6..46fd8af 100644
> --- a/arch/arm/boot/dts/hrefv60plus.dts
> +++ b/arch/arm/boot/dts/hrefv60plus.dts
> @@ -26,7 +26,7 @@
>  
>  	soc {
>  		i2c at 80110000 {
> -			bu21013_tp at 0x5c {
> +			bu21013_tp at 5c {
>  				reset-gpio = <&gpio4 15 0x4>;
>  			};
>  		};

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-07-30 11:54   ` Pavel Machek
@ 2013-07-31 10:21     ` Lee Jones
  -1 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-31 10:21 UTC (permalink / raw)
  To: Pavel Machek
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, srinidhi.kasagar

On Tue, 30 Jul 2013, Pavel Machek wrote:

> On Fri 2013-07-19 14:58:32, Lee Jones wrote:
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> Why?

Convention.

> > diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
> > index 3d580d6..46fd8af 100644
> > --- a/arch/arm/boot/dts/hrefv60plus.dts
> > +++ b/arch/arm/boot/dts/hrefv60plus.dts
> > @@ -26,7 +26,7 @@
> >  
> >  	soc {
> >  		i2c@80110000 {
> > -			bu21013_tp@0x5c {
> > +			bu21013_tp@5c {
> >  				reset-gpio = <&gpio4 15 0x4>;
> >  			};
> >  		};
> 

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
@ 2013-07-31 10:21     ` Lee Jones
  0 siblings, 0 replies; 59+ messages in thread
From: Lee Jones @ 2013-07-31 10:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 30 Jul 2013, Pavel Machek wrote:

> On Fri 2013-07-19 14:58:32, Lee Jones wrote:
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> Why?

Convention.

> > diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts
> > index 3d580d6..46fd8af 100644
> > --- a/arch/arm/boot/dts/hrefv60plus.dts
> > +++ b/arch/arm/boot/dts/hrefv60plus.dts
> > @@ -26,7 +26,7 @@
> >  
> >  	soc {
> >  		i2c at 80110000 {
> > -			bu21013_tp at 0x5c {
> > +			bu21013_tp at 5c {
> >  				reset-gpio = <&gpio4 15 0x4>;
> >  			};
> >  		};
> 

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2013-07-31 10:21 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-19 13:58 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
2013-07-19 13:58 ` Lee Jones
2013-07-19 13:58 ` [PATCH 02/22] ARM: ux500: Remove '0x's from nomadik stn8815 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 03/22] ARM: ux500: Remove '0x's from U300 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 04/22] ARM: ux500: Remove '0x's from Animeo IP " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 05/22] ARM: ux500: Remove '0x's from BCM11351 BRT " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 06/22] ARM: ux500: Remove '0x's from BCM11351 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 07/22] ARM: ux500: Remove '0x's from Exynos4110 DTSI file Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 08/22] ARM: ux500: Remove '0x's from Exynos4x12 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 09/22] ARM: ux500: Remove '0x's from Exynos5250 DTS file Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 10/22] ARM: ux500: Remove '0x's from Exynos5420 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 21:49   ` Russell King - ARM Linux
2013-07-19 21:49     ` Russell King - ARM Linux
2013-07-20 11:42     ` Lee Jones
2013-07-20 11:42       ` Lee Jones
2013-07-19 13:58 ` [PATCH 11/22] ARM: ux500: Remove '0x's from Exynos5440 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 12/22] ARM: ux500: Remove '0x's from OMAP2420 H4 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 13/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 14/22] ARM: ux500: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 15/22] ARM: ux500: Remove '0x's from OMAP3 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 16/22] ARM: ux500: Remove '0x's from OMAP3430 SDP " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 17/22] ARM: ux500: Remove '0x's from OMAP4 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 18/22] ARM: ux500: Remove '0x's from OMAP5 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 19/22] ARM: ux500: Remove '0x's from R8A7779 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 20/22] ARM: ux500: Remove '0x's from Spear 300 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-20  7:02   ` Viresh Kumar
2013-07-20  7:02     ` Viresh Kumar
2013-07-20 11:43     ` Lee Jones
2013-07-20 11:43       ` Lee Jones
2013-07-19 13:58 ` [PATCH 21/22] ARM: ux500: Remove '0x's from Spear 310 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-19 13:58 ` [PATCH 22/22] ARM: ux500: Remove '0x's from Spear 320 " Lee Jones
2013-07-19 13:58   ` Lee Jones
2013-07-30 11:54 ` [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ " Pavel Machek
2013-07-30 11:54   ` Pavel Machek
2013-07-31 10:21   ` Lee Jones
2013-07-31 10:21     ` Lee Jones

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.