All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <516FD21E.7070807@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index c69b252..e91b641 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
-On 04/16/2013 03:03 PM, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org :
-> From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+On 04/16/2013 03:03 PM, ludovic.desroches at atmel.com :
+> From: Ludovic Desroches <ludovic.desroches@atmel.com>
 > 
 > Update at_hdmac driver to support generic DMA device tree binding. Devices
 > can still request channel with dma_request_channel() then it doesn't break
 > DMA for non DT boards.
 > 
-> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
-> Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
-> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
+> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
+> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
+> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 
 I plan to make this whole series go forward for 3.10 because of the
 sensitive nature of DMA bindings and the expectations of everybody on
@@ -52,8 +52,8 @@ Thanks, best regards.
 > -Examples:
 > +Example:
 >  
-> -dma@ffffec00 {
-> +dma0: dma@ffffec00 {
+> -dma at ffffec00 {
+> +dma0: dma at ffffec00 {
 >  	compatible = "atmel,at91sam9g45-dma";
 >  	reg = <0xffffec00 0x200>;
 >  	interrupts = <21>;
@@ -73,7 +73,7 @@ Thanks, best regards.
 > +
 > +Example:
 > +
-> +i2c0@i2c@f8010000 {
+> +i2c0 at i2c@f8010000 {
 > +	compatible = "atmel,at91sam9x5-i2c";
 > +	reg = <0xf8010000 0x100>;
 > +	interrupts = <9 4 6>;
diff --git a/a/content_digest b/N1/content_digest
index d33d077..3a4c286 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,21 @@
  "ref\01366117390-24686-1-git-send-email-ludovic.desroches@atmel.com\0"
  "ref\01366117390-24686-2-git-send-email-ludovic.desroches@atmel.com\0"
- "ref\01366117390-24686-2-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
- "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/6] at_hdmac: move to generic DMA binding\0"
+ "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
+ "Subject\0[PATCH 1/6] at_hdmac: move to generic DMA binding\0"
  "Date\0Thu, 18 Apr 2013 12:59:42 +0200\0"
- "To\0ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
-  Koul
- " Vinod <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
- "Cc\0linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On 04/16/2013 03:03 PM, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org :\n"
- "> From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
+ "On 04/16/2013 03:03 PM, ludovic.desroches at atmel.com :\n"
+ "> From: Ludovic Desroches <ludovic.desroches@atmel.com>\n"
  "> \n"
  "> Update at_hdmac driver to support generic DMA device tree binding. Devices\n"
  "> can still request channel with dma_request_channel() then it doesn't break\n"
  "> DMA for non DT boards.\n"
  "> \n"
- "> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
- "> Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
- "> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\n"
+ "> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>\n"
+ "> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
+ "> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\n"
  "\n"
  "I plan to make this whole series go forward for 3.10 because of the\n"
  "sensitive nature of DMA bindings and the expectations of everybody on\n"
@@ -68,8 +60,8 @@
  "> -Examples:\n"
  "> +Example:\n"
  ">  \n"
- "> -dma@ffffec00 {\n"
- "> +dma0: dma@ffffec00 {\n"
+ "> -dma at ffffec00 {\n"
+ "> +dma0: dma at ffffec00 {\n"
  ">  \tcompatible = \"atmel,at91sam9g45-dma\";\n"
  ">  \treg = <0xffffec00 0x200>;\n"
  ">  \tinterrupts = <21>;\n"
@@ -89,7 +81,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +i2c0@i2c@f8010000 {\n"
+ "> +i2c0 at i2c@f8010000 {\n"
  "> +\tcompatible = \"atmel,at91sam9x5-i2c\";\n"
  "> +\treg = <0xf8010000 0x100>;\n"
  "> +\tinterrupts = <9 4 6>;\n"
@@ -280,4 +272,4 @@
  "-- \n"
  Nicolas Ferre
 
-fa8f1254d4eda956787fc87ac26c5718009575671b6128cd8f566f3d7630b0e9
+9aa6d9d511811ff11b090afaa1c2b32f54016158f55881cee5da256b0a6360af

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.