All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <528106E5.5000307@koalo.de>

diff --git a/a/1.txt b/N1/1.txt
index 7184ef0..dfc041e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 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>
 ---
 
 Second version of patch. Main improvements:
@@ -25,7 +25,7 @@ index 1e12aef..7389405 100644
  			status = "disabled";
  		};
 +
-+		dma: dma@7e007000 {
++		dma: dma at 7e007000 {
 +			compatible = "brcm,bcm2835-dma";
 +			reg = <0x7e007000 0xf00>;
 +			interrupts = <1 16
@@ -91,7 +91,7 @@ index 0000000..6972c0c
 + * This driver only supports cyclic DMA transfers
 + * as needed for the I2S module.
 + *
-+ * Author:      Florian Meier, <florian.meier-oZ8rN/sblLk@public.gmane.org>
++ * Author:      Florian Meier, <florian.meier@koalo.de>
 + *              Copyright 2013
 + *
 + * based on
@@ -983,8 +983,3 @@ index 0000000..6972c0c
 +
 -- 
 1.7.9.5
-
---
-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 68ff390..d6526a7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,13 @@
- "From\0Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>\0"
+ "From\0florian.meier@koalo.de (Florian Meier)\0"
  "Subject\0[PATCHv2] dmaengine: Add support for BCM2835.\0"
  "Date\0Mon, 11 Nov 2013 17:33:41 +0100\0"
- "To\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>\0"
- "Cc\0linux-rpi-kernel <linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>"
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
- " alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "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"
  "Second version of patch. Main improvements:\n"
@@ -41,7 +31,7 @@
  " \t\t\tstatus = \"disabled\";\n"
  " \t\t};\n"
  "+\n"
- "+\t\tdma: dma@7e007000 {\n"
+ "+\t\tdma: dma at 7e007000 {\n"
  "+\t\t\tcompatible = \"brcm,bcm2835-dma\";\n"
  "+\t\t\treg = <0x7e007000 0xf00>;\n"
  "+\t\t\tinterrupts = <1 16\n"
@@ -107,7 +97,7 @@
  "+ * This driver only supports cyclic DMA transfers\n"
  "+ * as needed for the I2S module.\n"
  "+ *\n"
- "+ * Author:      Florian Meier, <florian.meier-oZ8rN/sblLk@public.gmane.org>\n"
+ "+ * Author:      Florian Meier, <florian.meier@koalo.de>\n"
  "+ *              Copyright 2013\n"
  "+ *\n"
  "+ * based on\n"
@@ -998,11 +988,6 @@
  "+MODULE_LICENSE(\"GPL\");\n"
  "+\n"
  "-- \n"
- "1.7.9.5\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
+ 1.7.9.5
 
-566f50bfdfe9ad32b8f8775e8fe51145157e1eb18101168ccdfddcf68194f377
+11e6310da4e7a1e5f8e77fd8aae7e4b6b2049c39d3a5b31e1bc39f2d5be92570

diff --git a/a/1.txt b/N2/1.txt
index 7184ef0..ea15f74 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 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>
 ---
 
 Second version of patch. Main improvements:
@@ -91,7 +91,7 @@ index 0000000..6972c0c
 + * This driver only supports cyclic DMA transfers
 + * as needed for the I2S module.
 + *
-+ * Author:      Florian Meier, <florian.meier-oZ8rN/sblLk@public.gmane.org>
++ * Author:      Florian Meier, <florian.meier@koalo.de>
 + *              Copyright 2013
 + *
 + * based on
@@ -983,8 +983,3 @@ index 0000000..6972c0c
 +
 -- 
 1.7.9.5
-
---
-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 68ff390..530fbde 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,23 +1,23 @@
- "From\0Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>\0"
+ "From\0Florian Meier <florian.meier@koalo.de>\0"
  "Subject\0[PATCHv2] dmaengine: Add support for BCM2835.\0"
  "Date\0Mon, 11 Nov 2013 17:33:41 +0100\0"
- "To\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>\0"
- "Cc\0linux-rpi-kernel <linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>"
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Liam Girdwood <lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
- " alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org\0"
+ "To\0Stephen Warren <swarren@wwwdotorg.org>"
+  Vinod Koul <vinod.koul@intel.com>
+ " Dan Williams <dan.j.williams@intel.com>\0"
+ "Cc\0linux-rpi-kernel <linux-rpi-kernel@lists.infradead.org>"
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  dmaengine@vger.kernel.org
+  Liam Girdwood <lgirdwood@gmail.com>
+  Mark Brown <broonie@kernel.org>
+ " alsa-devel@alsa-project.org\0"
  "\00:1\0"
  "b\0"
  "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"
  "Second version of patch. Main improvements:\n"
@@ -107,7 +107,7 @@
  "+ * This driver only supports cyclic DMA transfers\n"
  "+ * as needed for the I2S module.\n"
  "+ *\n"
- "+ * Author:      Florian Meier, <florian.meier-oZ8rN/sblLk@public.gmane.org>\n"
+ "+ * Author:      Florian Meier, <florian.meier@koalo.de>\n"
  "+ *              Copyright 2013\n"
  "+ *\n"
  "+ * based on\n"
@@ -998,11 +998,6 @@
  "+MODULE_LICENSE(\"GPL\");\n"
  "+\n"
  "-- \n"
- "1.7.9.5\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
+ 1.7.9.5
 
-566f50bfdfe9ad32b8f8775e8fe51145157e1eb18101168ccdfddcf68194f377
+8794e8617a37cba23b0413eb618396f2ffd0ddfb90ab1257603814692ae44323

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.