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

diff --git a/a/1.txt b/N1/1.txt
index 2216386..c876478 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,16 +1,16 @@
-On 04/15/2013 02:16 PM, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org :
-> From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+On 04/15/2013 02:16 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>
+> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
 
 Some minor comments but the overall is good: so, after adding a little
 more explanation to documentation:
 
-Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
+Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 
 Very nice and concise patch for adding such an important feature: kudos!
 
@@ -43,8 +43,8 @@ number of integer cells in the dmas property of client device."
 > -Examples:
 > +Example:
 >  
-> -dma@ffffec00 {
-> +dma0: dma@ffffec00 {
+> -dma at ffffec00 {
+> +dma0: dma at ffffec00 {
 >  	compatible = "atmel,at91sam9g45-dma";
 >  	reg = <0xffffec00 0x200>;
 >  	interrupts = <21>;
@@ -76,7 +76,7 @@ identifier can be different for tx and rx.
 > +
 > +Example:
 > +
-> +i2c0@i2c@f8010000 {
+> +i2c0 at i2c@f8010000 {
 > +	compatible = "atmel,at91sam9x5-i2c";
 > +	reg = <0xf8010000 0x100>;
 > +	interrupts = <9 4 6>;
@@ -99,7 +99,7 @@ Ditto.
 > +				#dma-cells = <2>;
 >  			};
 >  
->  			dma1: dma-controller@ffffe800 {
+>  			dma1: dma-controller at ffffe800 {
 >  				compatible = "atmel,at91sam9g45-dma";
 >  				reg = <0xffffe800 0x200>;
 >  				interrupts = <31 4 0>;
@@ -107,7 +107,7 @@ Ditto.
 > +				#dma-cells = <2>;
 >  			};
 >  
->  			ramc0: ramc@ffffea00 {
+>  			ramc0: ramc at ffffea00 {
 > diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
 > index 8415467..d5f7a1b 100644
 > --- a/drivers/dma/at_hdmac.c
diff --git a/a/content_digest b/N1/content_digest
index 789a751..b6883b6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,24 @@
  "ref\01366028217-5037-1-git-send-email-ludovic.desroches@atmel.com\0"
  "ref\01366028217-5037-2-git-send-email-ludovic.desroches@atmel.com\0"
- "ref\01366028217-5037-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/3] at_hdmac: move to generic DMA binding\0"
+ "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
+ "Subject\0[PATCH 1/3] at_hdmac: move to generic DMA binding\0"
  "Date\0Tue, 16 Apr 2013 12:03:45 +0200\0"
- "To\0ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
- "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
-  linux-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/15/2013 02:16 PM, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org :\n"
- "> From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
+ "On 04/15/2013 02:16 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"
+ "> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>\n"
  "\n"
  "Some minor comments but the overall is good: so, after adding a little\n"
  "more explanation to documentation:\n"
  "\n"
- "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
+ "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
  "\n"
  "Very nice and concise patch for adding such an important feature: kudos!\n"
  "\n"
@@ -56,8 +51,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 +84,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"
@@ -112,7 +107,7 @@
  "> +\t\t\t\t#dma-cells = <2>;\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tdma1: dma-controller@ffffe800 {\n"
+ ">  \t\t\tdma1: dma-controller at ffffe800 {\n"
  ">  \t\t\t\tcompatible = \"atmel,at91sam9g45-dma\";\n"
  ">  \t\t\t\treg = <0xffffe800 0x200>;\n"
  ">  \t\t\t\tinterrupts = <31 4 0>;\n"
@@ -120,7 +115,7 @@
  "> +\t\t\t\t#dma-cells = <2>;\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tramc0: ramc@ffffea00 {\n"
+ ">  \t\t\tramc0: ramc at ffffea00 {\n"
  "> diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c\n"
  "> index 8415467..d5f7a1b 100644\n"
  "> --- a/drivers/dma/at_hdmac.c\n"
@@ -304,4 +299,4 @@
  "-- \n"
  Nicolas Ferre
 
-2d37fbcc890b12aa525ec0e7164e174fb55907b115d3e9654ad89a3e4441c306
+7774f5663e2a359a5c46c9fe4ec2f70926818f464c81678cbe15cae013ced820

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.