All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160829143447.GV30790@tiger>

diff --git a/a/1.txt b/N1/1.txt
index d6c20f9..af3a1fc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ On Mon, Aug 29, 2016 at 10:25:43PM +0800, Anson Huang wrote:
 > so let's add compatible string 'fsl,imx6q-iomuxc-gpr'
 > for imx6ul iomuxc syscon node.
 > 
-> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
+> Signed-off-by: Anson Huang <Anson.Huang-3arQi8VN3Tc@public.gmane.org>
 
 Will this patch still be needed if you implement imx6ul suspend support
 with PSCI?
@@ -23,7 +23,7 @@ Shawn
 > @@ -644,7 +644,8 @@
 >  			};
 >  
->  			gpr: iomuxc-gpr at 020e4000 {
+>  			gpr: iomuxc-gpr@020e4000 {
 > -				compatible = "fsl,imx6ul-iomuxc-gpr", "syscon";
 > +				compatible = "fsl,imx6ul-iomuxc-gpr",
 > +					     "fsl,imx6q-iomuxc-gpr", "syscon";
@@ -32,4 +32,8 @@ Shawn
 >  
 > -- 
 > 1.9.1
->
+> 
+--
+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 0dd2cbb..ee861c2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,17 @@
  "ref\01472480743-8405-1-git-send-email-Anson.Huang@nxp.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH V2] ARM: dts: imx6ul iomuxc syscon is compatible to imx6q\0"
+ "ref\01472480743-8405-1-git-send-email-Anson.Huang-3arQi8VN3Tc@public.gmane.org\0"
+ "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH V2] ARM: dts: imx6ul iomuxc syscon is compatible to imx6q\0"
  "Date\0Mon, 29 Aug 2016 22:34:47 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Anson Huang <Anson.Huang-3arQi8VN3Tc@public.gmane.org>\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
+  fabio.estevam-3arQi8VN3Tc@public.gmane.org
+ " linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Aug 29, 2016 at 10:25:43PM +0800, Anson Huang wrote:\n"
@@ -10,7 +19,7 @@
  "> so let's add compatible string 'fsl,imx6q-iomuxc-gpr'\n"
  "> for imx6ul iomuxc syscon node.\n"
  "> \n"
- "> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>\n"
+ "> Signed-off-by: Anson Huang <Anson.Huang-3arQi8VN3Tc@public.gmane.org>\n"
  "\n"
  "Will this patch still be needed if you implement imx6ul suspend support\n"
  "with PSCI?\n"
@@ -30,7 +39,7 @@
  "> @@ -644,7 +644,8 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tgpr: iomuxc-gpr at 020e4000 {\n"
+ ">  \t\t\tgpr: iomuxc-gpr@020e4000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,imx6ul-iomuxc-gpr\", \"syscon\";\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6ul-iomuxc-gpr\",\n"
  "> +\t\t\t\t\t     \"fsl,imx6q-iomuxc-gpr\", \"syscon\";\n"
@@ -39,6 +48,10 @@
  ">  \n"
  "> -- \n"
  "> 1.9.1\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
 
-be7f751e91261e2a0ce5557c145b7dd51114f4929c0d3ae963e9ae9b5acd2510
+163e6c4ce38255761e6d20d0b2c2702150dfc9b8caba591542b96c8d824666bd

diff --git a/a/1.txt b/N2/1.txt
index d6c20f9..0726e7f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -23,7 +23,7 @@ Shawn
 > @@ -644,7 +644,8 @@
 >  			};
 >  
->  			gpr: iomuxc-gpr at 020e4000 {
+>  			gpr: iomuxc-gpr@020e4000 {
 > -				compatible = "fsl,imx6ul-iomuxc-gpr", "syscon";
 > +				compatible = "fsl,imx6ul-iomuxc-gpr",
 > +					     "fsl,imx6q-iomuxc-gpr", "syscon";
diff --git a/a/content_digest b/N2/content_digest
index 0dd2cbb..f5161a7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,16 @@
  "ref\01472480743-8405-1-git-send-email-Anson.Huang@nxp.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH V2] ARM: dts: imx6ul iomuxc syscon is compatible to imx6q\0"
+ "From\0Shawn Guo <shawnguo@kernel.org>\0"
+ "Subject\0Re: [PATCH V2] ARM: dts: imx6ul iomuxc syscon is compatible to imx6q\0"
  "Date\0Mon, 29 Aug 2016 22:34:47 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Anson Huang <Anson.Huang@nxp.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  linux-kernel@vger.kernel.org
+  devicetree@vger.kernel.org
+  mark.rutland@arm.com
+  robh+dt@kernel.org
+  kernel@pengutronix.de
+  fabio.estevam@nxp.com
+ " linux@armlinux.org.uk\0"
  "\00:1\0"
  "b\0"
  "On Mon, Aug 29, 2016 at 10:25:43PM +0800, Anson Huang wrote:\n"
@@ -30,7 +38,7 @@
  "> @@ -644,7 +644,8 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tgpr: iomuxc-gpr at 020e4000 {\n"
+ ">  \t\t\tgpr: iomuxc-gpr@020e4000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,imx6ul-iomuxc-gpr\", \"syscon\";\n"
  "> +\t\t\t\tcompatible = \"fsl,imx6ul-iomuxc-gpr\",\n"
  "> +\t\t\t\t\t     \"fsl,imx6q-iomuxc-gpr\", \"syscon\";\n"
@@ -41,4 +49,4 @@
  "> 1.9.1\n"
  >
 
-be7f751e91261e2a0ce5557c145b7dd51114f4929c0d3ae963e9ae9b5acd2510
+4e4392bf21d606058f125a1ecb6afbfd284fc59460f952d8f2fca58e7573320e

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.