All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1443105005-4083-1-git-send-email-codekipper@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 11084c2..d1d974e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+From: Marcus Cooper <codekipper@gmail.com>
 
 The sun4i, sun6i and sun7i SoC families have an SPDIF
 block which is capable of playback and capture.
@@ -6,7 +6,7 @@ block which is capable of playback and capture.
 This patch enables the playback of this block for
 the sun4i and sun7i families.
 
-Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Marcus Cooper <codekipper@gmail.com>
 ---
  sound/soc/sunxi/Kconfig               |  10 +
  sound/soc/sunxi/Makefile              |   4 +
@@ -53,7 +53,7 @@ index 0000000..f8f6bd8
 +++ b/sound/soc/sunxi/sunxi-machine-spdif.c
 @@ -0,0 +1,110 @@
 +/*
-+ * Copyright (C) 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>
++ * Copyright (C) 2015 Andrea Venturi <be17068@iperbole.bo.it>
 + * From code by (C) 2013 Freescale Semiconductor, Inc.
 + * (sound/soc/fsl/imx-spdif.c)
 + *
@@ -158,8 +158,8 @@ index 0000000..f8f6bd8
 +
 +module_platform_driver(sunxi_machine_spdif_driver);
 +
-+MODULE_AUTHOR("Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>");
-+MODULE_AUTHOR("Andrea Venturi, <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>");
++MODULE_AUTHOR("Marcus Cooper <codekipper@gmail.com>");
++MODULE_AUTHOR("Andrea Venturi, <be17068@iperbole.bo.it>");
 +MODULE_DESCRIPTION("Allwinner sunxi S/PDIF machine driver");
 +MODULE_LICENSE("GPL v2");
 diff --git a/sound/soc/sunxi/sunxi-spdif.c b/sound/soc/sunxi/sunxi-spdif.c
@@ -171,8 +171,8 @@ index 0000000..cae9261
 +/*
 + * ALSA SoC SPDIF Audio Layer
 + *
-+ * Copyright 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>
-+ * Copyright 2015 Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
++ * Copyright 2015 Andrea Venturi <be17068@iperbole.bo.it>
++ * Copyright 2015 Marcus Cooper <codekipper@gmail.com>
 + *
 + * Based on the Allwinner SDK driver, released under the GPL.
 + *
@@ -964,8 +964,8 @@ index 0000000..cae9261
 +
 +module_platform_driver(sunxi_spdif_driver);
 +
-+MODULE_AUTHOR("Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>");
-+MODULE_AUTHOR("Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>");
++MODULE_AUTHOR("Marcus Cooper <codekipper@gmail.com>");
++MODULE_AUTHOR("Andrea Venturi <be17068@iperbole.bo.it>");
 +MODULE_DESCRIPTION("Allwinner Sunxi SPDIF SoC Interface");
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("platform:sunxi-spdif");
diff --git a/a/content_digest b/N1/content_digest
index 1849914..aa95c28 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,10 @@
- "From\0codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
- "Subject\0[alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block\0"
+ "From\0codekipper@gmail.com (codekipper at gmail.com)\0"
+ "Subject\0[linux-sunxi][alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block\0"
  "Date\0Thu, 24 Sep 2015 16:30:05 +0200\0"
- "To\0maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
- "Cc\0lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
-  be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org
- " Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "From: Marcus Cooper <codekipper@gmail.com>\n"
  "\n"
  "The sun4i, sun6i and sun7i SoC families have an SPDIF\n"
  "block which is capable of playback and capture.\n"
@@ -20,7 +12,7 @@
  "This patch enables the playback of this block for\n"
  "the sun4i and sun7i families.\n"
  "\n"
- "Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Marcus Cooper <codekipper@gmail.com>\n"
  "---\n"
  " sound/soc/sunxi/Kconfig               |  10 +\n"
  " sound/soc/sunxi/Makefile              |   4 +\n"
@@ -67,7 +59,7 @@
  "+++ b/sound/soc/sunxi/sunxi-machine-spdif.c\n"
  "@@ -0,0 +1,110 @@\n"
  "+/*\n"
- "+ * Copyright (C) 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\n"
+ "+ * Copyright (C) 2015 Andrea Venturi <be17068@iperbole.bo.it>\n"
  "+ * From code by (C) 2013 Freescale Semiconductor, Inc.\n"
  "+ * (sound/soc/fsl/imx-spdif.c)\n"
  "+ *\n"
@@ -172,8 +164,8 @@
  "+\n"
  "+module_platform_driver(sunxi_machine_spdif_driver);\n"
  "+\n"
- "+MODULE_AUTHOR(\"Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\");\n"
- "+MODULE_AUTHOR(\"Andrea Venturi, <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Marcus Cooper <codekipper@gmail.com>\");\n"
+ "+MODULE_AUTHOR(\"Andrea Venturi, <be17068@iperbole.bo.it>\");\n"
  "+MODULE_DESCRIPTION(\"Allwinner sunxi S/PDIF machine driver\");\n"
  "+MODULE_LICENSE(\"GPL v2\");\n"
  "diff --git a/sound/soc/sunxi/sunxi-spdif.c b/sound/soc/sunxi/sunxi-spdif.c\n"
@@ -185,8 +177,8 @@
  "+/*\n"
  "+ * ALSA SoC SPDIF Audio Layer\n"
  "+ *\n"
- "+ * Copyright 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\n"
- "+ * Copyright 2015 Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "+ * Copyright 2015 Andrea Venturi <be17068@iperbole.bo.it>\n"
+ "+ * Copyright 2015 Marcus Cooper <codekipper@gmail.com>\n"
  "+ *\n"
  "+ * Based on the Allwinner SDK driver, released under the GPL.\n"
  "+ *\n"
@@ -978,12 +970,12 @@
  "+\n"
  "+module_platform_driver(sunxi_spdif_driver);\n"
  "+\n"
- "+MODULE_AUTHOR(\"Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\");\n"
- "+MODULE_AUTHOR(\"Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Marcus Cooper <codekipper@gmail.com>\");\n"
+ "+MODULE_AUTHOR(\"Andrea Venturi <be17068@iperbole.bo.it>\");\n"
  "+MODULE_DESCRIPTION(\"Allwinner Sunxi SPDIF SoC Interface\");\n"
  "+MODULE_LICENSE(\"GPL\");\n"
  "+MODULE_ALIAS(\"platform:sunxi-spdif\");\n"
  "-- \n"
  1.9.1
 
-3c4a3ddfc715e997a5a25d37232d1e188604d2067aa6f012e47d16eb0257b79d
+bf8e4e431f4f7eba239bb06ae8ac67a8c1134860729c42062d8fb48128392e0a

diff --git a/a/1.txt b/N2/1.txt
index 11084c2..d1d974e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+From: Marcus Cooper <codekipper@gmail.com>
 
 The sun4i, sun6i and sun7i SoC families have an SPDIF
 block which is capable of playback and capture.
@@ -6,7 +6,7 @@ block which is capable of playback and capture.
 This patch enables the playback of this block for
 the sun4i and sun7i families.
 
-Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Marcus Cooper <codekipper@gmail.com>
 ---
  sound/soc/sunxi/Kconfig               |  10 +
  sound/soc/sunxi/Makefile              |   4 +
@@ -53,7 +53,7 @@ index 0000000..f8f6bd8
 +++ b/sound/soc/sunxi/sunxi-machine-spdif.c
 @@ -0,0 +1,110 @@
 +/*
-+ * Copyright (C) 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>
++ * Copyright (C) 2015 Andrea Venturi <be17068@iperbole.bo.it>
 + * From code by (C) 2013 Freescale Semiconductor, Inc.
 + * (sound/soc/fsl/imx-spdif.c)
 + *
@@ -158,8 +158,8 @@ index 0000000..f8f6bd8
 +
 +module_platform_driver(sunxi_machine_spdif_driver);
 +
-+MODULE_AUTHOR("Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>");
-+MODULE_AUTHOR("Andrea Venturi, <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>");
++MODULE_AUTHOR("Marcus Cooper <codekipper@gmail.com>");
++MODULE_AUTHOR("Andrea Venturi, <be17068@iperbole.bo.it>");
 +MODULE_DESCRIPTION("Allwinner sunxi S/PDIF machine driver");
 +MODULE_LICENSE("GPL v2");
 diff --git a/sound/soc/sunxi/sunxi-spdif.c b/sound/soc/sunxi/sunxi-spdif.c
@@ -171,8 +171,8 @@ index 0000000..cae9261
 +/*
 + * ALSA SoC SPDIF Audio Layer
 + *
-+ * Copyright 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>
-+ * Copyright 2015 Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
++ * Copyright 2015 Andrea Venturi <be17068@iperbole.bo.it>
++ * Copyright 2015 Marcus Cooper <codekipper@gmail.com>
 + *
 + * Based on the Allwinner SDK driver, released under the GPL.
 + *
@@ -964,8 +964,8 @@ index 0000000..cae9261
 +
 +module_platform_driver(sunxi_spdif_driver);
 +
-+MODULE_AUTHOR("Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>");
-+MODULE_AUTHOR("Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>");
++MODULE_AUTHOR("Marcus Cooper <codekipper@gmail.com>");
++MODULE_AUTHOR("Andrea Venturi <be17068@iperbole.bo.it>");
 +MODULE_DESCRIPTION("Allwinner Sunxi SPDIF SoC Interface");
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("platform:sunxi-spdif");
diff --git a/a/content_digest b/N2/content_digest
index 1849914..f68f05d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,18 +1,18 @@
- "From\0codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
- "Subject\0[alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block\0"
+ "From\0codekipper@gmail.com\0"
+ "Subject\0[linux-sunxi][alsa-devel][PATCH 3/3] ASOC: sunxi: Add support for the spdif block\0"
  "Date\0Thu, 24 Sep 2015 16:30:05 +0200\0"
- "To\0maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
- "Cc\0lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
-  be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org
- " Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "To\0maxime.ripard@free-electrons.com\0"
+ "Cc\0lgirdwood@gmail.com"
+  linux-arm-kernel@lists.infradead.org
+  broonie@kernel.org
+  linux-sunxi@googlegroups.com
+  linux-kernel@vger.kernel.org
+  alsa-devel@alsa-project.org
+  be17068@iperbole.bo.it
+ " Marcus Cooper <codekipper@gmail.com>\0"
  "\00:1\0"
  "b\0"
- "From: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "From: Marcus Cooper <codekipper@gmail.com>\n"
  "\n"
  "The sun4i, sun6i and sun7i SoC families have an SPDIF\n"
  "block which is capable of playback and capture.\n"
@@ -20,7 +20,7 @@
  "This patch enables the playback of this block for\n"
  "the sun4i and sun7i families.\n"
  "\n"
- "Signed-off-by: Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Marcus Cooper <codekipper@gmail.com>\n"
  "---\n"
  " sound/soc/sunxi/Kconfig               |  10 +\n"
  " sound/soc/sunxi/Makefile              |   4 +\n"
@@ -67,7 +67,7 @@
  "+++ b/sound/soc/sunxi/sunxi-machine-spdif.c\n"
  "@@ -0,0 +1,110 @@\n"
  "+/*\n"
- "+ * Copyright (C) 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\n"
+ "+ * Copyright (C) 2015 Andrea Venturi <be17068@iperbole.bo.it>\n"
  "+ * From code by (C) 2013 Freescale Semiconductor, Inc.\n"
  "+ * (sound/soc/fsl/imx-spdif.c)\n"
  "+ *\n"
@@ -172,8 +172,8 @@
  "+\n"
  "+module_platform_driver(sunxi_machine_spdif_driver);\n"
  "+\n"
- "+MODULE_AUTHOR(\"Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\");\n"
- "+MODULE_AUTHOR(\"Andrea Venturi, <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Marcus Cooper <codekipper@gmail.com>\");\n"
+ "+MODULE_AUTHOR(\"Andrea Venturi, <be17068@iperbole.bo.it>\");\n"
  "+MODULE_DESCRIPTION(\"Allwinner sunxi S/PDIF machine driver\");\n"
  "+MODULE_LICENSE(\"GPL v2\");\n"
  "diff --git a/sound/soc/sunxi/sunxi-spdif.c b/sound/soc/sunxi/sunxi-spdif.c\n"
@@ -185,8 +185,8 @@
  "+/*\n"
  "+ * ALSA SoC SPDIF Audio Layer\n"
  "+ *\n"
- "+ * Copyright 2015 Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\n"
- "+ * Copyright 2015 Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
+ "+ * Copyright 2015 Andrea Venturi <be17068@iperbole.bo.it>\n"
+ "+ * Copyright 2015 Marcus Cooper <codekipper@gmail.com>\n"
  "+ *\n"
  "+ * Based on the Allwinner SDK driver, released under the GPL.\n"
  "+ *\n"
@@ -978,12 +978,12 @@
  "+\n"
  "+module_platform_driver(sunxi_spdif_driver);\n"
  "+\n"
- "+MODULE_AUTHOR(\"Marcus Cooper <codekipper-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\");\n"
- "+MODULE_AUTHOR(\"Andrea Venturi <be17068-p0aYb1w59bq9tCD/VL7h6Q@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Marcus Cooper <codekipper@gmail.com>\");\n"
+ "+MODULE_AUTHOR(\"Andrea Venturi <be17068@iperbole.bo.it>\");\n"
  "+MODULE_DESCRIPTION(\"Allwinner Sunxi SPDIF SoC Interface\");\n"
  "+MODULE_LICENSE(\"GPL\");\n"
  "+MODULE_ALIAS(\"platform:sunxi-spdif\");\n"
  "-- \n"
  1.9.1
 
-3c4a3ddfc715e997a5a25d37232d1e188604d2067aa6f012e47d16eb0257b79d
+7d30f0db119448e7662ecc6fe8e74546247f2cc257c3aa4686cba609100744f8

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.