All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160216141627.78ec94bd@xhacker>

diff --git a/a/1.txt b/N1/1.txt
index 7ed68b6..db19f19 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -126,7 +126,7 @@ to add "Author:" prefix or something else?
 > +	cpus {
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			device_type = "cpu";
 > +			compatible = "arm,cortex-a53", "arm,armv8";
 > +			reg = <0>;
@@ -164,28 +164,28 @@ to add "Author:" prefix or something else?
 > +			/* 32M internal register @ 0xd000_0000 */
 > +			ranges = <0x0 0x0 0xd0000000 0x2000000>;
 > +
-> +			uart0: serial@12000 {
+> +			uart0: serial at 12000 {
 > +				compatible = "marvell,armada-3700-uart";
 > +				reg = <0x12000 0x400>;
 > +				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 > +				status = "disabled";
 > +			};
 > +
-> +			usb3@58000 {
+> +			usb3 at 58000 {
 > +				compatible = "generic-xhci";
 > +				reg = <0x58000 0x4000>;
 > +				interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
 > +				status = "disabled";
 > +			};
 > +
-> +			sata@e0000 {
+> +			sata at e0000 {
 > +				compatible = "marvell,armada-3700-ahci";
 > +				reg = <0xe0000 0x2000>;
 > +				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
 > +				status = "disabled";
 > +			};
 > +
-> +			gic: interrupt-controller@1d00000 {
+> +			gic: interrupt-controller at 1d00000 {
 > +				compatible = "arm,gic-v3";
 > +				#interrupt-cells = <3>;
 > +				interrupt-controller;
diff --git a/a/content_digest b/N1/content_digest
index 5a32a60..ca14d91 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,30 +1,9 @@
  "ref\01454951660-13289-1-git-send-email-gregory.clement@free-electrons.com\0"
  "ref\01454951660-13289-10-git-send-email-gregory.clement@free-electrons.com\0"
- "From\0Jisheng Zhang <jszhang@marvell.com>\0"
- "Subject\0Re: [PATCH v3 09/12] arm64: dts: add the Marvell Armada 3700 family and a development board\0"
+ "From\0jszhang@marvell.com (Jisheng Zhang)\0"
+ "Subject\0[PATCH v3 09/12] arm64: dts: add the Marvell Armada 3700 family and a development board\0"
  "Date\0Tue, 16 Feb 2016 14:16:27 +0800\0"
- "To\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
- "Cc\0Jason Cooper <jason@lakedaemon.net>"
-  Andrew Lunn <andrew@lunn.ch>
-  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-  arm@kernel.org
-  Catalin Marinas <catalin.marinas@arm.com>
-  Will Deacon <will.deacon@arm.com>
-  Jonathan Corbet <corbet@lwn.net>
-  Mark Rutland <mark.rutland@arm.com>
-  devicetree@vger.kernel.org
-  linux-ide@vger.kernel.org
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Omri Itach <omrii@marvell.com>
-  linux-kernel@vger.kernel.org
-  Nadav Haklai <nadavh@marvell.com>
-  Hans de Goede <hdegoede@redhat.com>
-  Lior Amsalem <alior@marvell.com>
-  linux-serial@vger.kernel.org
-  Jiri Slaby <jslaby@suse.com>
-  Tejun Heo <tj@kernel.org>
-  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Dear Gregory,\n"
@@ -155,7 +134,7 @@
  "> +\tcpus {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tdevice_type = \"cpu\";\n"
  "> +\t\t\tcompatible = \"arm,cortex-a53\", \"arm,armv8\";\n"
  "> +\t\t\treg = <0>;\n"
@@ -193,28 +172,28 @@
  "> +\t\t\t/* 32M internal register @ 0xd000_0000 */\n"
  "> +\t\t\tranges = <0x0 0x0 0xd0000000 0x2000000>;\n"
  "> +\n"
- "> +\t\t\tuart0: serial@12000 {\n"
+ "> +\t\t\tuart0: serial at 12000 {\n"
  "> +\t\t\t\tcompatible = \"marvell,armada-3700-uart\";\n"
  "> +\t\t\t\treg = <0x12000 0x400>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tusb3@58000 {\n"
+ "> +\t\t\tusb3 at 58000 {\n"
  "> +\t\t\t\tcompatible = \"generic-xhci\";\n"
  "> +\t\t\t\treg = <0x58000 0x4000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tsata@e0000 {\n"
+ "> +\t\t\tsata at e0000 {\n"
  "> +\t\t\t\tcompatible = \"marvell,armada-3700-ahci\";\n"
  "> +\t\t\t\treg = <0xe0000 0x2000>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;\n"
  "> +\t\t\t\tstatus = \"disabled\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tgic: interrupt-controller@1d00000 {\n"
+ "> +\t\t\tgic: interrupt-controller at 1d00000 {\n"
  "> +\t\t\t\tcompatible = \"arm,gic-v3\";\n"
  "> +\t\t\t\t#interrupt-cells = <3>;\n"
  "> +\t\t\t\tinterrupt-controller;\n"
@@ -228,4 +207,4 @@
  "> +\t};\n"
  > +};
 
-75bf7e347cd3b6220ff70eaf3d6c84492426237d3014e99e808150d0f5a1c545
+97c969be8f276f907d6739e1e2ab074c7ef021f3fca890a359257b6ab69dacb1

diff --git a/a/content_digest b/N2/content_digest
index 5a32a60..23f5da0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,24 +7,24 @@
  "Cc\0Jason Cooper <jason@lakedaemon.net>"
   Andrew Lunn <andrew@lunn.ch>
   Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-  arm@kernel.org
+  <arm@kernel.org>
   Catalin Marinas <catalin.marinas@arm.com>
   Will Deacon <will.deacon@arm.com>
   Jonathan Corbet <corbet@lwn.net>
   Mark Rutland <mark.rutland@arm.com>
-  devicetree@vger.kernel.org
-  linux-ide@vger.kernel.org
+  <devicetree@vger.kernel.org>
+  <linux-ide@vger.kernel.org>
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
   Omri Itach <omrii@marvell.com>
-  linux-kernel@vger.kernel.org
+  <linux-kernel@vger.kernel.org>
   Nadav Haklai <nadavh@marvell.com>
   Hans de Goede <hdegoede@redhat.com>
   Lior Amsalem <alior@marvell.com>
-  linux-serial@vger.kernel.org
+  <linux-serial@vger.kernel.org>
   Jiri Slaby <jslaby@suse.com>
   Tejun Heo <tj@kernel.org>
   Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ " <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "Dear Gregory,\n"
@@ -228,4 +228,4 @@
  "> +\t};\n"
  > +};
 
-75bf7e347cd3b6220ff70eaf3d6c84492426237d3014e99e808150d0f5a1c545
+8ccc7925c1a5a75b1cbf5c0b11048912e1009d0d875c69a24d0cb3ecd9baaed0

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.