linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
@ 2013-07-22 10:52 Lee Jones
  2013-07-22 10:52 ` [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 " Lee Jones
                   ` (22 more replies)
  0 siblings, 23 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-06  9:38   ` Linus Walleij
  2013-07-22 10:52 ` [PATCH 03/22] ARM: u300: Remove '0x's from U300 " Lee Jones
                   ` (21 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 03/22] ARM: u300: Remove '0x's from U300 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
  2013-07-22 10:52 ` [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-06 10:16   ` Linus Walleij
  2013-07-22 10:52 ` [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP " Lee Jones
                   ` (20 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
  2013-07-22 10:52 ` [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 " Lee Jones
  2013-07-22 10:52 ` [PATCH 03/22] ARM: u300: Remove '0x's from U300 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 16:57   ` Jean-Christophe PLAGNIOL-VILLARD
  2013-07-22 10:52 ` [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT " Lee Jones
                   ` (19 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (2 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 13:03   ` Christian Daudt
  2013-07-22 22:03   ` Christian Daudt
  2013-07-22 10:52 ` [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 " Lee Jones
                   ` (18 subsequent siblings)
  22 siblings, 2 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (3 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 22:05   ` Christian Daudt
  2013-07-22 10:52 ` [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file Lee Jones
                   ` (17 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (4 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 19:25   ` Tomasz Figa
                     ` (2 more replies)
  2013-07-22 10:52 ` [PATCH 08/22] ARM: dts: Remove '0x's from Exynos4x12 " Lee Jones
                   ` (16 subsequent siblings)
  22 siblings, 3 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 08/22] ARM: dts: Remove '0x's from Exynos4x12 DTSI file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (5 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 10:52 ` [PATCH 09/22] ARM: dts: Remove '0x's from Exynos5250 DTS file Lee Jones
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 09/22] ARM: dts: Remove '0x's from Exynos5250 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (6 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 08/22] ARM: dts: Remove '0x's from Exynos4x12 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 10:52 ` [PATCH 10/22] ARM: dts: Remove '0x's from Exynos5420 " Lee Jones
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 10/22] ARM: dts: Remove '0x's from Exynos5420 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (7 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 09/22] ARM: dts: Remove '0x's from Exynos5250 DTS file Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 10:52 ` [PATCH 11/22] ARM: dts: Remove '0x's from Exynos5440 " Lee Jones
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 11/22] ARM: dts: Remove '0x's from Exynos5440 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (8 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 10/22] ARM: dts: Remove '0x's from Exynos5420 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 " Lee Jones
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (9 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 11/22] ARM: dts: Remove '0x's from Exynos5440 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:44   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
                   ` (11 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (10 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:44   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
                   ` (10 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (11 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:43   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
                   ` (9 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (12 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:43   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
                   ` (8 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (13 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:42   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
                   ` (7 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (14 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:42   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
                   ` (6 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (15 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:41   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 " Lee Jones
                   ` (5 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (16 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-23  1:33   ` Simon Horman
  2013-07-22 10:52 ` [PATCH 20/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 300 " Lee Jones
                   ` (4 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 20/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 300 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (17 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 11:07   ` Viresh Kumar
  2013-07-22 10:52 ` [PATCH 21/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 310 " Lee Jones
                   ` (3 subsequent siblings)
  22 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 21/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 310 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (18 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 20/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 300 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 10:52 ` [PATCH 22/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 320 " Lee Jones
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* [PATCH 22/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 320 DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (19 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 21/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 310 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-07-22 12:34 ` [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ " Mark Jackson
  2013-08-07 13:51 ` Linus Walleij
  22 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, 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] 70+ messages in thread

* Re: [PATCH 20/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 300 DTS file
  2013-07-22 10:52 ` [PATCH 20/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 300 " Lee Jones
@ 2013-07-22 11:07   ` Viresh Kumar
  0 siblings, 0 replies; 70+ messages in thread
From: Viresh Kumar @ 2013-07-22 11:07 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On 22 July 2013 16:22, 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(-)

For all three SPEAr Patches.

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

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

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (20 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 22/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 320 " Lee Jones
@ 2013-07-22 12:34 ` Mark Jackson
  2013-07-22 13:41   ` Lee Jones
  2013-08-07 13:51 ` Linus Walleij
  22 siblings, 1 reply; 70+ messages in thread
From: Mark Jackson @ 2013-07-22 12:34 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On 22/07/13 11:52, Lee Jones wrote:
> 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 {

Just a query ... why this one .... ^^^ ...

>  				reset-gpio = <&gpio4 15 0x4>;

... and not this one .................................. ^^^ ?

>  			};
>  		};
> 

The same for all the other patches in this series.

If this is by design, it might be worth mentioning why some are
removed and not others.

Mark J.

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

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 10:52 ` [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT " Lee Jones
@ 2013-07-22 13:03   ` Christian Daudt
  2013-07-22 13:38     ` Lee Jones
  2013-07-22 22:03   ` Christian Daudt
  1 sibling, 1 reply; 70+ messages in thread
From: Christian Daudt @ 2013-07-22 13:03 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On 13-07-22 03:52 AM, Lee Jones wrote:
> 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";
>   	};
Hi Lee,
  Is this convention documented ? Someone called my attention to the 
fact that this dts files was inconsistent in its use of 0x in names, but 
I was not aware of a coding guideline for this.

  Thanks,
     csd



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

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 13:03   ` Christian Daudt
@ 2013-07-22 13:38     ` Lee Jones
  2013-07-22 13:53       ` Arend van Spriel
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 13:38 UTC (permalink / raw)
  To: Christian Daudt; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On Mon, 22 Jul 2013, Christian Daudt wrote:

> On 13-07-22 03:52 AM, Lee Jones wrote:
> >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";
> >  	};
> Hi Lee,
>  Is this convention documented ? Someone called my attention to the
> fact that this dts files was inconsistent in its use of 0x in names,
> but I was not aware of a coding guideline for this.

The best two places I can think of are:

Documentation/devicetree/usage-model.txt
and
http://www.devicetree.org/Device_Tree_Usage

-- 
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] 70+ messages in thread

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-07-22 12:34 ` [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ " Mark Jackson
@ 2013-07-22 13:41   ` Lee Jones
  2013-07-22 13:43     ` Mark Jackson
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-22 13:41 UTC (permalink / raw)
  To: Mark Jackson; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On Mon, 22 Jul 2013, Mark Jackson wrote:

> On 22/07/13 11:52, Lee Jones wrote:
> > 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 {
> 
> Just a query ... why this one .... ^^^ ...
> 
> >  				reset-gpio = <&gpio4 15 0x4>;
> 
> ... and not this one .................................. ^^^ ?
> 
> >  			};
> >  		};
> > 
> 
> The same for all the other patches in this series.
> 
> If this is by design, it might be worth mentioning why some are
> removed and not others.

I can't explain why there seems to be inconsistencies between node
names and the remaining properties. The best I can do is refer you to
the documentation where you can see that this is the standard:

Documentation/devicetree/usage-model.txt
and
http://www.devicetree.org/Device_Tree_Usage


-- 
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] 70+ messages in thread

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-07-22 13:41   ` Lee Jones
@ 2013-07-22 13:43     ` Mark Jackson
  0 siblings, 0 replies; 70+ messages in thread
From: Mark Jackson @ 2013-07-22 13:43 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On 22/07/13 14:41, Lee Jones wrote:
> On Mon, 22 Jul 2013, Mark Jackson wrote:
> 
>> On 22/07/13 11:52, Lee Jones wrote:
>>> 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 {
>>
>> Just a query ... why this one .... ^^^ ...
>>
>>>  				reset-gpio = <&gpio4 15 0x4>;
>>
>> ... and not this one .................................. ^^^ ?
>>
>>>  			};
>>>  		};
>>>
>>
>> The same for all the other patches in this series.
>>
>> If this is by design, it might be worth mentioning why some are
>> removed and not others.
> 
> I can't explain why there seems to be inconsistencies between node
> names and the remaining properties. The best I can do is refer you to
> the documentation where you can see that this is the standard:
> 
> Documentation/devicetree/usage-model.txt
> and
> http://www.devicetree.org/Device_Tree_Usage

Ho, ho ... don't you just love "standards" !!


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

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 13:38     ` Lee Jones
@ 2013-07-22 13:53       ` Arend van Spriel
  2013-07-22 16:57         ` Christian Daudt
  0 siblings, 1 reply; 70+ messages in thread
From: Arend van Spriel @ 2013-07-22 13:53 UTC (permalink / raw)
  To: Lee Jones
  Cc: Christian Daudt, linux-arm-kernel, linux-kernel, arnd,
	linus.walleij

On 07/22/2013 03:38 PM, Lee Jones wrote:
> On Mon, 22 Jul 2013, Christian Daudt wrote:
>
>> On 13-07-22 03:52 AM, Lee Jones wrote:
>>> 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";
>>>   	};
>> Hi Lee,
>>   Is this convention documented ? Someone called my attention to the
>> fact that this dts files was inconsistent in its use of 0x in names,
>> but I was not aware of a coding guideline for this.
>
> The best two places I can think of are:
>
> Documentation/devicetree/usage-model.txt
> and
> http://www.devicetree.org/Device_Tree_Usage

And even those do not stick to a single convention, but that is what can 
be expected of a twiki page :-p

Regards,
Arend



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

* Re: [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP DTS file
  2013-07-22 10:52 ` [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP " Lee Jones
@ 2013-07-22 16:57   ` Jean-Christophe PLAGNIOL-VILLARD
  2013-07-23  8:56     ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-07-22 16:57 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Nicolas Ferre

On 11:52 Mon 22 Jul     , Lee Jones wrote:
> Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.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	[flat|nested] 70+ messages in thread

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 13:53       ` Arend van Spriel
@ 2013-07-22 16:57         ` Christian Daudt
  2013-07-25 15:43           ` Tim Kryger
  0 siblings, 1 reply; 70+ messages in thread
From: Christian Daudt @ 2013-07-22 16:57 UTC (permalink / raw)
  To: Arend van Spriel
  Cc: Lee Jones, linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Grant Likely

On 13-07-22 06:53 AM, Arend van Spriel wrote:
> On 07/22/2013 03:38 PM, Lee Jones wrote:
>> On Mon, 22 Jul 2013, Christian Daudt wrote:
>>
>>> On 13-07-22 03:52 AM, Lee Jones wrote:
>>>> 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";
>>>>       };
>>> Hi Lee,
>>>   Is this convention documented ? Someone called my attention to the
>>> fact that this dts files was inconsistent in its use of 0x in names,
>>> but I was not aware of a coding guideline for this.
>>
>> The best two places I can think of are:
>>
>> Documentation/devicetree/usage-model.txt
>> and
>> http://www.devicetree.org/Device_Tree_Usage
>
> And even those do not stick to a single convention, but that is what 
> can be expected of a twiki page :-p
[take 2 with in plain text]

Agreed. Quick search shows the following example on that page:
         pci@0x10180000 {
             compatible = "arm,versatile-pci-hostbridge", "pci";
             reg = <0x10180000 0x1000>;
             interrupts = <8 0>;
             bus-ranges = <0 0>;
         };

though it is the minority in the examples, ultimately having more 
examples following one convention than the other does not a standard 
make :) While I like this just for the consistency, it'd be nice to have 
something to point people to as this being the best practice for kernel 
dev. It would be good to have a DeviceTreeGuidelines along the lines of 
the CodingGuidelines file in the kernel tree itself, to get some 
consistency on this.


  Thanks,
    csd



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

* Re: [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file
  2013-07-22 10:52 ` [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file Lee Jones
@ 2013-07-22 19:25   ` Tomasz Figa
  2013-07-23  8:55     ` Lee Jones
  2013-07-24 12:39   ` [PATCH v2 07/22] ARM: Exynos4210: " Lee Jones
  2013-07-24 15:09   ` [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 " Lee Jones
  2 siblings, 1 reply; 70+ messages in thread
From: Tomasz Figa @ 2013-07-22 19:25 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, Kukjin Kim,
	linux-samsung-soc

Hi Lee,

On Monday 22 of July 2013 11:52:26 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/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>;

This looks fine, but please fix commit message - it should be Exynos4210. 
Also some explanation why this change is needed would be good, even if 
it's obvious.

Best regards,
Tomasz


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

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 10:52 ` [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT " Lee Jones
  2013-07-22 13:03   ` Christian Daudt
@ 2013-07-22 22:03   ` Christian Daudt
  1 sibling, 0 replies; 70+ messages in thread
From: Christian Daudt @ 2013-07-22 22:03 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On 13-07-22 03:52 AM, Lee Jones wrote:
> 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";
>   	};
Acked-by: Christian Daudt <csd@broadcom.com>

  Thanks,
    csd



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

* Re: [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-07-22 10:52 ` [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 " Lee Jones
@ 2013-07-22 22:05   ` Christian Daudt
  2013-07-23  7:53     ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Christian Daudt @ 2013-07-22 22:05 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On 13-07-22 03:52 AM, Lee Jones wrote:
> 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>;
Acked-by: Christian Daudt <csd@broadcom.com>

  Thanks,
    csd


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

* Re: [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file
  2013-07-22 10:52 ` [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 " Lee Jones
@ 2013-07-23  1:33   ` Simon Horman
  2013-07-23  7:52     ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Simon Horman @ 2013-07-23  1:33 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On Mon, Jul 22, 2013 at 11:52:38AM +0100, Lee Jones wrote:
> Cc: Simon Horman <horms+renesas@verge.net.au>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Acked-by: Simon Horman <horms+renesas@verge.net.au>

Let me know if you want me to take this through the renesas tree.

> ---
>  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	[flat|nested] 70+ messages in thread

* Re: [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file
  2013-07-23  1:33   ` Simon Horman
@ 2013-07-23  7:52     ` Lee Jones
  2013-07-24  8:06       ` Simon Horman
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-23  7:52 UTC (permalink / raw)
  To: Simon Horman; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

On Tue, 23 Jul 2013, Simon Horman wrote:

> On Mon, Jul 22, 2013 at 11:52:38AM +0100, Lee Jones wrote:
> > Cc: Simon Horman <horms+renesas@verge.net.au>
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> Acked-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Let me know if you want me to take this through the renesas tree.

Thanks Simon. To save on conflicts, I think that's best.

I will take all orphaned patches or ones without maintainers associated
with them through ARM SoC, but if you can take it, please do.

> > ---
> >  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";

-- 
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] 70+ messages in thread

* Re: [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-07-22 22:05   ` Christian Daudt
@ 2013-07-23  7:53     ` Lee Jones
  2013-08-08 21:02       ` Christian Daudt
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-23  7:53 UTC (permalink / raw)
  To: Christian Daudt; +Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij

> Acked-by: Christian Daudt <csd@broadcom.com>

Thanks Christian, for both.

-- 
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] 70+ messages in thread

* Re: [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file
  2013-07-22 19:25   ` Tomasz Figa
@ 2013-07-23  8:55     ` Lee Jones
  2013-07-23  9:32       ` Tomasz Figa
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-23  8:55 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, Kukjin Kim,
	linux-samsung-soc

On Mon, 22 Jul 2013, Tomasz Figa wrote:

> Hi Lee,
> 
> On Monday 22 of July 2013 11:52:26 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/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>;
> 
> This looks fine, but please fix commit message - it should be Exynos4210. 
> Also some explanation why this change is needed would be good, even if 
> it's obvious.

Hi Tomasz,

I'm happy to fixup the $SUBJECT line, but do we really have to enter
an explanation if it's obvious? Seems a little belt and braces.

Kind regards,
Lee

-- 
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] 70+ messages in thread

* Re: [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP DTS file
  2013-07-22 16:57   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2013-07-23  8:56     ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-23  8:56 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Nicolas Ferre

On Mon, 22 Jul 2013, Jean-Christophe PLAGNIOL-VILLARD wrote:

> On 11:52 Mon 22 Jul     , Lee Jones wrote:
> > Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> > Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Thanks Jean-Christophe.

-- 
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] 70+ messages in thread

* Re: [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file
  2013-07-23  8:55     ` Lee Jones
@ 2013-07-23  9:32       ` Tomasz Figa
  0 siblings, 0 replies; 70+ messages in thread
From: Tomasz Figa @ 2013-07-23  9:32 UTC (permalink / raw)
  To: Lee Jones
  Cc: Tomasz Figa, linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Kukjin Kim, linux-samsung-soc

On Tuesday 23 of July 2013 09:55:52 Lee Jones wrote:
> On Mon, 22 Jul 2013, Tomasz Figa wrote:
> > Hi Lee,
> > 
> > On Monday 22 of July 2013 11:52:26 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/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>;
> > 
> > This looks fine, but please fix commit message - it should be
> > Exynos4210. Also some explanation why this change is needed would be
> > good, even if it's obvious.
> 
> Hi Tomasz,
> 
> I'm happy to fixup the $SUBJECT line, but do we really have to enter
> an explanation if it's obvious? Seems a little belt and braces.

It's obvious for us, people working with device tree, but for people that 
usually don't it might not be.

Something among following lines would be fine:

This patch removes "0x" prefix from addresses in DT nodes for the sake of 
consistency with other nodes and assumed convention.

Best regards,
Tomasz


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

* Re: [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file
  2013-07-23  7:52     ` Lee Jones
@ 2013-07-24  8:06       ` Simon Horman
  0 siblings, 0 replies; 70+ messages in thread
From: Simon Horman @ 2013-07-24  8:06 UTC (permalink / raw)
  To: Lee Jones; +Cc: arnd, linux-kernel, linux-arm-kernel, linus.walleij

On Tue, Jul 23, 2013 at 08:52:32AM +0100, Lee Jones wrote:
> On Tue, 23 Jul 2013, Simon Horman wrote:
> 
> > On Mon, Jul 22, 2013 at 11:52:38AM +0100, Lee Jones wrote:
> > > Cc: Simon Horman <horms+renesas@verge.net.au>
> > > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > 
> > Acked-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > Let me know if you want me to take this through the renesas tree.
> 
> Thanks Simon. To save on conflicts, I think that's best.
> 
> I will take all orphaned patches or ones without maintainers associated
> with them through ARM SoC, but if you can take it, please do.

Understood.

I have queued this up for v3.12 in the fixes2-for-v3.12 branch
of my renesas tree on kernel.org.

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

* [PATCH v2 07/22] ARM: Exynos4210: Remove '0x's from Exynos4110 DTSI file
  2013-07-22 10:52 ` [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file Lee Jones
  2013-07-22 19:25   ` Tomasz Figa
@ 2013-07-24 12:39   ` Lee Jones
  2013-07-24 14:03     ` Tomasz Figa
  2013-07-24 15:09   ` [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 " Lee Jones
  2 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-24 12:39 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Tomasz Figa
  Cc: arnd, linus.walleij, Kukjin Kim, linux-samsung-soc

... for the sake of consistency and assumed convention.
    
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>

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>;

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

* Re: [PATCH v2 07/22] ARM: Exynos4210: Remove '0x's from Exynos4110 DTSI file
  2013-07-24 12:39   ` [PATCH v2 07/22] ARM: Exynos4210: " Lee Jones
@ 2013-07-24 14:03     ` Tomasz Figa
  2013-07-24 15:05       ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Tomasz Figa @ 2013-07-24 14:03 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, Tomasz Figa, arnd, linus.walleij,
	Kukjin Kim, linux-samsung-soc

On Wednesday 24 of July 2013 13:39:31 Lee Jones wrote:
> ... for the sake of consistency and assumed convention.
> 
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: linux-samsung-soc@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> 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>;

Looks good to me, except the subject which is still wrong - 
s/Exynos4110/Exynos4210/.

I guess it might be fixed when applying, though.

Best regards,
Tomasz


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

* Re: [PATCH v2 07/22] ARM: Exynos4210: Remove '0x's from Exynos4110 DTSI file
  2013-07-24 14:03     ` Tomasz Figa
@ 2013-07-24 15:05       ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-24 15:05 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: linux-arm-kernel, linux-kernel, Tomasz Figa, arnd, linus.walleij,
	Kukjin Kim, linux-samsung-soc

On Wed, 24 Jul 2013, Tomasz Figa wrote:

> On Wednesday 24 of July 2013 13:39:31 Lee Jones wrote:
> > ... for the sake of consistency and assumed convention.
> > 
> > Cc: Kukjin Kim <kgene.kim@samsung.com>
> > Cc: linux-samsung-soc@vger.kernel.org
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > 
> > 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>;
> 
> Looks good to me, except the subject which is still wrong - 
> s/Exynos4110/Exynos4210/.

Ah, I get you know. My bad, will fix.

> I guess it might be fixed when applying, though.


-- 
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] 70+ messages in thread

* [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file
  2013-07-22 10:52 ` [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file Lee Jones
  2013-07-22 19:25   ` Tomasz Figa
  2013-07-24 12:39   ` [PATCH v2 07/22] ARM: Exynos4210: " Lee Jones
@ 2013-07-24 15:09   ` Lee Jones
  2013-07-24 15:24     ` Tomasz Figa
  2013-08-05 18:07     ` Kukjin Kim
  2 siblings, 2 replies; 70+ messages in thread
From: Lee Jones @ 2013-07-24 15:09 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, Tomasz Figa
  Cc: arnd, linus.walleij, Kukjin Kim, linux-samsung-soc

... for the sake of consistency and assumed convention.

Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>

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>;

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

* Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file
  2013-07-24 15:09   ` [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 " Lee Jones
@ 2013-07-24 15:24     ` Tomasz Figa
  2013-07-25  7:52       ` Lee Jones
  2013-08-05 18:07     ` Kukjin Kim
  1 sibling, 1 reply; 70+ messages in thread
From: Tomasz Figa @ 2013-07-24 15:24 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, Kukjin Kim,
	linux-samsung-soc

On Wednesday 24 of July 2013 16:09:37 Lee Jones wrote:
> ... for the sake of consistency and assumed convention.
> 
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: linux-samsung-soc@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> 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>;

Acked-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz


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

* Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file
  2013-07-24 15:24     ` Tomasz Figa
@ 2013-07-25  7:52       ` Lee Jones
  2013-08-05 17:58         ` Kukjin Kim
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-07-25  7:52 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij, Kukjin Kim,
	linux-samsung-soc

On Wed, 24 Jul 2013, Tomasz Figa wrote:

> On Wednesday 24 of July 2013 16:09:37 Lee Jones wrote:
> > ... for the sake of consistency and assumed convention.
> > 
> > Cc: Kukjin Kim <kgene.kim@samsung.com>
> > Cc: linux-samsung-soc@vger.kernel.org
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > 
> > 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>;
> 
> Acked-by: Tomasz Figa <t.figa@samsung.com>

Thanks Tomasz.

-- 
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] 70+ messages in thread

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-22 16:57         ` Christian Daudt
@ 2013-07-25 15:43           ` Tim Kryger
  2013-07-25 16:36             ` Arend van Spriel
  0 siblings, 1 reply; 70+ messages in thread
From: Tim Kryger @ 2013-07-25 15:43 UTC (permalink / raw)
  To: Christian Daudt
  Cc: Arend van Spriel, linus.walleij, arnd, linux-kernel, Grant Likely,
	Lee Jones, linux-arm-kernel

On Mon, Jul 22, 2013 at 9:57 AM, Christian Daudt <csd@broadcom.com> wrote:

> it'd be nice to have something to point
> people to as this being the best practice for kernel dev.

Power.org's ePAPR exclusively omits the 0x in the unit-address of node names.

https://www.power.org/wp-content/uploads/2012/06/Power_ePAPR_APPROVED_v1.1.pdf

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

* Re: [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT DTS file
  2013-07-25 15:43           ` Tim Kryger
@ 2013-07-25 16:36             ` Arend van Spriel
  0 siblings, 0 replies; 70+ messages in thread
From: Arend van Spriel @ 2013-07-25 16:36 UTC (permalink / raw)
  To: Tim Kryger
  Cc: Christian Daudt, linus.walleij, arnd, linux-kernel, Grant Likely,
	Lee Jones, linux-arm-kernel

On 07/25/2013 05:43 PM, Tim Kryger wrote:
> On Mon, Jul 22, 2013 at 9:57 AM, Christian Daudt <csd@broadcom.com> wrote:
>
>> it'd be nice to have something to point
>> people to as this being the best practice for kernel dev.
>
> Power.org's ePAPR exclusively omits the 0x in the unit-address of node names.
>
> https://www.power.org/wp-content/uploads/2012/06/Power_ePAPR_APPROVED_v1.1.pdf
>

Thanks for the link. While browsing on power.org I got the impression 
that I needed to have a membership to get it.

Regards,
Arend


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

* Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file
  2013-07-25  7:52       ` Lee Jones
@ 2013-08-05 17:58         ` Kukjin Kim
  0 siblings, 0 replies; 70+ messages in thread
From: Kukjin Kim @ 2013-08-05 17:58 UTC (permalink / raw)
  To: Lee Jones
  Cc: Tomasz Figa, linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Kukjin Kim, linux-samsung-soc

On 07/25/13 16:52, Lee Jones wrote:
> On Wed, 24 Jul 2013, Tomasz Figa wrote:
>
>> On Wednesday 24 of July 2013 16:09:37 Lee Jones wrote:
>>> ... for the sake of consistency and assumed convention.
>>>
>>> Cc: Kukjin Kim<kgene.kim@samsung.com>
>>> Cc: linux-samsung-soc@vger.kernel.org
>>> Signed-off-by: Lee Jones<lee.jones@linaro.org>
>>>
>>> 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>;
>>
>> Acked-by: Tomasz Figa<t.figa@samsung.com>
>
> Thanks Tomasz.
>
Thanks, Lee Jones and Tomasz.

Applied #7 ~ #11 into the cleanup of samsung tree.

- Kukjin

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

* Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file
  2013-07-24 15:09   ` [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 " Lee Jones
  2013-07-24 15:24     ` Tomasz Figa
@ 2013-08-05 18:07     ` Kukjin Kim
  2013-08-06  7:18       ` Lee Jones
  1 sibling, 1 reply; 70+ messages in thread
From: Kukjin Kim @ 2013-08-05 18:07 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, Tomasz Figa, arnd, linus.walleij,
	Kukjin Kim, linux-samsung-soc

On 07/25/13 00:09, Lee Jones wrote:
> ... for the sake of consistency and assumed convention.
>
> Cc: Kukjin Kim<kgene.kim@samsung.com>
> Cc: linux-samsung-soc@vger.kernel.org
> Signed-off-by: Lee Jones<lee.jones@linaro.org>
>
> 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>;
    ^^^^^^^^^^^^^^^^

BTW, should be tab at the mark '^' not white space :(

- Kukjin

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

* Re: [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 DTSI file
  2013-08-05 18:07     ` Kukjin Kim
@ 2013-08-06  7:18       ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-06  7:18 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-kernel, Tomasz Figa, arnd, linus.walleij,
	linux-samsung-soc

On Tue, 06 Aug 2013, Kukjin Kim wrote:

> On 07/25/13 00:09, Lee Jones wrote:
> >... for the sake of consistency and assumed convention.
> >
> >Cc: Kukjin Kim<kgene.kim@samsung.com>
> >Cc: linux-samsung-soc@vger.kernel.org
> >Signed-off-by: Lee Jones<lee.jones@linaro.org>
> >
> >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>;
>    ^^^^^^^^^^^^^^^^
> 
> BTW, should be tab at the mark '^' not white space :(

Agreed, but this should be a separate patch.

-- 
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] 70+ messages in thread

* Re: [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 DTS file
  2013-07-22 10:52 ` [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 " Lee Jones
@ 2013-08-06  9:38   ` Linus Walleij
  0 siblings, 0 replies; 70+ messages in thread
From: Linus Walleij @ 2013-08-06  9:38 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Arnd Bergmann, Linus WALLEIJ

On Mon, Jul 22, 2013 at 12:52 PM, Lee Jones <lee.jones@linaro.org> wrote:

> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Applied.

Yours,
Linus Walleij

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

* Re: [PATCH 03/22] ARM: u300: Remove '0x's from U300 DTS file
  2013-07-22 10:52 ` [PATCH 03/22] ARM: u300: Remove '0x's from U300 " Lee Jones
@ 2013-08-06 10:16   ` Linus Walleij
  0 siblings, 0 replies; 70+ messages in thread
From: Linus Walleij @ 2013-08-06 10:16 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Arnd Bergmann, Linus WALLEIJ

On Mon, Jul 22, 2013 at 12:52 PM, Lee Jones <lee.jones@linaro.org> wrote:

> Signed-off-by: Lee Jones <lee.jones@linaro.org>

Patch applied.

Yours,
Linus Walleij

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

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
                   ` (21 preceding siblings ...)
  2013-07-22 12:34 ` [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ " Mark Jackson
@ 2013-08-07 13:51 ` Linus Walleij
  2013-08-07 13:59   ` Lee Jones
  22 siblings, 1 reply; 70+ messages in thread
From: Linus Walleij @ 2013-08-07 13:51 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Arnd Bergmann, Linus WALLEIJ

On Mon, Jul 22, 2013 at 12:52 PM, Lee Jones <lee.jones@linaro.org> wrote:

> Signed-off-by: Lee Jones <lee.jones@linaro.org>

None of these patches apply since I applied your other patch series
that rename all the files ... can you respin the ux500 "0x"-strip patches
on top of the rename set? My ux500-devicetree branch can be used
as a baseline.

Yours,
Linus Walleij

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

* Re: [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file
  2013-08-07 13:51 ` Linus Walleij
@ 2013-08-07 13:59   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-07 13:59 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Arnd Bergmann, Linus WALLEIJ

On Wed, 07 Aug 2013, Linus Walleij wrote:

> On Mon, Jul 22, 2013 at 12:52 PM, Lee Jones <lee.jones@linaro.org> wrote:
> 
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> 
> None of these patches apply since I applied your other patch series
> that rename all the files ... can you respin the ux500 "0x"-strip patches
> on top of the rename set? My ux500-devicetree branch can be used
> as a baseline.

I can do that. Although, would you prefer that I fixed-up my renaming
patches, then applied the 0x patches on top instead?

-- 
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] 70+ messages in thread

* Re: [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-07-23  7:53     ` Lee Jones
@ 2013-08-08 21:02       ` Christian Daudt
  2013-08-12 13:54         ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Christian Daudt @ 2013-08-08 21:02 UTC (permalink / raw)
  To: Lee Jones
  Cc: Christian Daudt, Arnd Bergmann, linux-kernel@vger.kernel.org,
	Linux ARM Kernel, linus.walleij

Hi Lee,
 I had to change some of the lines in the dts files you modified, so
I've added your mods. This patch:
https://lkml.org/lkml/2013/8/8/477

includes your changes to bcm11351.dtsi and bcm11351-brt.dts. Not sure
where your patch is at this point, but I just wanted to point that
out.

 Thanks,
   csd

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

* Re: [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-08-08 21:02       ` Christian Daudt
@ 2013-08-12 13:54         ` Lee Jones
  2013-09-18 22:53           ` Christian Daudt
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-08-12 13:54 UTC (permalink / raw)
  To: Christian Daudt
  Cc: Christian Daudt, Arnd Bergmann, linux-kernel@vger.kernel.org,
	Linux ARM Kernel, linus.walleij

On Thu, 08 Aug 2013, Christian Daudt wrote:

> Hi Lee,
>  I had to change some of the lines in the dts files you modified, so
> I've added your mods. This patch:
> https://lkml.org/lkml/2013/8/8/477
> 
> includes your changes to bcm11351.dtsi and bcm11351-brt.dts. Not sure
> where your patch is at this point, but I just wanted to point that
> out.

I haven't done anything with that patch yet, but I'd prefer they
stayed separate to be honest. If you make your changes and ensure
they're in an upstream tree (and let me know which one), I'll rebase
my patches on top of that tree.

-- 
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] 70+ messages in thread

* Re: [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 DTS file
  2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
@ 2013-08-13 15:41   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:41 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

> 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 */

-- 
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] 70+ messages in thread

* Re: [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 DTS file
  2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
@ 2013-08-13 15:42   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:42 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> 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)>;

-- 
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] 70+ messages in thread

* Re: [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
  2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
@ 2013-08-13 15:42   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:42 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> 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>;
>  		};

-- 
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] 70+ messages in thread

* Re: [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 DTS file
  2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
@ 2013-08-13 15:43   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> 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>;

-- 
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] 70+ messages in thread

* Re: [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
  2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
@ 2013-08-13 15:43   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> 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>;
>  		};

-- 
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] 70+ messages in thread

* Re: [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
  2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
@ 2013-08-13 15:44   ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> 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>;
>  		};

-- 
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] 70+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 " Lee Jones
@ 2013-08-13 15:44   ` Lee Jones
  2013-08-14  7:30     ` Tony Lindgren
  0 siblings, 1 reply; 70+ messages in thread
From: Lee Jones @ 2013-08-13 15:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> 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>;
>  		};

-- 
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] 70+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-08-13 15:44   ` Lee Jones
@ 2013-08-14  7:30     ` Tony Lindgren
  2013-08-14  7:43       ` Benoit Cousson
  0 siblings, 1 reply; 70+ messages in thread
From: Tony Lindgren @ 2013-08-14  7:30 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Benoît Cousson, linux-omap

* Lee Jones <lee.jones@linaro.org> [130813 08:51]:
> Tony, Benoit,
> 
> Poke

Looks like Benoit's new email address is bcousson@baylibre.com.
Probably best for Benoit to pick these to avoid merge conflicts.

Regards,

Tony
 
> On Mon, 22 Jul 2013, Lee Jones wrote:
> 
> > 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>;
> >  		};
> 
> -- 
> 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] 70+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-08-14  7:30     ` Tony Lindgren
@ 2013-08-14  7:43       ` Benoit Cousson
  2013-08-14  8:00         ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Benoit Cousson @ 2013-08-14  7:43 UTC (permalink / raw)
  To: Lee Jones
  Cc: Tony Lindgren, linux-arm-kernel, linux-kernel, arnd,
	linus.walleij, linux-omap

Hi Lee,

Thanks for that cleanup.

On 14/08/2013 09:30, Tony Lindgren wrote:
> * Lee Jones <lee.jones@linaro.org> [130813 08:51]:
>> Tony, Benoit,
>>
>> Poke
>
> Looks like Benoit's new email address is bcousson@baylibre.com.
> Probably best for Benoit to pick these to avoid merge conflicts.

I've just applied the 7 following patches. Let me know if I missed 
something.

6b9fa1b ARM: dts: Remove '0x's from OMAP5 DTS file
79390b8 ARM: dts: Remove '0x's from OMAP4 DTS file
dd60fef ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
bfef1cb ARM: dts: Remove '0x's from OMAP3 DTS file
5f547ac ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
27939fc ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
62eb4d1 ARM: dts: Remove '0x's from OMAP2420 H4 DTS file

Regards,
Benoit

>
> Regards,
>
> Tony
>
>> On Mon, 22 Jul 2013, Lee Jones wrote:
>>
>>> 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>;
>>>   		};
>>
>> --
>> Lee Jones
>> Linaro ST-Ericsson Landing Team Lead
>> Linaro.org │ Open source software for ARM SoCs
>> Follow Linaro: Facebook | Twitter | Blog
> --
> 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	[flat|nested] 70+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-08-14  7:43       ` Benoit Cousson
@ 2013-08-14  8:00         ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-08-14  8:00 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, linux-arm-kernel, linux-kernel, arnd,
	linus.walleij, linux-omap

> >Looks like Benoit's new email address is bcousson@baylibre.com.
> >Probably best for Benoit to pick these to avoid merge conflicts.

Ah nice, thanks Tony.

> I've just applied the 7 following patches. Let me know if I missed
> something.
> 
> 6b9fa1b ARM: dts: Remove '0x's from OMAP5 DTS file
> 79390b8 ARM: dts: Remove '0x's from OMAP4 DTS file
> dd60fef ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
> bfef1cb ARM: dts: Remove '0x's from OMAP3 DTS file
> 5f547ac ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
> 27939fc ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
> 62eb4d1 ARM: dts: Remove '0x's from OMAP2420 H4 DTS file

Nope, looks good. Thanks Benoit.

-- 
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] 70+ messages in thread

* Re: [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-08-12 13:54         ` Lee Jones
@ 2013-09-18 22:53           ` Christian Daudt
  2013-09-19 10:33             ` Lee Jones
  0 siblings, 1 reply; 70+ messages in thread
From: Christian Daudt @ 2013-09-18 22:53 UTC (permalink / raw)
  To: Lee Jones
  Cc: Christian Daudt, Arnd Bergmann, linux-kernel@vger.kernel.org,
	Linux ARM Kernel, linus.walleij

On 13-08-12 06:54 AM, Lee Jones wrote:
> On Thu, 08 Aug 2013, Christian Daudt wrote:
>
>> Hi Lee,
>>   I had to change some of the lines in the dts files you modified, so
>> I've added your mods. This patch:
>> https://lkml.org/lkml/2013/8/8/477
>>
>> includes your changes to bcm11351.dtsi and bcm11351-brt.dts. Not sure
>> where your patch is at this point, but I just wanted to point that
>> out.
> I haven't done anything with that patch yet, but I'd prefer they
> stayed separate to be honest. If you make your changes and ensure
> they're in an upstream tree (and let me know which one), I'll rebase
> my patches on top of that tree.

These changes are in 3.12-rc1 now:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d7358f845645c588aff84ac6b476a17d3eec75fa


  thanks,
    csd




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

* Re: [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 DTS file
  2013-09-18 22:53           ` Christian Daudt
@ 2013-09-19 10:33             ` Lee Jones
  0 siblings, 0 replies; 70+ messages in thread
From: Lee Jones @ 2013-09-19 10:33 UTC (permalink / raw)
  To: Christian Daudt
  Cc: Christian Daudt, Arnd Bergmann, linux-kernel@vger.kernel.org,
	Linux ARM Kernel, linus.walleij

On Wed, 18 Sep 2013, Christian Daudt wrote:

> On 13-08-12 06:54 AM, Lee Jones wrote:
> >On Thu, 08 Aug 2013, Christian Daudt wrote:
> >
> >>Hi Lee,
> >>  I had to change some of the lines in the dts files you modified, so
> >>I've added your mods. This patch:
> >>https://lkml.org/lkml/2013/8/8/477
> >>
> >>includes your changes to bcm11351.dtsi and bcm11351-brt.dts. Not sure
> >>where your patch is at this point, but I just wanted to point that
> >>out.
> >I haven't done anything with that patch yet, but I'd prefer they
> >stayed separate to be honest. If you make your changes and ensure
> >they're in an upstream tree (and let me know which one), I'll rebase
> >my patches on top of that tree.
> 
> These changes are in 3.12-rc1 now:
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d7358f845645c588aff84ac6b476a17d3eec75fa

Not even so much as a Reviewed-by:, nice!

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

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

end of thread, other threads:[~2013-09-19 10:33 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22 10:52 [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ DTS file Lee Jones
2013-07-22 10:52 ` [PATCH 02/22] ARM: nomadik: Remove '0x's from nomadik stn8815 " Lee Jones
2013-08-06  9:38   ` Linus Walleij
2013-07-22 10:52 ` [PATCH 03/22] ARM: u300: Remove '0x's from U300 " Lee Jones
2013-08-06 10:16   ` Linus Walleij
2013-07-22 10:52 ` [PATCH 04/22] ARM: at91: dt: Remove '0x's from Animeo IP " Lee Jones
2013-07-22 16:57   ` Jean-Christophe PLAGNIOL-VILLARD
2013-07-23  8:56     ` Lee Jones
2013-07-22 10:52 ` [PATCH 05/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 BRT " Lee Jones
2013-07-22 13:03   ` Christian Daudt
2013-07-22 13:38     ` Lee Jones
2013-07-22 13:53       ` Arend van Spriel
2013-07-22 16:57         ` Christian Daudt
2013-07-25 15:43           ` Tim Kryger
2013-07-25 16:36             ` Arend van Spriel
2013-07-22 22:03   ` Christian Daudt
2013-07-22 10:52 ` [PATCH 06/22] ARM: dts: bcm281xx: Remove '0x's from BCM11351 " Lee Jones
2013-07-22 22:05   ` Christian Daudt
2013-07-23  7:53     ` Lee Jones
2013-08-08 21:02       ` Christian Daudt
2013-08-12 13:54         ` Lee Jones
2013-09-18 22:53           ` Christian Daudt
2013-09-19 10:33             ` Lee Jones
2013-07-22 10:52 ` [PATCH 07/22] ARM: exynos: Remove '0x's from Exynos4110 DTSI file Lee Jones
2013-07-22 19:25   ` Tomasz Figa
2013-07-23  8:55     ` Lee Jones
2013-07-23  9:32       ` Tomasz Figa
2013-07-24 12:39   ` [PATCH v2 07/22] ARM: Exynos4210: " Lee Jones
2013-07-24 14:03     ` Tomasz Figa
2013-07-24 15:05       ` Lee Jones
2013-07-24 15:09   ` [PATCH v3 07/22] ARM: dts: Remove '0x's from Exynos4210 " Lee Jones
2013-07-24 15:24     ` Tomasz Figa
2013-07-25  7:52       ` Lee Jones
2013-08-05 17:58         ` Kukjin Kim
2013-08-05 18:07     ` Kukjin Kim
2013-08-06  7:18       ` Lee Jones
2013-07-22 10:52 ` [PATCH 08/22] ARM: dts: Remove '0x's from Exynos4x12 " Lee Jones
2013-07-22 10:52 ` [PATCH 09/22] ARM: dts: Remove '0x's from Exynos5250 DTS file Lee Jones
2013-07-22 10:52 ` [PATCH 10/22] ARM: dts: Remove '0x's from Exynos5420 " Lee Jones
2013-07-22 10:52 ` [PATCH 11/22] ARM: dts: Remove '0x's from Exynos5440 " Lee Jones
2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 " Lee Jones
2013-08-13 15:44   ` Lee Jones
2013-08-14  7:30     ` Tony Lindgren
2013-08-14  7:43       ` Benoit Cousson
2013-08-14  8:00         ` Lee Jones
2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
2013-08-13 15:44   ` Lee Jones
2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
2013-08-13 15:43   ` Lee Jones
2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
2013-08-13 15:43   ` Lee Jones
2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
2013-08-13 15:42   ` Lee Jones
2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
2013-08-13 15:42   ` Lee Jones
2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
2013-08-13 15:41   ` Lee Jones
2013-07-22 10:52 ` [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 " Lee Jones
2013-07-23  1:33   ` Simon Horman
2013-07-23  7:52     ` Lee Jones
2013-07-24  8:06       ` Simon Horman
2013-07-22 10:52 ` [PATCH 20/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 300 " Lee Jones
2013-07-22 11:07   ` Viresh Kumar
2013-07-22 10:52 ` [PATCH 21/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 310 " Lee Jones
2013-07-22 10:52 ` [PATCH 22/22] ARM: SPEAr3xx: DT: Remove '0x's from Spear 320 " Lee Jones
2013-07-22 12:34 ` [PATCH 01/22] ARM: ux500: Remove '0x's from HREF v60+ " Mark Jackson
2013-07-22 13:41   ` Lee Jones
2013-07-22 13:43     ` Mark Jackson
2013-08-07 13:51 ` Linus Walleij
2013-08-07 13:59   ` Lee Jones

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).