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

diff --git a/a/1.txt b/N1/1.txt
index f05eec0..acea739 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ On Friday 08 of November 2013 18:22:34 Florian Meier wrote:
 > Add support for DMA controller of BCM2835 as used in the Raspberry Pi.
 > Currently it only supports cyclic DMA for serving the I2S driver.
 > 
-> Signed-off-by: Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>
+> Signed-off-by: Florian Meier <florian.meier@koalo.de>
 > ---
 >  arch/arm/boot/dts/bcm2835.dtsi |   22 +
 >  drivers/dma/Kconfig            |    6 +
@@ -25,7 +25,7 @@ On Friday 08 of November 2013 18:22:34 Florian Meier wrote:
 >  			status = "disabled";
 >  		};
 > +
-> +		dma: dma@7e007000 {
+> +		dma: dma at 7e007000 {
 > +			compatible = "brcm,bcm2835-dma";
 > +			reg = <0x7e007000 0xf00>;
 > +			interrupts = <1 16
@@ -210,8 +210,3 @@ Do you really need subsys_initcall here?
 
 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 ff88eb9..df73e7d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,8 @@
  "ref\0527D1DDA.2040004@koalo.de\0"
- "ref\0527D1DDA.2040004-oZ8rN/sblLk@public.gmane.org\0"
- "From\0Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
- "Subject\0Re: [PATCH] dmaengine: Add support for BCM2835.\0"
+ "From\0tomasz.figa@gmail.com (Tomasz Figa)\0"
+ "Subject\0[PATCH] dmaengine: Add support for BCM2835.\0"
  "Date\0Wed, 13 Nov 2013 16:02:16 +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>
-  linux-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"
  "Hi Florian,\n"
@@ -26,7 +14,7 @@
  "> Add support for DMA controller of BCM2835 as used in the Raspberry Pi.\n"
  "> Currently it only supports cyclic DMA for serving the I2S driver.\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"
  ">  arch/arm/boot/dts/bcm2835.dtsi |   22 +\n"
  ">  drivers/dma/Kconfig            |    6 +\n"
@@ -44,7 +32,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"
@@ -228,11 +216,6 @@
  "Do you really need subsys_initcall here?\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
 
-f66f5ae05a8860a4d9e1fcd05bb58ddfec2b15986446719005cbc422a2726257
+1e63f641fc12acf929e18967801c2e73b6f0026b108d567246930e84b09420b4

diff --git a/a/1.txt b/N2/1.txt
index f05eec0..7b70f52 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -7,7 +7,7 @@ On Friday 08 of November 2013 18:22:34 Florian Meier wrote:
 > Add support for DMA controller of BCM2835 as used in the Raspberry Pi.
 > Currently it only supports cyclic DMA for serving the I2S driver.
 > 
-> Signed-off-by: Florian Meier <florian.meier-oZ8rN/sblLk@public.gmane.org>
+> Signed-off-by: Florian Meier <florian.meier@koalo.de>
 > ---
 >  arch/arm/boot/dts/bcm2835.dtsi |   22 +
 >  drivers/dma/Kconfig            |    6 +
@@ -210,8 +210,3 @@ Do you really need subsys_initcall here?
 
 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 ff88eb9..6622cda 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,19 @@
  "ref\0527D1DDA.2040004@koalo.de\0"
- "ref\0527D1DDA.2040004-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: [PATCH] dmaengine: Add support for BCM2835.\0"
  "Date\0Wed, 13 Nov 2013 16:02:16 +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>
-  linux-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\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>
+  linux-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"
  "Hi Florian,\n"
@@ -26,7 +25,7 @@
  "> Add support for DMA controller of BCM2835 as used in the Raspberry Pi.\n"
  "> Currently it only supports cyclic DMA for serving the I2S driver.\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"
  ">  arch/arm/boot/dts/bcm2835.dtsi |   22 +\n"
  ">  drivers/dma/Kconfig            |    6 +\n"
@@ -228,11 +227,6 @@
  "Do you really need subsys_initcall here?\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
 
-f66f5ae05a8860a4d9e1fcd05bb58ddfec2b15986446719005cbc422a2726257
+c54252129f60a732cb093f3baa0180dd91bc0f6c6f3d90734435ec283dc0fdcc

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.