All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140818161744.GD3302@leverpostej>

diff --git a/a/1.txt b/N1/1.txt
index c828bfa..c7c51a8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -55,7 +55,7 @@ On Sun, Aug 17, 2014 at 11:49:52AM +0100, Carlo Caione wrote:
 > +		serial3 = &uart_C;
 > +	};
 > +
-> +	gic: interrupt-controller@c4301000 {
+> +	gic: interrupt-controller at c4301000 {
 > +		compatible = "arm,cortex-a9-gic";
 > +		reg = <0xc4301000 0x1000>,
 > +		      <0xc4300100 0x0100>;
@@ -63,13 +63,13 @@ On Sun, Aug 17, 2014 at 11:49:52AM +0100, Carlo Caione wrote:
 > +		#interrupt-cells = <3>;
 > +	};
 > +
-> +	timer@c1109940 {
+> +	timer at c1109940 {
 > +		compatible = "amlogic,meson6-timer";
 > +		reg = <0xc1109940 0x14>;
 > +		interrupts = <0 10 1>;
 > +	};
 > +
-> +	soc@c8100000 {
+> +	soc at c8100000 {
 
 What's the unit-address for? This node doesn't have a reg or compatible.
 
@@ -78,7 +78,7 @@ What's the unit-address for? This node doesn't have a reg or compatible.
 > +		#size-cells = <1>;
 > +		ranges;
 > +
-> +		uart_AO: serial@c81004c0 {
+> +		uart_AO: serial at c81004c0 {
 > +			compatible = "amlogic,meson-uart";
 > +			reg = <0xc81004c0 0x14>;
 > +			interrupts = <0 90 1>;
@@ -86,7 +86,7 @@ What's the unit-address for? This node doesn't have a reg or compatible.
 > +			status = "disabled";
 > +		};
 > +
-> +		uart_A: serial@c81084c0 {
+> +		uart_A: serial at c81084c0 {
 > +			compatible = "amlogic,meson-uart";
 > +			reg = <0xc81084c0 0x14>;
 > +			interrupts = <0 90 1>;
@@ -94,7 +94,7 @@ What's the unit-address for? This node doesn't have a reg or compatible.
 > +			status = "disabled";
 > +		};
 > +
-> +		uart_B: serial@c81084dc {
+> +		uart_B: serial at c81084dc {
 > +			compatible = "amlogic,meson-uart";
 > +			reg = <0xc81084dc 0x14>;
 > +			interrupts = <0 90 1>;
@@ -102,7 +102,7 @@ What's the unit-address for? This node doesn't have a reg or compatible.
 > +			status = "disabled";
 > +		};
 > +
-> +		uart_C: serial@c8108700 {
+> +		uart_C: serial at c8108700 {
 > +			compatible = "amlogic,meson-uart";
 > +			reg = <0xc8108700 0x14>;
 > +			interrupts = <0 90 1>;
@@ -141,8 +141,8 @@ I guess these are disabled because they aren't always wired up?
 > +		reg = <0x40000000 0x80000000>;
 > +	};
 > +
-> +	soc@c8100000 {
-> +		uart_AO: serial@c81004c0 {
+> +	soc at c8100000 {
+> +		uart_AO: serial at c81004c0 {
 > +			status = "okay";
 > +		};
 > +	};
@@ -175,13 +175,13 @@ I guess these are disabled because they aren't always wired up?
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <0x200>;
 > +		};
 > +
-> +		cpu@1 {
+> +		cpu at 1 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a9";
 > +			reg = <0x1>;
@@ -191,7 +191,7 @@ I guess these are disabled because they aren't always wired up?
 > +	clocks {
 > +		#address-cells = <1>;
 > +
-> +		clk81: clk@0 {
+> +		clk81: clk at 0 {
 > +			#clock-cells = <0>;
 > +			compatible = "fixed-clock";
 > +			clock-frequency = <200000000>;
diff --git a/a/content_digest b/N1/content_digest
index a5b6813..8a1958b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,9 @@
  "ref\01408272594-10814-1-git-send-email-carlo@caione.org\0"
  "ref\01408272594-10814-6-git-send-email-carlo@caione.org\0"
- "From\0Mark Rutland <mark.rutland@arm.com>\0"
- "Subject\0Re: [PATCH 5/7] ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS\0"
+ "From\0mark.rutland@arm.com (Mark Rutland)\0"
+ "Subject\0[PATCH 5/7] ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS\0"
  "Date\0Mon, 18 Aug 2014 17:17:44 +0100\0"
- "To\0Carlo Caione <carlo@caione.org>\0"
- "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-serial@vger.kernel.org <linux-serial@vger.kernel.org>
-  linux@arm.linux.org.uk <linux@arm.linux.org.uk>
-  robh+dt@kernel.org <robh+dt@kernel.org>
-  ijc+devicetree@hellion.org.uk <ijc+devicetree@hellion.org.uk>
-  daniel.lezcano@linaro.org <daniel.lezcano@linaro.org>
-  tglx@linutronix.de <tglx@linutronix.de>
-  gregkh@linuxfoundation.org <gregkh@linuxfoundation.org>
-  jslaby@suse.cz <jslaby@suse.cz>
-  grant.likely@linaro.org <grant.likely@linaro.org>
- " b.galvani@gmail.com <b.galvani@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Sun, Aug 17, 2014 at 11:49:52AM +0100, Carlo Caione wrote:\n"
@@ -75,7 +63,7 @@
  "> +\t\tserial3 = &uart_C;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tgic: interrupt-controller@c4301000 {\n"
+ "> +\tgic: interrupt-controller at c4301000 {\n"
  "> +\t\tcompatible = \"arm,cortex-a9-gic\";\n"
  "> +\t\treg = <0xc4301000 0x1000>,\n"
  "> +\t\t      <0xc4300100 0x0100>;\n"
@@ -83,13 +71,13 @@
  "> +\t\t#interrupt-cells = <3>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ttimer@c1109940 {\n"
+ "> +\ttimer at c1109940 {\n"
  "> +\t\tcompatible = \"amlogic,meson6-timer\";\n"
  "> +\t\treg = <0xc1109940 0x14>;\n"
  "> +\t\tinterrupts = <0 10 1>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsoc@c8100000 {\n"
+ "> +\tsoc at c8100000 {\n"
  "\n"
  "What's the unit-address for? This node doesn't have a reg or compatible.\n"
  "\n"
@@ -98,7 +86,7 @@
  "> +\t\t#size-cells = <1>;\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tuart_AO: serial@c81004c0 {\n"
+ "> +\t\tuart_AO: serial at c81004c0 {\n"
  "> +\t\t\tcompatible = \"amlogic,meson-uart\";\n"
  "> +\t\t\treg = <0xc81004c0 0x14>;\n"
  "> +\t\t\tinterrupts = <0 90 1>;\n"
@@ -106,7 +94,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tuart_A: serial@c81084c0 {\n"
+ "> +\t\tuart_A: serial at c81084c0 {\n"
  "> +\t\t\tcompatible = \"amlogic,meson-uart\";\n"
  "> +\t\t\treg = <0xc81084c0 0x14>;\n"
  "> +\t\t\tinterrupts = <0 90 1>;\n"
@@ -114,7 +102,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tuart_B: serial@c81084dc {\n"
+ "> +\t\tuart_B: serial at c81084dc {\n"
  "> +\t\t\tcompatible = \"amlogic,meson-uart\";\n"
  "> +\t\t\treg = <0xc81084dc 0x14>;\n"
  "> +\t\t\tinterrupts = <0 90 1>;\n"
@@ -122,7 +110,7 @@
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tuart_C: serial@c8108700 {\n"
+ "> +\t\tuart_C: serial at c8108700 {\n"
  "> +\t\t\tcompatible = \"amlogic,meson-uart\";\n"
  "> +\t\t\treg = <0xc8108700 0x14>;\n"
  "> +\t\t\tinterrupts = <0 90 1>;\n"
@@ -161,8 +149,8 @@
  "> +\t\treg = <0x40000000 0x80000000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsoc@c8100000 {\n"
- "> +\t\tuart_AO: serial@c81004c0 {\n"
+ "> +\tsoc at c8100000 {\n"
+ "> +\t\tuart_AO: serial at c81004c0 {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -195,13 +183,13 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <0x200>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tcpu@1 {\n"
+ "> +\t\tcpu at 1 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a9\";\n"
  "> +\t\t\treg = <0x1>;\n"
@@ -211,7 +199,7 @@
  "> +\tclocks {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\n"
- "> +\t\tclk81: clk@0 {\n"
+ "> +\t\tclk81: clk at 0 {\n"
  "> +\t\t\t#clock-cells = <0>;\n"
  "> +\t\t\tcompatible = \"fixed-clock\";\n"
  "> +\t\t\tclock-frequency = <200000000>;\n"
@@ -225,4 +213,4 @@
  "Thanks,\n"
  Mark.
 
-e48dfbb12d41b9f9399d0a0cff0de80a43b028d7981d1262d3628b313faf959e
+e1720bb351b8ffa56f541699e363a8502c35bf22c8cdd80cdc6c6022069409e6

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.