All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170510012057.GB5833@dragon>

diff --git a/a/1.txt b/N1/1.txt
index 60bc7bb..b0e3473 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ On Fri, May 05, 2017 at 11:04:08AM +0530, Prabhakar Kushwaha wrote:
 > 
 > So add flash information in ifc node of device tree.
 > 
-> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
+> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha-3arQi8VN3Tc@public.gmane.org>
 > ---
 > changes for v2: Incorporated Shawn's comments
 > 
@@ -38,19 +38,19 @@ newline in the middle of property list is generally unneeded.
 	status = "okay";
 
 > +
-> +	nor at 0,0 {
+> +	nor@0,0 {
 > +		compatible = "cfi-flash";
 > +		reg = <0x0 0x0 0x8000000>;
 > +		bank-width = <2>;
 > +		device-width = <1>;
 > +	};
 > +
-> +	nand at 2,0 {
+> +	nand@2,0 {
 > +		compatible = "fsl,ifc-nand";
 > +		reg = <0x2 0x0 0x10000>;
 > +	};
 > +
-> +	fpga: board-control at 3,0 {
+> +	fpga: board-control@3,0 {
 > +		compatible = "fsl,ls1088aqds-fpga", "fsl,fpga-qixis";
 > +		reg = <0x3 0x0 0x0000100>;
 > +	};
@@ -76,12 +76,12 @@ newline in the middle of property list is generally unneeded.
 Ditto
 
 > +
-> +	nand at 0,0 {
+> +	nand@0,0 {
 > +		compatible = "fsl,ifc-nand";
 > +		reg = <0x0 0x0 0x10000>;
 > +	};
 > +
-> +	fpga: board-control at 2,0 {
+> +	fpga: board-control@2,0 {
 > +		compatible = "fsl,ls1088ardb-fpga", "fsl,fpga-qixis";
 > +		reg = <0x2 0x0 0x0000100>;
 > +	};
@@ -109,8 +109,12 @@ Shawn
 
 >  		};
 >  
->  		i2c0: i2c at 2000000 {
+>  		i2c0: i2c@2000000 {
 > -- 
 > 2.7.4
 > 
->
+> 
+--
+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 0cf20c0..723ff59 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,13 @@
  "ref\01493962448-10888-1-git-send-email-prabhakar.kushwaha@nxp.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH][v2] arm64: Add flash node for ls1088a qds and rdb\0"
+ "ref\01493962448-10888-1-git-send-email-prabhakar.kushwaha-3arQi8VN3Tc@public.gmane.org\0"
+ "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH][v2] arm64: Add flash node for ls1088a qds and rdb\0"
  "Date\0Wed, 10 May 2017 09:20:58 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Prabhakar Kushwaha <prabhakar.kushwaha-3arQi8VN3Tc@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 05, 2017 at 11:04:08AM +0530, Prabhakar Kushwaha wrote:\n"
@@ -11,7 +16,7 @@
  "> \n"
  "> So add flash information in ifc node of device tree.\n"
  "> \n"
- "> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>\n"
+ "> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha-3arQi8VN3Tc@public.gmane.org>\n"
  "> ---\n"
  "> changes for v2: Incorporated Shawn's comments\n"
  "> \n"
@@ -45,19 +50,19 @@
  "\tstatus = \"okay\";\n"
  "\n"
  "> +\n"
- "> +\tnor at 0,0 {\n"
+ "> +\tnor@0,0 {\n"
  "> +\t\tcompatible = \"cfi-flash\";\n"
  "> +\t\treg = <0x0 0x0 0x8000000>;\n"
  "> +\t\tbank-width = <2>;\n"
  "> +\t\tdevice-width = <1>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tnand at 2,0 {\n"
+ "> +\tnand@2,0 {\n"
  "> +\t\tcompatible = \"fsl,ifc-nand\";\n"
  "> +\t\treg = <0x2 0x0 0x10000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tfpga: board-control at 3,0 {\n"
+ "> +\tfpga: board-control@3,0 {\n"
  "> +\t\tcompatible = \"fsl,ls1088aqds-fpga\", \"fsl,fpga-qixis\";\n"
  "> +\t\treg = <0x3 0x0 0x0000100>;\n"
  "> +\t};\n"
@@ -83,12 +88,12 @@
  "Ditto\n"
  "\n"
  "> +\n"
- "> +\tnand at 0,0 {\n"
+ "> +\tnand@0,0 {\n"
  "> +\t\tcompatible = \"fsl,ifc-nand\";\n"
  "> +\t\treg = <0x0 0x0 0x10000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tfpga: board-control at 2,0 {\n"
+ "> +\tfpga: board-control@2,0 {\n"
  "> +\t\tcompatible = \"fsl,ls1088ardb-fpga\", \"fsl,fpga-qixis\";\n"
  "> +\t\treg = <0x2 0x0 0x0000100>;\n"
  "> +\t};\n"
@@ -116,10 +121,14 @@
  "\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\ti2c0: i2c at 2000000 {\n"
+ ">  \t\ti2c0: i2c@2000000 {\n"
  "> -- \n"
  "> 2.7.4\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
 
-c59be5c86b8ef697a4bef33b1eb5db58fe45c4fac7012daed0c0402e5f408fb3
+db636ab013238d0176e473c9e7013055e636c8224d2578c9b59b945700a65795

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.