All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <3722902.ByNK8Ptc5Y@flatron>

diff --git a/a/1.txt b/N1/1.txt
index f056fce..37a051e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ On Wednesday 13 of November 2013 18:53:23 Florian Meier wrote:
 > Add support for DMA controller of BCM2835 as used in the Raspberry Pi.
 > Currently it only supports cyclic DMA.
 > 
-> Signed-off-by: Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>
+> Signed-off-by: Florian Meier <florian.meier@koalo.de>
 > ---
 > 
 > Besides of many minor improvements (thanks to your helpful comments),
@@ -59,7 +59,7 @@ structure of this DMA controller?
 > +
 > +Example:
 > +
-> +dma: dma@7e007000 {
+> +dma: dma at 7e007000 {
 > +	compatible = "brcm,bcm2835-dma";
 > +	reg = <0x7e007000 0xf00>;
 > +	interrupts = <1 16
@@ -151,8 +151,3 @@ Otherwise, the driver looks pretty good.
 
 Best regards,
 Tomasz
-
---
-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 60d1877..f11f619 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,8 @@
  "ref\05283BC93.1090801@koalo.de\0"
- "ref\05283BC93.1090801-oZ8rN/sblLk@public.gmane.org\0"
- "From\0Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCHv4] dmaengine: Add support for BCM2835\0"
+ "From\0tomasz.figa@gmail.com (Tomasz Figa)\0"
+ "Subject\0[PATCHv4] dmaengine: Add support for BCM2835\0"
  "Date\0Wed, 13 Nov 2013 19:43:13 +0100\0"
- "To\0Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>\0"
- "Cc\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>"
-  Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
-  devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
-  Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  linux-rpi-kernel <linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
-  dmaengine <dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Florian,\n"
@@ -29,7 +16,7 @@
  "> Add support for DMA controller of BCM2835 as used in the Raspberry Pi.\n"
  "> Currently it only supports cyclic DMA.\n"
  "> \n"
- "> Signed-off-by: Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>\n"
+ "> Signed-off-by: Florian Meier <florian.meier@koalo.de>\n"
  "> ---\n"
  "> \n"
  "> Besides of many minor improvements (thanks to your helpful comments),\n"
@@ -79,7 +66,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +dma: dma@7e007000 {\n"
+ "> +dma: dma at 7e007000 {\n"
  "> +\tcompatible = \"brcm,bcm2835-dma\";\n"
  "> +\treg = <0x7e007000 0xf00>;\n"
  "> +\tinterrupts = <1 16\n"
@@ -170,11 +157,6 @@
  "Otherwise, the driver looks pretty good.\n"
  "\n"
  "Best regards,\n"
- "Tomasz\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
+ Tomasz
 
-a843be18fa0db7d9491108a0f164673051a0dcef96681e9d2769e2b6ed6d7179
+1c2e993075d4d7c362082d5e95507140361ece74a4a4f2ada92ca2405dfd011f

diff --git a/a/1.txt b/N2/1.txt
index f056fce..1367330 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -9,7 +9,7 @@ On Wednesday 13 of November 2013 18:53:23 Florian Meier wrote:
 > Add support for DMA controller of BCM2835 as used in the Raspberry Pi.
 > Currently it only supports cyclic DMA.
 > 
-> Signed-off-by: Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>
+> Signed-off-by: Florian Meier <florian.meier@koalo.de>
 > ---
 > 
 > Besides of many minor improvements (thanks to your helpful comments),
@@ -151,8 +151,3 @@ Otherwise, the driver looks pretty good.
 
 Best regards,
 Tomasz
-
---
-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/N2/content_digest
index 60d1877..9459f7b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,21 +1,20 @@
  "ref\05283BC93.1090801@koalo.de\0"
- "ref\05283BC93.1090801-oZ8rN/sblLk@public.gmane.org\0"
- "From\0Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Tomasz Figa <tomasz.figa@gmail.com>\0"
  "Subject\0Re: [PATCHv4] dmaengine: Add support for BCM2835\0"
  "Date\0Wed, 13 Nov 2013 19:43:13 +0100\0"
- "To\0Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>\0"
- "Cc\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>"
-  Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Russell King - ARM Linux <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
-  devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
-  Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  linux-rpi-kernel <linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
-  dmaengine <dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Florian Meier <florian.meier@koalo.de>\0"
+ "Cc\0Stephen Warren <swarren@wwwdotorg.org>"
+  Vinod Koul <vinod.koul@intel.com>
+  Dan Williams <dan.j.williams@intel.com>
+  Russell King - ARM Linux <linux@arm.linux.org.uk>
+  devicetree <devicetree@vger.kernel.org>
+  alsa-devel@alsa-project.org
+  Liam Girdwood <lgirdwood@gmail.com>
+  linux-kernel@vger.kernel.org
+  Mark Brown <broonie@kernel.org>
+  linux-rpi-kernel <linux-rpi-kernel@lists.infradead.org>
+  dmaengine <dmaengine@vger.kernel.org>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Florian,\n"
@@ -29,7 +28,7 @@
  "> Add support for DMA controller of BCM2835 as used in the Raspberry Pi.\n"
  "> Currently it only supports cyclic DMA.\n"
  "> \n"
- "> Signed-off-by: Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>\n"
+ "> Signed-off-by: Florian Meier <florian.meier@koalo.de>\n"
  "> ---\n"
  "> \n"
  "> Besides of many minor improvements (thanks to your helpful comments),\n"
@@ -170,11 +169,6 @@
  "Otherwise, the driver looks pretty good.\n"
  "\n"
  "Best regards,\n"
- "Tomasz\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
+ Tomasz
 
-a843be18fa0db7d9491108a0f164673051a0dcef96681e9d2769e2b6ed6d7179
+964a17b3c4e46567c47404b6c44a4e1767326b59dd22c0cdc3cdf2464b72ebc4

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.