All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <534CFA77.9030108@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index c68437a..2505633 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,8 @@
-On 04/15/2014 10:07 AM, Antoine T?nart wrote:
+On 04/15/2014 10:07 AM, Antoine Ténart wrote:
 > The Marvell Berlin BG2Q has 6 GPIO ports compatible with the snps,dw-apb-gpio
 > driver. This patch add the corresponding device tree nodes.
 >
-> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>
+> Signed-off-by: Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
 > ---
 >   arch/arm/boot/dts/berlin2q.dtsi | 102 ++++++++++++++++++++++++++++++++++++++++
 >   1 file changed, 102 insertions(+)
@@ -15,13 +15,13 @@ On 04/15/2014 10:07 AM, Antoine T?nart wrote:
 >   			ranges = <0 0xe80000 0x10000>;
 >   			interrupt-parent = <&aic>;
 >
-> +			gpio0: gpio at 0400 {
+> +			gpio0: gpio@0400 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x0400 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				porta: gpio-controller at 0 {
+> +				porta: gpio-controller@0 {
 
 ePAPR recommended name is even more generic, i.e. "gpio". If
 that clashed in any way with other numbered names, I suggest
@@ -47,7 +47,7 @@ using nr-gpios.
 
 Otherwise,
 
-Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
+Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 
 > +					reg = <0>;
 > +					interrupt-controller;
@@ -56,13 +56,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio1: gpio at 0800 {
+> +			gpio1: gpio@0800 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x0800 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portb: gpio-controller at 1 {
+> +				portb: gpio-controller@1 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -74,13 +74,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio2: gpio at 0c00 {
+> +			gpio2: gpio@0c00 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x0c00 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portc: gpio-controller at 2 {
+> +				portc: gpio-controller@2 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -92,13 +92,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio3: gpio at 1000 {
+> +			gpio3: gpio@1000 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x1000 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portd: gpio-controller at 3 {
+> +				portd: gpio-controller@3 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -110,7 +110,7 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
->   			timer0: timer at 2c00 {
+>   			timer0: timer@2c00 {
 >   				compatible = "snps,dw-apb-timer";
 >   				reg = <0x2c00 0x14>;
 > @@ -181,6 +253,36 @@
@@ -118,13 +118,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 >   				interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
 >   			};
 > +
-> +			gpio4: gpio at 5000 {
+> +			gpio4: gpio@5000 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x5000 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				porte: gpio-controller at 4 {
+> +				porte: gpio-controller@4 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -133,13 +133,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio5: gpio at c000 {
+> +			gpio5: gpio@c000 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0xc000 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portf: gpio-controller at 5 {
+> +				portf: gpio-controller@5 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -149,5 +149,10 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +			};
 >   		};
 >
->   		pinctrl: pinctrl at 0 {
+>   		pinctrl: pinctrl@0 {
 >
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 1a35ca6..eeee6d1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,23 @@
  "ref\01397549245-3338-1-git-send-email-antoine.tenart@free-electrons.com\0"
  "ref\01397549245-3338-3-git-send-email-antoine.tenart@free-electrons.com\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH 2/2] ARM: dts: berlin: add GPIO nodes for the BG2Q\0"
+ "ref\01397549245-3338-3-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/2] ARM: dts: berlin: add GPIO nodes for the BG2Q\0"
  "Date\0Tue, 15 Apr 2014 11:23:03 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Antoine T\303\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org"
+  zmxu-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org
+  jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "On 04/15/2014 10:07 AM, Antoine T?nart wrote:\n"
+ "On 04/15/2014 10:07 AM, Antoine T\303\203\302\251nart wrote:\n"
  "> The Marvell Berlin BG2Q has 6 GPIO ports compatible with the snps,dw-apb-gpio\n"
  "> driver. This patch add the corresponding device tree nodes.\n"
  ">\n"
- "> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>\n"
+ "> Signed-off-by: Antoine T\303\203\302\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
  "> ---\n"
  ">   arch/arm/boot/dts/berlin2q.dtsi | 102 ++++++++++++++++++++++++++++++++++++++++\n"
  ">   1 file changed, 102 insertions(+)\n"
@@ -23,13 +30,13 @@
  ">   \t\t\tranges = <0 0xe80000 0x10000>;\n"
  ">   \t\t\tinterrupt-parent = <&aic>;\n"
  ">\n"
- "> +\t\t\tgpio0: gpio at 0400 {\n"
+ "> +\t\t\tgpio0: gpio@0400 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x0400 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tporta: gpio-controller at 0 {\n"
+ "> +\t\t\t\tporta: gpio-controller@0 {\n"
  "\n"
  "ePAPR recommended name is even more generic, i.e. \"gpio\". If\n"
  "that clashed in any way with other numbered names, I suggest\n"
@@ -55,7 +62,7 @@
  "\n"
  "Otherwise,\n"
  "\n"
- "Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\n"
+ "Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tinterrupt-controller;\n"
@@ -64,13 +71,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio1: gpio at 0800 {\n"
+ "> +\t\t\tgpio1: gpio@0800 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x0800 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportb: gpio-controller at 1 {\n"
+ "> +\t\t\t\tportb: gpio-controller@1 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -82,13 +89,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio2: gpio at 0c00 {\n"
+ "> +\t\t\tgpio2: gpio@0c00 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x0c00 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportc: gpio-controller at 2 {\n"
+ "> +\t\t\t\tportc: gpio-controller@2 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -100,13 +107,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio3: gpio at 1000 {\n"
+ "> +\t\t\tgpio3: gpio@1000 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x1000 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportd: gpio-controller at 3 {\n"
+ "> +\t\t\t\tportd: gpio-controller@3 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -118,7 +125,7 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- ">   \t\t\ttimer0: timer at 2c00 {\n"
+ ">   \t\t\ttimer0: timer@2c00 {\n"
  ">   \t\t\t\tcompatible = \"snps,dw-apb-timer\";\n"
  ">   \t\t\t\treg = <0x2c00 0x14>;\n"
  "> @@ -181,6 +253,36 @@\n"
@@ -126,13 +133,13 @@
  ">   \t\t\t\tinterrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">   \t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio4: gpio at 5000 {\n"
+ "> +\t\t\tgpio4: gpio@5000 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x5000 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tporte: gpio-controller at 4 {\n"
+ "> +\t\t\t\tporte: gpio-controller@4 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -141,13 +148,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio5: gpio at c000 {\n"
+ "> +\t\t\tgpio5: gpio@c000 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0xc000 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportf: gpio-controller at 5 {\n"
+ "> +\t\t\t\tportf: gpio-controller@5 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -157,7 +164,12 @@
  "> +\t\t\t};\n"
  ">   \t\t};\n"
  ">\n"
- ">   \t\tpinctrl: pinctrl at 0 {\n"
- >
+ ">   \t\tpinctrl: pinctrl@0 {\n"
+ ">\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-6136d7f6f7f417097186d268b273fe12a585ef2e47eed2a7a2ece832cfcc3243
+5912265a1f5cb0c9cbf4c7de14416366fe2d54c588ba1bb6278817d3a8da4dfe

diff --git a/a/1.txt b/N2/1.txt
index c68437a..772051d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,8 +1,8 @@
-On 04/15/2014 10:07 AM, Antoine T?nart wrote:
+On 04/15/2014 10:07 AM, Antoine Ténart wrote:
 > The Marvell Berlin BG2Q has 6 GPIO ports compatible with the snps,dw-apb-gpio
 > driver. This patch add the corresponding device tree nodes.
 >
-> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>
+> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
 > ---
 >   arch/arm/boot/dts/berlin2q.dtsi | 102 ++++++++++++++++++++++++++++++++++++++++
 >   1 file changed, 102 insertions(+)
@@ -15,13 +15,13 @@ On 04/15/2014 10:07 AM, Antoine T?nart wrote:
 >   			ranges = <0 0xe80000 0x10000>;
 >   			interrupt-parent = <&aic>;
 >
-> +			gpio0: gpio at 0400 {
+> +			gpio0: gpio@0400 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x0400 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				porta: gpio-controller at 0 {
+> +				porta: gpio-controller@0 {
 
 ePAPR recommended name is even more generic, i.e. "gpio". If
 that clashed in any way with other numbered names, I suggest
@@ -56,13 +56,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio1: gpio at 0800 {
+> +			gpio1: gpio@0800 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x0800 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portb: gpio-controller at 1 {
+> +				portb: gpio-controller@1 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -74,13 +74,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio2: gpio at 0c00 {
+> +			gpio2: gpio@0c00 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x0c00 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portc: gpio-controller at 2 {
+> +				portc: gpio-controller@2 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -92,13 +92,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio3: gpio at 1000 {
+> +			gpio3: gpio@1000 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x1000 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portd: gpio-controller at 3 {
+> +				portd: gpio-controller@3 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -110,7 +110,7 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
->   			timer0: timer at 2c00 {
+>   			timer0: timer@2c00 {
 >   				compatible = "snps,dw-apb-timer";
 >   				reg = <0x2c00 0x14>;
 > @@ -181,6 +253,36 @@
@@ -118,13 +118,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 >   				interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
 >   			};
 > +
-> +			gpio4: gpio at 5000 {
+> +			gpio4: gpio@5000 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0x5000 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				porte: gpio-controller at 4 {
+> +				porte: gpio-controller@4 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -133,13 +133,13 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +				};
 > +			};
 > +
-> +			gpio5: gpio at c000 {
+> +			gpio5: gpio@c000 {
 > +				compatible = "snps,dw-apb-gpio";
 > +				reg = <0xc000 0x400>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				portf: gpio-controller at 5 {
+> +				portf: gpio-controller@5 {
 > +					compatible = "snps,dw-apb-gpio-port";
 > +					gpio-controller;
 > +					#gpio-cells = <2>;
@@ -149,5 +149,5 @@ Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 > +			};
 >   		};
 >
->   		pinctrl: pinctrl at 0 {
+>   		pinctrl: pinctrl@0 {
 >
diff --git a/a/content_digest b/N2/content_digest
index 1a35ca6..6bdca2b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,16 +1,22 @@
  "ref\01397549245-3338-1-git-send-email-antoine.tenart@free-electrons.com\0"
  "ref\01397549245-3338-3-git-send-email-antoine.tenart@free-electrons.com\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH 2/2] ARM: dts: berlin: add GPIO nodes for the BG2Q\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "Subject\0Re: [PATCH 2/2] ARM: dts: berlin: add GPIO nodes for the BG2Q\0"
  "Date\0Tue, 15 Apr 2014 11:23:03 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Antoine T\303\251nart <antoine.tenart@free-electrons.com>\0"
+ "Cc\0alexandre.belloni@free-electrons.com"
+  zmxu@marvell.com
+  jszhang@marvell.com
+  linux-arm-kernel@lists.infradead.org
+  devicetree@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
- "On 04/15/2014 10:07 AM, Antoine T?nart wrote:\n"
+ "On 04/15/2014 10:07 AM, Antoine T\303\251nart wrote:\n"
  "> The Marvell Berlin BG2Q has 6 GPIO ports compatible with the snps,dw-apb-gpio\n"
  "> driver. This patch add the corresponding device tree nodes.\n"
  ">\n"
- "> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>\n"
+ "> Signed-off-by: Antoine T\303\251nart <antoine.tenart@free-electrons.com>\n"
  "> ---\n"
  ">   arch/arm/boot/dts/berlin2q.dtsi | 102 ++++++++++++++++++++++++++++++++++++++++\n"
  ">   1 file changed, 102 insertions(+)\n"
@@ -23,13 +29,13 @@
  ">   \t\t\tranges = <0 0xe80000 0x10000>;\n"
  ">   \t\t\tinterrupt-parent = <&aic>;\n"
  ">\n"
- "> +\t\t\tgpio0: gpio at 0400 {\n"
+ "> +\t\t\tgpio0: gpio@0400 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x0400 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tporta: gpio-controller at 0 {\n"
+ "> +\t\t\t\tporta: gpio-controller@0 {\n"
  "\n"
  "ePAPR recommended name is even more generic, i.e. \"gpio\". If\n"
  "that clashed in any way with other numbered names, I suggest\n"
@@ -64,13 +70,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio1: gpio at 0800 {\n"
+ "> +\t\t\tgpio1: gpio@0800 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x0800 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportb: gpio-controller at 1 {\n"
+ "> +\t\t\t\tportb: gpio-controller@1 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -82,13 +88,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio2: gpio at 0c00 {\n"
+ "> +\t\t\tgpio2: gpio@0c00 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x0c00 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportc: gpio-controller at 2 {\n"
+ "> +\t\t\t\tportc: gpio-controller@2 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -100,13 +106,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio3: gpio at 1000 {\n"
+ "> +\t\t\tgpio3: gpio@1000 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x1000 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportd: gpio-controller at 3 {\n"
+ "> +\t\t\t\tportd: gpio-controller@3 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -118,7 +124,7 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- ">   \t\t\ttimer0: timer at 2c00 {\n"
+ ">   \t\t\ttimer0: timer@2c00 {\n"
  ">   \t\t\t\tcompatible = \"snps,dw-apb-timer\";\n"
  ">   \t\t\t\treg = <0x2c00 0x14>;\n"
  "> @@ -181,6 +253,36 @@\n"
@@ -126,13 +132,13 @@
  ">   \t\t\t\tinterrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;\n"
  ">   \t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio4: gpio at 5000 {\n"
+ "> +\t\t\tgpio4: gpio@5000 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0x5000 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tporte: gpio-controller at 4 {\n"
+ "> +\t\t\t\tporte: gpio-controller@4 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -141,13 +147,13 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgpio5: gpio at c000 {\n"
+ "> +\t\t\tgpio5: gpio@c000 {\n"
  "> +\t\t\t\tcompatible = \"snps,dw-apb-gpio\";\n"
  "> +\t\t\t\treg = <0xc000 0x400>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tportf: gpio-controller at 5 {\n"
+ "> +\t\t\t\tportf: gpio-controller@5 {\n"
  "> +\t\t\t\t\tcompatible = \"snps,dw-apb-gpio-port\";\n"
  "> +\t\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t\t#gpio-cells = <2>;\n"
@@ -157,7 +163,7 @@
  "> +\t\t\t};\n"
  ">   \t\t};\n"
  ">\n"
- ">   \t\tpinctrl: pinctrl at 0 {\n"
+ ">   \t\tpinctrl: pinctrl@0 {\n"
  >
 
-6136d7f6f7f417097186d268b273fe12a585ef2e47eed2a7a2ece832cfcc3243
+a69bb2bf3d3192790c1bd73ca82f70261fcdbf57200f1d856e12c5a56115cc9b

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.