All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5464C090.2080203@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 552ca95..a385923 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,9 +1,9 @@
 On 13/11/2014 14:18, Ludovic Desroches :
 > Add DMA controllers and device configurations.
 > 
-> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
+> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 
-Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
+Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 
 and queued in at91-3.19-dt.
 
@@ -33,7 +33,7 @@ Thanks, bye,
 >  			#size-cells = <1>;
 >  			ranges;
 >  
-> +			dma1: dma-controller at f0004000 {
+> +			dma1: dma-controller@f0004000 {
 > +				compatible = "atmel,sama5d4-dma";
 > +				reg = <0xf0004000 0x200>;
 > +				interrupts = <50 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -42,14 +42,14 @@ Thanks, bye,
 > +				clock-names = "dma_clk";
 > +			};
 > +
->  			ramc0: ramc at f0010000 {
+>  			ramc0: ramc@f0010000 {
 >  				compatible = "atmel,sama5d3-ddramc";
 >  				reg = <0xf0010000 0x200>;
 > @@ -309,6 +319,15 @@
 >  				clock-names = "ddrck", "mpddr";
 >  			};
 >  
-> +			dma0: dma-controller at f0014000 {
+> +			dma0: dma-controller@f0014000 {
 > +				compatible = "atmel,sama5d4-dma";
 > +				reg = <0xf0014000 0x200>;
 > +				interrupts = <8 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -58,7 +58,7 @@ Thanks, bye,
 > +				clock-names = "dma_clk";
 > +			};
 > +
->  			pmc: pmc at f0018000 {
+>  			pmc: pmc@f0018000 {
 >  				compatible = "atmel,sama5d3-pmc";
 >  				reg = <0xf0018000 0x120>;
 > @@ -761,6 +780,10 @@
@@ -172,3 +172,7 @@ 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 ab78cf4..6c5469d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,19 @@
  "ref\01415884724-11777-1-git-send-email-ludovic.desroches@atmel.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH] ARM: dts: sama5d4: add DMA support\0"
+ "ref\01415884724-11777-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: dts: sama5d4: add DMA support\0"
  "Date\0Thu, 13 Nov 2014 15:30:40 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 13/11/2014 14:18, Ludovic Desroches :\n"
  "> Add DMA controllers and device configurations.\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"
- "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
+ "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "and queued in at91-3.19-dt.\n"
  "\n"
@@ -40,7 +43,7 @@
  ">  \t\t\t#size-cells = <1>;\n"
  ">  \t\t\tranges;\n"
  ">  \n"
- "> +\t\t\tdma1: dma-controller at f0004000 {\n"
+ "> +\t\t\tdma1: dma-controller@f0004000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,sama5d4-dma\";\n"
  "> +\t\t\t\treg = <0xf0004000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <50 IRQ_TYPE_LEVEL_HIGH 0>;\n"
@@ -49,14 +52,14 @@
  "> +\t\t\t\tclock-names = \"dma_clk\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- ">  \t\t\tramc0: ramc at f0010000 {\n"
+ ">  \t\t\tramc0: ramc@f0010000 {\n"
  ">  \t\t\t\tcompatible = \"atmel,sama5d3-ddramc\";\n"
  ">  \t\t\t\treg = <0xf0010000 0x200>;\n"
  "> @@ -309,6 +319,15 @@\n"
  ">  \t\t\t\tclock-names = \"ddrck\", \"mpddr\";\n"
  ">  \t\t\t};\n"
  ">  \n"
- "> +\t\t\tdma0: dma-controller at f0014000 {\n"
+ "> +\t\t\tdma0: dma-controller@f0014000 {\n"
  "> +\t\t\t\tcompatible = \"atmel,sama5d4-dma\";\n"
  "> +\t\t\t\treg = <0xf0014000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 0>;\n"
@@ -65,7 +68,7 @@
  "> +\t\t\t\tclock-names = \"dma_clk\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- ">  \t\t\tpmc: pmc at f0018000 {\n"
+ ">  \t\t\tpmc: pmc@f0018000 {\n"
  ">  \t\t\t\tcompatible = \"atmel,sama5d3-pmc\";\n"
  ">  \t\t\t\treg = <0xf0018000 0x120>;\n"
  "> @@ -761,6 +780,10 @@\n"
@@ -178,6 +181,10 @@
  "\n"
  "\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
 
-a49899680ea5d2972c9257bc47389cdca1b104906e0dcc26e678f4b511d329bd
+91cfad897a9c627a98187bf5c355beb1bfffeace78c6d8d3640262ac7b037d21

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.