All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1394639617-26917-4-git-send-email-m.grzeschik@pengutronix.de>

diff --git a/a/1.txt b/N1/1.txt
index c6e2cdc..308e74d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ FPGA by using the underlying SPI bus on write. The used SPI bus can also
 be an bitbang SPI bus. On close it will check for the response of the
 FPGA and tells if the write process was successful.
 
-Signed-off-by: Michael Grzeschik <m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
 ---
  drivers/spi/Kconfig    |   9 +
  drivers/spi/Makefile   |   1 +
@@ -56,7 +56,7 @@ index 0000000..bda89b2
 +/*
 + * Passive Serial Programming Driver
 + *
-+ * Copyright (C) 2014 Michael Grzeschik <mgr-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
++ * Copyright (C) 2014 Michael Grzeschik <mgr@pengutronix.de>
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -208,7 +208,7 @@ index 0000000..bda89b2
 +	gpio_set_value(psdev->nconfig_gpio, 0);
 +
 +	/*
-+	 * after about 2 µs the FPGA must acknowledge with
++	 * after about 2 ?s the FPGA must acknowledge with
 +	 * STATUS and CONFIG DONE lines at low level
 +	 */
 +	timeout = jiffies + usecs_to_jiffies(2);
@@ -253,7 +253,7 @@ index 0000000..bda89b2
 +
 +	dev_dbg(dev, "Initiating passed\n");
 +
-+	/* at the end, wait at least 2 µs prior beginning writing data */
++	/* at the end, wait at least 2 ?s prior beginning writing data */
 +	udelay(2);
 +
 +	return 0;
@@ -569,14 +569,9 @@ index 0000000..bda89b2
 +}
 +module_exit(psdev_exit);
 +
-+MODULE_AUTHOR("Michael Grzeschik, <mgrzeschik-hi6Y0CQ0nG0@public.gmane.org>");
++MODULE_AUTHOR("Michael Grzeschik, <mgrzeschik@gmx.net>");
 +MODULE_DESCRIPTION("User mode SPI Passive Serial interface");
 +MODULE_LICENSE("GPL");
 +MODULE_ALIAS("spi:psdev");
 -- 
-1.9.0
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-spi" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
\ No newline at end of file
+1.9.0
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index a29e37f..fe7cb32 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,7 @@
   "ref\0001394639617-26917-1-git-send-email-m.grzeschik\@pengutronix.de\0"
 ]
 [
-  "ref\0001394639617-26917-1-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ\@public.gmane.org\0"
-]
-[
-  "From\0Michael Grzeschik <m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ\@public.gmane.org>\0"
+  "From\0m.grzeschik\@pengutronix.de (Michael Grzeschik)\0"
 ]
 [
   "Subject\0[PATCH 3/3] spi: psdev: add passive serial driver\0"
@@ -14,12 +11,7 @@
   "Date\0Wed, 12 Mar 2014 16:53:37 +0100\0"
 ]
 [
-  "To\0linux-spi-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org\0"
-]
-[
-  "Cc\0broonie-DgEjT+Ai2ygdnm+yROfE0A\@public.gmane.org",
-  " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r\@public.gmane.org",
-  " kernel-bIcnvbaLZ9MEGnE8C9+IrQ\@public.gmane.org\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -37,7 +29,7 @@
   "be an bitbang SPI bus. On close it will check for the response of the\n",
   "FPGA and tells if the write process was successful.\n",
   "\n",
-  "Signed-off-by: Michael Grzeschik <m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ\@public.gmane.org>\n",
+  "Signed-off-by: Michael Grzeschik <m.grzeschik\@pengutronix.de>\n",
   "---\n",
   " drivers/spi/Kconfig    |   9 +\n",
   " drivers/spi/Makefile   |   1 +\n",
@@ -86,7 +78,7 @@
   "+/*\n",
   "+ * Passive Serial Programming Driver\n",
   "+ *\n",
-  "+ * Copyright (C) 2014 Michael Grzeschik <mgr-bIcnvbaLZ9MEGnE8C9+IrQ\@public.gmane.org>\n",
+  "+ * Copyright (C) 2014 Michael Grzeschik <mgr\@pengutronix.de>\n",
   "+ *\n",
   "+ * This program is free software; you can redistribute it and/or modify\n",
   "+ * it under the terms of the GNU General Public License as published by\n",
@@ -238,7 +230,7 @@
   "+\tgpio_set_value(psdev->nconfig_gpio, 0);\n",
   "+\n",
   "+\t/*\n",
-  "+\t * after about 2 \302\265s the FPGA must acknowledge with\n",
+  "+\t * after about 2 ?s the FPGA must acknowledge with\n",
   "+\t * STATUS and CONFIG DONE lines at low level\n",
   "+\t */\n",
   "+\ttimeout = jiffies + usecs_to_jiffies(2);\n",
@@ -283,7 +275,7 @@
   "+\n",
   "+\tdev_dbg(dev, \"Initiating passed\\n\");\n",
   "+\n",
-  "+\t/* at the end, wait at least 2 \302\265s prior beginning writing data */\n",
+  "+\t/* at the end, wait at least 2 ?s prior beginning writing data */\n",
   "+\tudelay(2);\n",
   "+\n",
   "+\treturn 0;\n",
@@ -599,17 +591,12 @@
   "+}\n",
   "+module_exit(psdev_exit);\n",
   "+\n",
-  "+MODULE_AUTHOR(\"Michael Grzeschik, <mgrzeschik-hi6Y0CQ0nG0\@public.gmane.org>\");\n",
+  "+MODULE_AUTHOR(\"Michael Grzeschik, <mgrzeschik\@gmx.net>\");\n",
   "+MODULE_DESCRIPTION(\"User mode SPI Passive Serial interface\");\n",
   "+MODULE_LICENSE(\"GPL\");\n",
   "+MODULE_ALIAS(\"spi:psdev\");\n",
   "-- \n",
-  "1.9.0\n",
-  "\n",
-  "--\n",
-  "To unsubscribe from this list: send the line \"unsubscribe linux-spi\" 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.9.0"
 ]
 
-2192ec724db1779213a3ad11e8b9f51ebf752b0e24e1dbf81fbba5ffcba3f54a
+ded7d2afa13c157e11d27405ee633b6c174284119959c5a91d2d797e52b8404f

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.