All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190531090701.GA12476@bbwork.lan>

diff --git a/a/1.txt b/N1/1.txt
index 90234b5..3ae6962 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -66,11 +66,11 @@ Done.
 > > +		#size-cells = <1>;
 > > +		ranges;
 > > +
-> > +		vga_memory: framebuffer at 5f000000 {
+> > +		vga_memory: framebuffer@5f000000 {
 > > +			no-map;
 > > +			reg = <0x5f000000 0x01000000>; /* 16MB */
 > > +		};
-> > +		flash_memory: region at 5c000000 {
+> > +		flash_memory: region@5c000000 {
 > > +			no-map;
 > > +			reg = <0x5c000000 0x02000000>; /* 32M */
 > > +		};
@@ -118,7 +118,7 @@ Done.
 > > +
 > > +&fmc {
 > > +	status = "okay";
-> > +	flash at 0 {
+> > +	flash@0 {
 > > +		status = "okay";
 > > +		m25p,fast-read;
 > > +        label = "bmc";
@@ -142,7 +142,7 @@ Setting this pin to &pinctrl_spi1_default leads to warning:
 
 > 
 > > +
-> > +	flash at 0 {
+> > +	flash@0 {
 > > +		status = "okay";
 > > +		label = "pnor";
 > > +		m25p,fast-read;
@@ -211,7 +211,7 @@ Done.
 > > +&i2c0 {
 > > +	status = "okay";
 > > +
-> > +	eeprom at 50 {
+> > +	eeprom@50 {
 > > +		compatible = "atmel,24c256";
 > > +		reg = <0x50>;
 > > +		pagesize = <64>;
@@ -221,7 +221,7 @@ Done.
 > > +&i2c1 {
 > > +	status = "okay";
 > > +
-> > +	tmp75 at 49 {
+> > +	tmp75@49 {
 > > +		compatible = "ti,tmp75";
 > > +		reg = <0x49>;
 > > +	};
@@ -238,7 +238,7 @@ Done.
 > > +&i2c4 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 50 {
+> > +	occ-hwmon@50 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x50>;
 > > +	};
@@ -247,7 +247,7 @@ Done.
 > > +&i2c5 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 51 {
+> > +	occ-hwmon@51 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x51>;
 > > +	};
@@ -256,7 +256,7 @@ Done.
 > > +&i2c6 {
 > > +	status = "okay";
 > > +
-> > +	w83795g at 2f {
+> > +	w83795g@2f {
 > > +		compatible = "nuvoton,w83795g";
 > > +		reg = <0x2f>;
 > > +	};
@@ -265,7 +265,7 @@ Done.
 > > +&i2c7 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 56 {
+> > +	occ-hwmon@56 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x56>;
 > > +	};
@@ -282,7 +282,7 @@ Done.
 > > +&i2c11 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 57 {
+> > +	occ-hwmon@57 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x57>;
 > > +	};
@@ -291,7 +291,7 @@ Done.
 > > +&i2c12 {
 > > +	status = "okay";
 > > +
-> > +	rtc at 68 {
+> > +	rtc@68 {
 > > +		compatible = "maxim,ds3231";
 > > +		reg = <0x68>;
 > > +	};
@@ -308,3 +308,8 @@ Done.
 > > 2.20.1
 > > 
 > >
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index 3d2a7f8..8c55469 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,17 @@
  "ref\020190531061207.23079-1-a.filippov@yadro.com\0"
  "ref\02966b961-77ca-4371-949c-195b623e344b@www.fastmail.com\0"
  "From\0Alexander A. Filippov <a.filippov@yadro.com>\0"
- "Subject\0[PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC\0"
+ "Subject\0Re: [PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC\0"
  "Date\0Fri, 31 May 2019 12:07:01 +0300\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Mark Rutland <mark.rutland@arm.com>"
+  devicetree@vger.kernel.org
+  linux-aspeed@lists.ozlabs.org
+  linux-kernel@vger.kernel.org
+  Rob Herring <robh+dt@kernel.org>
+  Alexander A. Filippov <a.filippov@yadro.com>
+  linux-arm-kernel@lists.infradead.org
+ " Joel Stanley <joel@jms.id.au>\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 31, 2019 at 04:02:37PM +0930, Andrew Jeffery wrote:\n"
@@ -74,11 +82,11 @@
  "> > +\t\t#size-cells = <1>;\n"
  "> > +\t\tranges;\n"
  "> > +\n"
- "> > +\t\tvga_memory: framebuffer at 5f000000 {\n"
+ "> > +\t\tvga_memory: framebuffer@5f000000 {\n"
  "> > +\t\t\tno-map;\n"
  "> > +\t\t\treg = <0x5f000000 0x01000000>; /* 16MB */\n"
  "> > +\t\t};\n"
- "> > +\t\tflash_memory: region at 5c000000 {\n"
+ "> > +\t\tflash_memory: region@5c000000 {\n"
  "> > +\t\t\tno-map;\n"
  "> > +\t\t\treg = <0x5c000000 0x02000000>; /* 32M */\n"
  "> > +\t\t};\n"
@@ -126,7 +134,7 @@
  "> > +\n"
  "> > +&fmc {\n"
  "> > +\tstatus = \"okay\";\n"
- "> > +\tflash at 0 {\n"
+ "> > +\tflash@0 {\n"
  "> > +\t\tstatus = \"okay\";\n"
  "> > +\t\tm25p,fast-read;\n"
  "> > +        label = \"bmc\";\n"
@@ -150,7 +158,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +\tflash at 0 {\n"
+ "> > +\tflash@0 {\n"
  "> > +\t\tstatus = \"okay\";\n"
  "> > +\t\tlabel = \"pnor\";\n"
  "> > +\t\tm25p,fast-read;\n"
@@ -219,7 +227,7 @@
  "> > +&i2c0 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\teeprom at 50 {\n"
+ "> > +\teeprom@50 {\n"
  "> > +\t\tcompatible = \"atmel,24c256\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t\tpagesize = <64>;\n"
@@ -229,7 +237,7 @@
  "> > +&i2c1 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\ttmp75 at 49 {\n"
+ "> > +\ttmp75@49 {\n"
  "> > +\t\tcompatible = \"ti,tmp75\";\n"
  "> > +\t\treg = <0x49>;\n"
  "> > +\t};\n"
@@ -246,7 +254,7 @@
  "> > +&i2c4 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 50 {\n"
+ "> > +\tocc-hwmon@50 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t};\n"
@@ -255,7 +263,7 @@
  "> > +&i2c5 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 51 {\n"
+ "> > +\tocc-hwmon@51 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x51>;\n"
  "> > +\t};\n"
@@ -264,7 +272,7 @@
  "> > +&i2c6 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tw83795g at 2f {\n"
+ "> > +\tw83795g@2f {\n"
  "> > +\t\tcompatible = \"nuvoton,w83795g\";\n"
  "> > +\t\treg = <0x2f>;\n"
  "> > +\t};\n"
@@ -273,7 +281,7 @@
  "> > +&i2c7 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 56 {\n"
+ "> > +\tocc-hwmon@56 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x56>;\n"
  "> > +\t};\n"
@@ -290,7 +298,7 @@
  "> > +&i2c11 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 57 {\n"
+ "> > +\tocc-hwmon@57 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x57>;\n"
  "> > +\t};\n"
@@ -299,7 +307,7 @@
  "> > +&i2c12 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\trtc at 68 {\n"
+ "> > +\trtc@68 {\n"
  "> > +\t\tcompatible = \"maxim,ds3231\";\n"
  "> > +\t\treg = <0x68>;\n"
  "> > +\t};\n"
@@ -315,6 +323,11 @@
  "> > -- \n"
  "> > 2.20.1\n"
  "> > \n"
- > >
+ "> >\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-3538a52b63d3f70e1662eb230ee4f450a2029a7ad78305ec0cc7dff62c71f443
+1b00b651df771efab47a9df4da0a8dea8d1a156a536dac9657e7f7a48fd0fd69

diff --git a/a/1.txt b/N2/1.txt
index 90234b5..54c2ac4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -66,11 +66,11 @@ Done.
 > > +		#size-cells = <1>;
 > > +		ranges;
 > > +
-> > +		vga_memory: framebuffer at 5f000000 {
+> > +		vga_memory: framebuffer@5f000000 {
 > > +			no-map;
 > > +			reg = <0x5f000000 0x01000000>; /* 16MB */
 > > +		};
-> > +		flash_memory: region at 5c000000 {
+> > +		flash_memory: region@5c000000 {
 > > +			no-map;
 > > +			reg = <0x5c000000 0x02000000>; /* 32M */
 > > +		};
@@ -118,7 +118,7 @@ Done.
 > > +
 > > +&fmc {
 > > +	status = "okay";
-> > +	flash at 0 {
+> > +	flash@0 {
 > > +		status = "okay";
 > > +		m25p,fast-read;
 > > +        label = "bmc";
@@ -142,7 +142,7 @@ Setting this pin to &pinctrl_spi1_default leads to warning:
 
 > 
 > > +
-> > +	flash at 0 {
+> > +	flash@0 {
 > > +		status = "okay";
 > > +		label = "pnor";
 > > +		m25p,fast-read;
@@ -211,7 +211,7 @@ Done.
 > > +&i2c0 {
 > > +	status = "okay";
 > > +
-> > +	eeprom at 50 {
+> > +	eeprom@50 {
 > > +		compatible = "atmel,24c256";
 > > +		reg = <0x50>;
 > > +		pagesize = <64>;
@@ -221,7 +221,7 @@ Done.
 > > +&i2c1 {
 > > +	status = "okay";
 > > +
-> > +	tmp75 at 49 {
+> > +	tmp75@49 {
 > > +		compatible = "ti,tmp75";
 > > +		reg = <0x49>;
 > > +	};
@@ -238,7 +238,7 @@ Done.
 > > +&i2c4 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 50 {
+> > +	occ-hwmon@50 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x50>;
 > > +	};
@@ -247,7 +247,7 @@ Done.
 > > +&i2c5 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 51 {
+> > +	occ-hwmon@51 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x51>;
 > > +	};
@@ -256,7 +256,7 @@ Done.
 > > +&i2c6 {
 > > +	status = "okay";
 > > +
-> > +	w83795g at 2f {
+> > +	w83795g@2f {
 > > +		compatible = "nuvoton,w83795g";
 > > +		reg = <0x2f>;
 > > +	};
@@ -265,7 +265,7 @@ Done.
 > > +&i2c7 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 56 {
+> > +	occ-hwmon@56 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x56>;
 > > +	};
@@ -282,7 +282,7 @@ Done.
 > > +&i2c11 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 57 {
+> > +	occ-hwmon@57 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x57>;
 > > +	};
@@ -291,7 +291,7 @@ Done.
 > > +&i2c12 {
 > > +	status = "okay";
 > > +
-> > +	rtc at 68 {
+> > +	rtc@68 {
 > > +		compatible = "maxim,ds3231";
 > > +		reg = <0x68>;
 > > +	};
diff --git a/a/content_digest b/N2/content_digest
index 3d2a7f8..4441d10 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,17 @@
  "ref\020190531061207.23079-1-a.filippov@yadro.com\0"
  "ref\02966b961-77ca-4371-949c-195b623e344b@www.fastmail.com\0"
  "From\0Alexander A. Filippov <a.filippov@yadro.com>\0"
- "Subject\0[PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC\0"
+ "Subject\0Re: [PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC\0"
  "Date\0Fri, 31 May 2019 12:07:01 +0300\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Alexander A. Filippov <a.filippov@yadro.com>"
+  linux-aspeed@lists.ozlabs.org
+  linux-arm-kernel@lists.infradead.org
+  devicetree@vger.kernel.org
+  Joel Stanley <joel@jms.id.au>
+  Mark Rutland <mark.rutland@arm.com>
+  Rob Herring <robh+dt@kernel.org>
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 31, 2019 at 04:02:37PM +0930, Andrew Jeffery wrote:\n"
@@ -74,11 +82,11 @@
  "> > +\t\t#size-cells = <1>;\n"
  "> > +\t\tranges;\n"
  "> > +\n"
- "> > +\t\tvga_memory: framebuffer at 5f000000 {\n"
+ "> > +\t\tvga_memory: framebuffer@5f000000 {\n"
  "> > +\t\t\tno-map;\n"
  "> > +\t\t\treg = <0x5f000000 0x01000000>; /* 16MB */\n"
  "> > +\t\t};\n"
- "> > +\t\tflash_memory: region at 5c000000 {\n"
+ "> > +\t\tflash_memory: region@5c000000 {\n"
  "> > +\t\t\tno-map;\n"
  "> > +\t\t\treg = <0x5c000000 0x02000000>; /* 32M */\n"
  "> > +\t\t};\n"
@@ -126,7 +134,7 @@
  "> > +\n"
  "> > +&fmc {\n"
  "> > +\tstatus = \"okay\";\n"
- "> > +\tflash at 0 {\n"
+ "> > +\tflash@0 {\n"
  "> > +\t\tstatus = \"okay\";\n"
  "> > +\t\tm25p,fast-read;\n"
  "> > +        label = \"bmc\";\n"
@@ -150,7 +158,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +\tflash at 0 {\n"
+ "> > +\tflash@0 {\n"
  "> > +\t\tstatus = \"okay\";\n"
  "> > +\t\tlabel = \"pnor\";\n"
  "> > +\t\tm25p,fast-read;\n"
@@ -219,7 +227,7 @@
  "> > +&i2c0 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\teeprom at 50 {\n"
+ "> > +\teeprom@50 {\n"
  "> > +\t\tcompatible = \"atmel,24c256\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t\tpagesize = <64>;\n"
@@ -229,7 +237,7 @@
  "> > +&i2c1 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\ttmp75 at 49 {\n"
+ "> > +\ttmp75@49 {\n"
  "> > +\t\tcompatible = \"ti,tmp75\";\n"
  "> > +\t\treg = <0x49>;\n"
  "> > +\t};\n"
@@ -246,7 +254,7 @@
  "> > +&i2c4 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 50 {\n"
+ "> > +\tocc-hwmon@50 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t};\n"
@@ -255,7 +263,7 @@
  "> > +&i2c5 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 51 {\n"
+ "> > +\tocc-hwmon@51 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x51>;\n"
  "> > +\t};\n"
@@ -264,7 +272,7 @@
  "> > +&i2c6 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tw83795g at 2f {\n"
+ "> > +\tw83795g@2f {\n"
  "> > +\t\tcompatible = \"nuvoton,w83795g\";\n"
  "> > +\t\treg = <0x2f>;\n"
  "> > +\t};\n"
@@ -273,7 +281,7 @@
  "> > +&i2c7 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 56 {\n"
+ "> > +\tocc-hwmon@56 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x56>;\n"
  "> > +\t};\n"
@@ -290,7 +298,7 @@
  "> > +&i2c11 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 57 {\n"
+ "> > +\tocc-hwmon@57 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x57>;\n"
  "> > +\t};\n"
@@ -299,7 +307,7 @@
  "> > +&i2c12 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\trtc at 68 {\n"
+ "> > +\trtc@68 {\n"
  "> > +\t\tcompatible = \"maxim,ds3231\";\n"
  "> > +\t\treg = <0x68>;\n"
  "> > +\t};\n"
@@ -317,4 +325,4 @@
  "> > \n"
  > >
 
-3538a52b63d3f70e1662eb230ee4f450a2029a7ad78305ec0cc7dff62c71f443
+e2d6c4608eba797b07f8372f30f6ce793c7ef5c04aa00155651217cd8e0e7c88

diff --git a/a/1.txt b/N3/1.txt
index 90234b5..54c2ac4 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -66,11 +66,11 @@ Done.
 > > +		#size-cells = <1>;
 > > +		ranges;
 > > +
-> > +		vga_memory: framebuffer at 5f000000 {
+> > +		vga_memory: framebuffer@5f000000 {
 > > +			no-map;
 > > +			reg = <0x5f000000 0x01000000>; /* 16MB */
 > > +		};
-> > +		flash_memory: region at 5c000000 {
+> > +		flash_memory: region@5c000000 {
 > > +			no-map;
 > > +			reg = <0x5c000000 0x02000000>; /* 32M */
 > > +		};
@@ -118,7 +118,7 @@ Done.
 > > +
 > > +&fmc {
 > > +	status = "okay";
-> > +	flash at 0 {
+> > +	flash@0 {
 > > +		status = "okay";
 > > +		m25p,fast-read;
 > > +        label = "bmc";
@@ -142,7 +142,7 @@ Setting this pin to &pinctrl_spi1_default leads to warning:
 
 > 
 > > +
-> > +	flash at 0 {
+> > +	flash@0 {
 > > +		status = "okay";
 > > +		label = "pnor";
 > > +		m25p,fast-read;
@@ -211,7 +211,7 @@ Done.
 > > +&i2c0 {
 > > +	status = "okay";
 > > +
-> > +	eeprom at 50 {
+> > +	eeprom@50 {
 > > +		compatible = "atmel,24c256";
 > > +		reg = <0x50>;
 > > +		pagesize = <64>;
@@ -221,7 +221,7 @@ Done.
 > > +&i2c1 {
 > > +	status = "okay";
 > > +
-> > +	tmp75 at 49 {
+> > +	tmp75@49 {
 > > +		compatible = "ti,tmp75";
 > > +		reg = <0x49>;
 > > +	};
@@ -238,7 +238,7 @@ Done.
 > > +&i2c4 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 50 {
+> > +	occ-hwmon@50 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x50>;
 > > +	};
@@ -247,7 +247,7 @@ Done.
 > > +&i2c5 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 51 {
+> > +	occ-hwmon@51 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x51>;
 > > +	};
@@ -256,7 +256,7 @@ Done.
 > > +&i2c6 {
 > > +	status = "okay";
 > > +
-> > +	w83795g at 2f {
+> > +	w83795g@2f {
 > > +		compatible = "nuvoton,w83795g";
 > > +		reg = <0x2f>;
 > > +	};
@@ -265,7 +265,7 @@ Done.
 > > +&i2c7 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 56 {
+> > +	occ-hwmon@56 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x56>;
 > > +	};
@@ -282,7 +282,7 @@ Done.
 > > +&i2c11 {
 > > +	status = "okay";
 > > +
-> > +	occ-hwmon at 57 {
+> > +	occ-hwmon@57 {
 > > +		compatible = "ibm,p8-occ-hwmon";
 > > +		reg = <0x57>;
 > > +	};
@@ -291,7 +291,7 @@ Done.
 > > +&i2c12 {
 > > +	status = "okay";
 > > +
-> > +	rtc at 68 {
+> > +	rtc@68 {
 > > +		compatible = "maxim,ds3231";
 > > +		reg = <0x68>;
 > > +	};
diff --git a/a/content_digest b/N3/content_digest
index 3d2a7f8..b515d43 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,9 +1,17 @@
  "ref\020190531061207.23079-1-a.filippov@yadro.com\0"
  "ref\02966b961-77ca-4371-949c-195b623e344b@www.fastmail.com\0"
  "From\0Alexander A. Filippov <a.filippov@yadro.com>\0"
- "Subject\0[PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC\0"
+ "Subject\0Re: [PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC\0"
  "Date\0Fri, 31 May 2019 12:07:01 +0300\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Alexander A. Filippov <a.filippov@yadro.com>"
+  <linux-aspeed@lists.ozlabs.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <devicetree@vger.kernel.org>
+  Joel Stanley <joel@jms.id.au>
+  Mark Rutland <mark.rutland@arm.com>
+  Rob Herring <robh+dt@kernel.org>
+ " <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 31, 2019 at 04:02:37PM +0930, Andrew Jeffery wrote:\n"
@@ -74,11 +82,11 @@
  "> > +\t\t#size-cells = <1>;\n"
  "> > +\t\tranges;\n"
  "> > +\n"
- "> > +\t\tvga_memory: framebuffer at 5f000000 {\n"
+ "> > +\t\tvga_memory: framebuffer@5f000000 {\n"
  "> > +\t\t\tno-map;\n"
  "> > +\t\t\treg = <0x5f000000 0x01000000>; /* 16MB */\n"
  "> > +\t\t};\n"
- "> > +\t\tflash_memory: region at 5c000000 {\n"
+ "> > +\t\tflash_memory: region@5c000000 {\n"
  "> > +\t\t\tno-map;\n"
  "> > +\t\t\treg = <0x5c000000 0x02000000>; /* 32M */\n"
  "> > +\t\t};\n"
@@ -126,7 +134,7 @@
  "> > +\n"
  "> > +&fmc {\n"
  "> > +\tstatus = \"okay\";\n"
- "> > +\tflash at 0 {\n"
+ "> > +\tflash@0 {\n"
  "> > +\t\tstatus = \"okay\";\n"
  "> > +\t\tm25p,fast-read;\n"
  "> > +        label = \"bmc\";\n"
@@ -150,7 +158,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +\tflash at 0 {\n"
+ "> > +\tflash@0 {\n"
  "> > +\t\tstatus = \"okay\";\n"
  "> > +\t\tlabel = \"pnor\";\n"
  "> > +\t\tm25p,fast-read;\n"
@@ -219,7 +227,7 @@
  "> > +&i2c0 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\teeprom at 50 {\n"
+ "> > +\teeprom@50 {\n"
  "> > +\t\tcompatible = \"atmel,24c256\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t\tpagesize = <64>;\n"
@@ -229,7 +237,7 @@
  "> > +&i2c1 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\ttmp75 at 49 {\n"
+ "> > +\ttmp75@49 {\n"
  "> > +\t\tcompatible = \"ti,tmp75\";\n"
  "> > +\t\treg = <0x49>;\n"
  "> > +\t};\n"
@@ -246,7 +254,7 @@
  "> > +&i2c4 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 50 {\n"
+ "> > +\tocc-hwmon@50 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x50>;\n"
  "> > +\t};\n"
@@ -255,7 +263,7 @@
  "> > +&i2c5 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 51 {\n"
+ "> > +\tocc-hwmon@51 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x51>;\n"
  "> > +\t};\n"
@@ -264,7 +272,7 @@
  "> > +&i2c6 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tw83795g at 2f {\n"
+ "> > +\tw83795g@2f {\n"
  "> > +\t\tcompatible = \"nuvoton,w83795g\";\n"
  "> > +\t\treg = <0x2f>;\n"
  "> > +\t};\n"
@@ -273,7 +281,7 @@
  "> > +&i2c7 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 56 {\n"
+ "> > +\tocc-hwmon@56 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x56>;\n"
  "> > +\t};\n"
@@ -290,7 +298,7 @@
  "> > +&i2c11 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\tocc-hwmon at 57 {\n"
+ "> > +\tocc-hwmon@57 {\n"
  "> > +\t\tcompatible = \"ibm,p8-occ-hwmon\";\n"
  "> > +\t\treg = <0x57>;\n"
  "> > +\t};\n"
@@ -299,7 +307,7 @@
  "> > +&i2c12 {\n"
  "> > +\tstatus = \"okay\";\n"
  "> > +\n"
- "> > +\trtc at 68 {\n"
+ "> > +\trtc@68 {\n"
  "> > +\t\tcompatible = \"maxim,ds3231\";\n"
  "> > +\t\treg = <0x68>;\n"
  "> > +\t};\n"
@@ -317,4 +325,4 @@
  "> > \n"
  > >
 
-3538a52b63d3f70e1662eb230ee4f450a2029a7ad78305ec0cc7dff62c71f443
+8700e2c61628aed9997681d2bf723aa412ad886500efe8775e93573b616366c3

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.