All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <541946AA.6070407@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 82fc747..13bfa55 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 15/09/2014 16:50, Ludovic Desroches :
 > Add bindings documentation for the new Atmel DMA controller (XDMAC)
 > introduced with SAMA5D4.
 > 
-> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
+> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 > ---
 >  .../devicetree/bindings/dma/atmel-xdma.txt         | 48 ++++++++++++++++++++++
 >  1 file changed, 48 insertions(+)
@@ -35,7 +35,7 @@ You must add the "chip" used here: like:
 > +
 > +Example:
 > +
-> +dma1: dma-controller at f0004000 {
+> +dma1: dma-controller@f0004000 {
 > +	compatible = "atmel,sama5d4-dma";
 > +	reg = <0xf0004000 0x200>;
 > +	interrupts = <50 4 0>;
@@ -55,7 +55,7 @@ You must add the "chip" used here: like:
 > +
 > +Example:
 > +
-> +i2c2: i2c at f8024000 {
+> +i2c2: i2c@f8024000 {
 > +	compatible = "atmel,at91sam9x5-i2c";
 > +	reg = <0xf8024000 0x4000>;
 > +	interrupts = <34 4 6>;
@@ -71,8 +71,12 @@ You must add the "chip" used here: like:
 
 Otherwise, you can add my:
 
-Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
+Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 
 Thanks, bye,
 -- 
 Nicolas Ferre
+--
+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 80f9b4a..65f7874 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,28 @@
  "ref\01410792622-22621-1-git-send-email-ludovic.desroches@atmel.com\0"
  "ref\01410792622-22621-3-git-send-email-ludovic.desroches@atmel.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v4 2/2] ARM: dts: at_xdmac: add bindings documentation\0"
+ "ref\01410792622-22621-3-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v4 2/2] ARM: dts: at_xdmac: add bindings documentation\0"
  "Date\0Wed, 17 Sep 2014 10:30:34 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"
+  dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
+ "Cc\0plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org"
+  dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
+  josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org
+  maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+  arnd-r2nGTMty4D4@public.gmane.org
+  sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org
+ " mark.rutland-5wv7dgnIgG8@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 15/09/2014 16:50, Ludovic Desroches :\n"
  "> Add bindings documentation for the new Atmel DMA controller (XDMAC)\n"
  "> introduced with SAMA5D4.\n"
  "> \n"
- "> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>\n"
+ "> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "> ---\n"
  ">  .../devicetree/bindings/dma/atmel-xdma.txt         | 48 ++++++++++++++++++++++\n"
  ">  1 file changed, 48 insertions(+)\n"
@@ -43,7 +55,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +dma1: dma-controller at f0004000 {\n"
+ "> +dma1: dma-controller@f0004000 {\n"
  "> +\tcompatible = \"atmel,sama5d4-dma\";\n"
  "> +\treg = <0xf0004000 0x200>;\n"
  "> +\tinterrupts = <50 4 0>;\n"
@@ -63,7 +75,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +i2c2: i2c at f8024000 {\n"
+ "> +i2c2: i2c@f8024000 {\n"
  "> +\tcompatible = \"atmel,at91sam9x5-i2c\";\n"
  "> +\treg = <0xf8024000 0x4000>;\n"
  "> +\tinterrupts = <34 4 6>;\n"
@@ -79,10 +91,14 @@
  "\n"
  "Otherwise, you can add my:\n"
  "\n"
- "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
+ "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "Thanks, bye,\n"
  "-- \n"
- Nicolas Ferre
+ "Nicolas Ferre\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
 
-ea57e0f418d9050da2576dbc86f850e9d1365c9ea7078bb200626c3755774036
+4f63dcbc4d6d598ae99337d622203cc1165765400d9f8bb657afd34785dfa402

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.