diff for duplicates of <527D1DDA.2040004@koalo.de> diff --git a/a/1.txt b/N1/1.txt index f9b4bde..001b5e0 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 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 + @@ -19,7 +19,7 @@ index 1e12aef..1514198 100644 status = "disabled"; }; + -+ dma: dma@7e007000 { ++ dma: dma at 7e007000 { + compatible = "brcm,bcm2835-dma"; + reg = <0x7e007000 0xf00>; + interrupts = <1 16 @@ -84,7 +84,7 @@ index 0000000..c3e53b3 + * 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 @@ -960,8 +960,3 @@ index 0000000..c3e53b3 + -- 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 bb154be..a16d3f4 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[PATCH] dmaengine: Add support for BCM2835.\0" "Date\0Fri, 08 Nov 2013 18:22:34 +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 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" @@ -35,7 +25,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" @@ -100,7 +90,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" @@ -975,11 +965,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 -52d9ed7d390b2d9f479929fe905fc014d693d8296df5d7237d71c294c1177997 +a5efab15932168504c06aa69c7c61e20c8b5c99b7fa0bb9b675976a9e15fcc73
diff --git a/a/1.txt b/N2/1.txt index f9b4bde..1bf6a97 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 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 + @@ -84,7 +84,7 @@ index 0000000..c3e53b3 + * 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 @@ -960,8 +960,3 @@ index 0000000..c3e53b3 + -- 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 bb154be..b4c3634 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[PATCH] dmaengine: Add support for BCM2835.\0" "Date\0Fri, 08 Nov 2013 18:22:34 +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 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" @@ -100,7 +100,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" @@ -975,11 +975,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 -52d9ed7d390b2d9f479929fe905fc014d693d8296df5d7237d71c294c1177997 +48e12219a853cd85e5e9e5871120a8efb2cbbe1452aa909380c11a07e02752f6
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.