All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1371246736-5460-1-git-send-email-linux@prisktech.co.nz>

diff --git a/a/1.txt b/N1/1.txt
index 96db8b7..7e979a6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 This patch adds support for the I2C bus controllers found on Wondermedia
 8xxx-series SoCs. Only master-mode is supported.
 
-Signed-off-by: Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>
+Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
 ---
 v3 changes:
 Included the v2 changes for clarity.
@@ -48,7 +48,7 @@ index 0000000..94a425e
 +
 +Example :
 +
-+	i2c_0: i2c@d8280000 {
++	i2c_0: i2c at d8280000 {
 +		compatible = "wm,wm8505-i2c";
 +		reg = <0xd8280000 0x1000>;
 +		interrupts = <19>;
@@ -109,7 +109,7 @@ index 0000000..19f6f35
 +/*
 + *  Wondermedia I2C Master Mode Driver
 + *
-+ *  Copyright (C) 2012 Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>
++ *  Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
 + *
 + *  Derived from GPLv2+ licensed source:
 + *  - Copyright (C) 2008 WonderMedia Technologies, Inc.
@@ -582,7 +582,7 @@ index 0000000..19f6f35
 +module_platform_driver(wmt_i2c_driver);
 +
 +MODULE_DESCRIPTION("Wondermedia I2C master-mode bus adapter");
-+MODULE_AUTHOR("Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>");
++MODULE_AUTHOR("Tony Prisk <linux@prisktech.co.nz>");
 +MODULE_LICENSE("GPL");
 +MODULE_DEVICE_TABLE(of, wmt_i2c_dt_ids);
 -- 
diff --git a/a/content_digest b/N1/content_digest
index 4d279ce..ae96cbe 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,13 @@
- "From\0Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\0"
+ "From\0linux@prisktech.co.nz (Tony Prisk)\0"
  "Subject\0[PATCH v3] i2c: vt8500: Add support for I2C bus on Wondermedia SoCs\0"
  "Date\0Sat, 15 Jun 2013 09:52:16 +1200\0"
- "To\0wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org\0"
- "Cc\0vt8500-wm8505-linux-kernel-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "This patch adds support for the I2C bus controllers found on Wondermedia\n"
  "8xxx-series SoCs. Only master-mode is supported.\n"
  "\n"
- "Signed-off-by: Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\n"
+ "Signed-off-by: Tony Prisk <linux@prisktech.co.nz>\n"
  "---\n"
  "v3 changes:\n"
  "Included the v2 changes for clarity.\n"
@@ -60,7 +54,7 @@
  "+\n"
  "+Example :\n"
  "+\n"
- "+\ti2c_0: i2c@d8280000 {\n"
+ "+\ti2c_0: i2c at d8280000 {\n"
  "+\t\tcompatible = \"wm,wm8505-i2c\";\n"
  "+\t\treg = <0xd8280000 0x1000>;\n"
  "+\t\tinterrupts = <19>;\n"
@@ -121,7 +115,7 @@
  "+/*\n"
  "+ *  Wondermedia I2C Master Mode Driver\n"
  "+ *\n"
- "+ *  Copyright (C) 2012 Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\n"
+ "+ *  Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>\n"
  "+ *\n"
  "+ *  Derived from GPLv2+ licensed source:\n"
  "+ *  - Copyright (C) 2008 WonderMedia Technologies, Inc.\n"
@@ -594,10 +588,10 @@
  "+module_platform_driver(wmt_i2c_driver);\n"
  "+\n"
  "+MODULE_DESCRIPTION(\"Wondermedia I2C master-mode bus adapter\");\n"
- "+MODULE_AUTHOR(\"Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Tony Prisk <linux@prisktech.co.nz>\");\n"
  "+MODULE_LICENSE(\"GPL\");\n"
  "+MODULE_DEVICE_TABLE(of, wmt_i2c_dt_ids);\n"
  "-- \n"
  1.7.9.5
 
-3a76b1d1689725f27fe94ba70631bb9cf5e809ef868e40ba39a0f35ef01a1e6f
+74649223e814dda38544fbb9f8cd513494390e31fba270d17b6a288efaee279c

diff --git a/a/1.txt b/N2/1.txt
index 96db8b7..0fa58f1 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 This patch adds support for the I2C bus controllers found on Wondermedia
 8xxx-series SoCs. Only master-mode is supported.
 
-Signed-off-by: Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>
+Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
 ---
 v3 changes:
 Included the v2 changes for clarity.
@@ -109,7 +109,7 @@ index 0000000..19f6f35
 +/*
 + *  Wondermedia I2C Master Mode Driver
 + *
-+ *  Copyright (C) 2012 Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>
++ *  Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
 + *
 + *  Derived from GPLv2+ licensed source:
 + *  - Copyright (C) 2008 WonderMedia Technologies, Inc.
@@ -582,7 +582,7 @@ index 0000000..19f6f35
 +module_platform_driver(wmt_i2c_driver);
 +
 +MODULE_DESCRIPTION("Wondermedia I2C master-mode bus adapter");
-+MODULE_AUTHOR("Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>");
++MODULE_AUTHOR("Tony Prisk <linux@prisktech.co.nz>");
 +MODULE_LICENSE("GPL");
 +MODULE_DEVICE_TABLE(of, wmt_i2c_dt_ids);
 -- 
diff --git a/a/content_digest b/N2/content_digest
index 4d279ce..6a303a2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,19 +1,19 @@
- "From\0Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\0"
+ "From\0Tony Prisk <linux@prisktech.co.nz>\0"
  "Subject\0[PATCH v3] i2c: vt8500: Add support for I2C bus on Wondermedia SoCs\0"
  "Date\0Sat, 15 Jun 2013 09:52:16 +1200\0"
- "To\0wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org\0"
- "Cc\0vt8500-wm8505-linux-kernel-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org"
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\0"
+ "To\0wsa@the-dreams.de\0"
+ "Cc\0vt8500-wm8505-linux-kernel@googlegroups.com"
+  linux-arm-kernel@lists.infradead.org
+  linux@arm.linux.org.uk
+  linux-i2c@vger.kernel.org
+  linux-kernel@vger.kernel.org
+ " Tony Prisk <linux@prisktech.co.nz>\0"
  "\00:1\0"
  "b\0"
  "This patch adds support for the I2C bus controllers found on Wondermedia\n"
  "8xxx-series SoCs. Only master-mode is supported.\n"
  "\n"
- "Signed-off-by: Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\n"
+ "Signed-off-by: Tony Prisk <linux@prisktech.co.nz>\n"
  "---\n"
  "v3 changes:\n"
  "Included the v2 changes for clarity.\n"
@@ -121,7 +121,7 @@
  "+/*\n"
  "+ *  Wondermedia I2C Master Mode Driver\n"
  "+ *\n"
- "+ *  Copyright (C) 2012 Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\n"
+ "+ *  Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>\n"
  "+ *\n"
  "+ *  Derived from GPLv2+ licensed source:\n"
  "+ *  - Copyright (C) 2008 WonderMedia Technologies, Inc.\n"
@@ -594,10 +594,10 @@
  "+module_platform_driver(wmt_i2c_driver);\n"
  "+\n"
  "+MODULE_DESCRIPTION(\"Wondermedia I2C master-mode bus adapter\");\n"
- "+MODULE_AUTHOR(\"Tony Prisk <linux-ci5G2KO2hbZ+pU9mqzGVBQ@public.gmane.org>\");\n"
+ "+MODULE_AUTHOR(\"Tony Prisk <linux@prisktech.co.nz>\");\n"
  "+MODULE_LICENSE(\"GPL\");\n"
  "+MODULE_DEVICE_TABLE(of, wmt_i2c_dt_ids);\n"
  "-- \n"
  1.7.9.5
 
-3a76b1d1689725f27fe94ba70631bb9cf5e809ef868e40ba39a0f35ef01a1e6f
+68636e894f6ad827b18be084313a9b3e10aedaf2f8d517fb4ce4102b43929c33

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.