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

diff --git a/a/1.txt b/N1/1.txt
index d771215..62b2b8e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On Fri, Mar 11, 2016 at 03:06:39PM +0100, Steffen Trumtrar wrote:
 > Add a devicetree entry for the Random Number Generator Version C (RNGC).
 > 
-> Signed-off-by: Steffen Trumtrar <s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
 > ---
 > Changes in v2:
 >   - remove interrupt-names from dtsi
@@ -17,7 +17,7 @@ On Fri, Mar 11, 2016 at 03:06:39PM +0100, Steffen Trumtrar wrote:
 >  				interrupts = <41>;
 >  			};
 >  
-> +			rng: rng@53fb0000 {
+> +			rng: rng at 53fb0000 {
 > +				compatible = "fsl,imx25-rng";
 > +				reg = <0x53fb0000 0x4000>;
 > +				clocks = <&clks 109>;
@@ -30,14 +30,10 @@ Shawn
 > +				interrupts = <22>;
 > +			};
 > +
->  			esdhc1: esdhc@53fb4000 {
+>  			esdhc1: esdhc at 53fb4000 {
 >  				compatible = "fsl,imx25-esdhc";
 >  				reg = <0x53fb4000 0x4000>;
 > -- 
 > 2.7.0
 > 
-> 
---
-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 d702765..e750411 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,15 @@
  "ref\01457705200-16951-1-git-send-email-s.trumtrar@pengutronix.de\0"
  "ref\01457705200-16951-2-git-send-email-s.trumtrar@pengutronix.de\0"
- "ref\01457705200-16951-2-git-send-email-s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
- "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
- "Subject\0Re: [PATCH v2 2/3] ARM: i.MX25: add RNGC node to dtsi\0"
+ "From\0shawnguo@kernel.org (Shawn Guo)\0"
+ "Subject\0[PATCH v2 2/3] ARM: i.MX25: add RNGC node to dtsi\0"
  "Date\0Fri, 1 Apr 2016 16:52:59 +0800\0"
- "To\0Steffen Trumtrar <s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0"
- "Cc\0Herbert Xu <herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org>"
-  Matt Mackall <mpm-VDJrAJ4Gl5ZBDgjK7y7TUQ@public.gmane.org>
-  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
-  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Mar 11, 2016 at 03:06:39PM +0100, Steffen Trumtrar wrote:\n"
  "> Add a devicetree entry for the Random Number Generator Version C (RNGC).\n"
  "> \n"
- "> Signed-off-by: Steffen Trumtrar <s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n"
+ "> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>\n"
  "> ---\n"
  "> Changes in v2:\n"
  ">   - remove interrupt-names from dtsi\n"
@@ -37,7 +25,7 @@
  ">  \t\t\t\tinterrupts = <41>;\n"
  ">  \t\t\t};\n"
  ">  \n"
- "> +\t\t\trng: rng@53fb0000 {\n"
+ "> +\t\t\trng: rng at 53fb0000 {\n"
  "> +\t\t\t\tcompatible = \"fsl,imx25-rng\";\n"
  "> +\t\t\t\treg = <0x53fb0000 0x4000>;\n"
  "> +\t\t\t\tclocks = <&clks 109>;\n"
@@ -50,16 +38,12 @@
  "> +\t\t\t\tinterrupts = <22>;\n"
  "> +\t\t\t};\n"
  "> +\n"
- ">  \t\t\tesdhc1: esdhc@53fb4000 {\n"
+ ">  \t\t\tesdhc1: esdhc at 53fb4000 {\n"
  ">  \t\t\t\tcompatible = \"fsl,imx25-esdhc\";\n"
  ">  \t\t\t\treg = <0x53fb4000 0x4000>;\n"
  "> -- \n"
  "> 2.7.0\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
+ >
 
-7bd6a5c48903ec7b86f7b092896b04faa91a1fd8d1e2af9c23127d02095fe785
+00b6b73d40247e4ad0605409a138489e3ced6c5a049b0690cd08facd0557e47d

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.