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

diff --git a/a/1.txt b/N1/1.txt
index c578413..8f915da 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On Wed, Aug 12, 2015 at 10:21:56PM +0000, Stefan Wahren wrote:
 > This patch enables On Chip OTP support for i.MX23 and i.MX28 SoCs,
 > but keeps the old compatible string.
 > 
-> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
+> Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
 > ---
 >  arch/arm/boot/dts/imx23.dtsi |    7 +++++--
 >  arch/arm/boot/dts/imx28.dtsi |    7 +++++--
@@ -15,7 +15,7 @@ On Wed, Aug 12, 2015 at 10:21:56PM +0000, Stefan Wahren wrote:
 > @@ -383,9 +383,12 @@
 >  			};
 >  
->  			ocotp at 8002c000 {
+>  			ocotp@8002c000 {
 > -				compatible = "fsl,ocotp";
 > +				compatible = "fsl,imx23-ocotp", "fsl,ocotp";
 > +				#address-cells = <1>;
@@ -34,7 +34,7 @@ Shawn
 
 >  			};
 >  
->  			axi-ahb at 8002e000 {
+>  			axi-ahb@8002e000 {
 > diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
 > index 4e073e8..648d790 100644
 > --- a/arch/arm/boot/dts/imx28.dtsi
@@ -42,7 +42,7 @@ Shawn
 > @@ -936,9 +936,12 @@
 >  			};
 >  
->  			ocotp: ocotp at 8002c000 {
+>  			ocotp: ocotp@8002c000 {
 > -				compatible = "fsl,ocotp";
 > +				compatible = "fsl,imx28-ocotp", "fsl,ocotp";
 > +				#address-cells = <1>;
@@ -53,7 +53,11 @@ Shawn
 > +				status = "okay";
 >  			};
 >  
->  			axi-ahb at 8002e000 {
+>  			axi-ahb@8002e000 {
 > -- 
 > 1.7.9.5
->
+> 
+--
+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 3e17273..cbaae29 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,31 @@
  "ref\01439418116-1833-1-git-send-email-stefan.wahren@i2se.com\0"
  "ref\01439418116-1833-4-git-send-email-stefan.wahren@i2se.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH V6 3/3] ARM: mxs: enable ocotp for i.MX23 and i.MX28\0"
+ "ref\01439418116-1833-4-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org\0"
+ "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH V6 3/3] ARM: mxs: enable ocotp for i.MX23 and i.MX28\0"
  "Date\0Sun, 6 Sep 2015 15:55:18 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>\0"
+ "Cc\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>"
+  Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Marek Vasut <marex-ynQEQJNshbs@public.gmane.org>
+ " Janusz U\305\274ycki <j.uzycki-cjVIcFy54eMe9JSWTWOYM+658FiBabzs@public.gmane.org>"
+  Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
+  p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Aug 12, 2015 at 10:21:56PM +0000, Stefan Wahren wrote:\n"
  "> This patch enables On Chip OTP support for i.MX23 and i.MX28 SoCs,\n"
  "> but keeps the old compatible string.\n"
  "> \n"
- "> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>\n"
+ "> Signed-off-by: Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>\n"
  "> ---\n"
  ">  arch/arm/boot/dts/imx23.dtsi |    7 +++++--\n"
  ">  arch/arm/boot/dts/imx28.dtsi |    7 +++++--\n"
@@ -23,7 +38,7 @@
  "> @@ -383,9 +383,12 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tocotp at 8002c000 {\n"
+ ">  \t\t\tocotp@8002c000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,ocotp\";\n"
  "> +\t\t\t\tcompatible = \"fsl,imx23-ocotp\", \"fsl,ocotp\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
@@ -42,7 +57,7 @@
  "\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\taxi-ahb at 8002e000 {\n"
+ ">  \t\t\taxi-ahb@8002e000 {\n"
  "> diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi\n"
  "> index 4e073e8..648d790 100644\n"
  "> --- a/arch/arm/boot/dts/imx28.dtsi\n"
@@ -50,7 +65,7 @@
  "> @@ -936,9 +936,12 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tocotp: ocotp at 8002c000 {\n"
+ ">  \t\t\tocotp: ocotp@8002c000 {\n"
  "> -\t\t\t\tcompatible = \"fsl,ocotp\";\n"
  "> +\t\t\t\tcompatible = \"fsl,imx28-ocotp\", \"fsl,ocotp\";\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
@@ -61,9 +76,13 @@
  "> +\t\t\t\tstatus = \"okay\";\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\taxi-ahb at 8002e000 {\n"
+ ">  \t\t\taxi-ahb@8002e000 {\n"
  "> -- \n"
  "> 1.7.9.5\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
 
-f2bbeee355ef3ea4ef27f31b52ee3d0af0eaf2217a08681b9821f9a1388b86c0
+58316469beb29c51a6fee02bce1a3bcc03127a326a752437ebc626575b89e0e3

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.