All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170615185418.13980-5-javier@dowhile0.org>

diff --git a/a/1.txt b/N1/1.txt
index 0a8407d..7779fa1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ using the "atmel" vendor as a generic fallback for compatible I2C devices.
 So add this generic fallback to the device node compatible string to make
 the device to match the driver using the OF device ID table.
 
-Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
+Signed-off-by: Javier Martinez Canillas <javier-0uQlZySMnqxg9hUCZPvPmw@public.gmane.org>
 
 ---
 
@@ -66,4 +66,9 @@ index 056b42f99d7a..402190e55e40 100644
  	};
  };
 -- 
-2.9.3
\ No newline at end of file
+2.9.3
+
+--
+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
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 5debf59..d5aca91 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,10 @@
   "ref\00020170615185418.13980-1-javier\@dowhile0.org\0"
 ]
 [
-  "From\0Javier Martinez Canillas <javier\@dowhile0.org>\0"
+  "ref\00020170615185418.13980-1-javier-0uQlZySMnqxg9hUCZPvPmw\@public.gmane.org\0"
+]
+[
+  "From\0Javier Martinez Canillas <javier-0uQlZySMnqxg9hUCZPvPmw\@public.gmane.org>\0"
 ]
 [
   "Subject\0[RESEND PATCH v5 04/16] ARM: dts: keystone: Add generic compatible string for I2C EEPROM\0"
@@ -11,18 +14,18 @@
   "Date\0Thu, 15 Jun 2017 20:54:06 +0200\0"
 ]
 [
-  "To\0linux-kernel\@vger.kernel.org\0"
+  "To\0linux-kernel-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org\0"
 ]
 [
-  "Cc\0Wolfram Sang <wsa\@the-dreams.de>",
-  " Rob Herring <robh\@kernel.org>",
-  " Javier Martinez Canillas <javier\@dowhile0.org>",
-  " devicetree\@vger.kernel.org",
-  " Santosh Shilimkar <ssantosh\@kernel.org>",
-  " Rob Herring <robh+dt\@kernel.org>",
-  " Mark Rutland <mark.rutland\@arm.com>",
-  " Russell King <linux\@armlinux.org.uk>",
-  " linux-arm-kernel\@lists.infradead.org\0"
+  "Cc\0Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g\@public.gmane.org>",
+  " Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A\@public.gmane.org>",
+  " Javier Martinez Canillas <javier-0uQlZySMnqxg9hUCZPvPmw\@public.gmane.org>",
+  " devicetree-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
+  " Santosh Shilimkar <ssantosh-DgEjT+Ai2ygdnm+yROfE0A\@public.gmane.org>",
+  " Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A\@public.gmane.org>",
+  " Mark Rutland <mark.rutland-5wv7dgnIgG8\@public.gmane.org>",
+  " Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw\@public.gmane.org>",
+  " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r\@public.gmane.org\0"
 ]
 [
   "\0000:1\0"
@@ -42,7 +45,7 @@
   "So add this generic fallback to the device node compatible string to make\n",
   "the device to match the driver using the OF device ID table.\n",
   "\n",
-  "Signed-off-by: Javier Martinez Canillas <javier\@dowhile0.org>\n",
+  "Signed-off-by: Javier Martinez Canillas <javier-0uQlZySMnqxg9hUCZPvPmw\@public.gmane.org>\n",
   "\n",
   "---\n",
   "\n",
@@ -99,7 +102,12 @@
   " \t};\n",
   " };\n",
   "-- \n",
-  "2.9.3"
+  "2.9.3\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"
 ]
 
-1a24b38d9e750733fdc3454c58d11816a8a56621b23861a478aa1a2fa1de0b6c
+cab9bc1ff37077e40e54eba33a5b48a3773cce2d6b13d48f558d6efe2040e777

diff --git a/a/1.txt b/N2/1.txt
index 0a8407d..1701e89 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -33,7 +33,7 @@ index ae1ebe7ee021..c8d45e6cd9e6 100644
 @@ -69,7 +69,7 @@
  
  &i2c0 {
- 	dtt@50 {
+ 	dtt at 50 {
 -		compatible = "at,24c1024";
 +		compatible = "atmel,24c1024";
  		reg = <0x50>;
@@ -46,7 +46,7 @@ index 2156ff92d08f..69af3a950da6 100644
 @@ -145,7 +145,7 @@
  
  &i2c0 {
- 	dtt@50 {
+ 	dtt at 50 {
 -		compatible = "at,24c1024";
 +		compatible = "atmel,24c1024";
  		reg = <0x50>;
@@ -59,7 +59,7 @@ index 056b42f99d7a..402190e55e40 100644
 @@ -42,7 +42,7 @@
  
  &i2c0 {
- 	dtt@50 {
+ 	dtt at 50 {
 -		compatible = "at,24c1024";
 +		compatible = "atmel,24c1024";
  		reg = <0x50>;
diff --git a/a/content_digest b/N2/content_digest
index 5debf59..6498ee8 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
   "ref\00020170615185418.13980-1-javier\@dowhile0.org\0"
 ]
 [
-  "From\0Javier Martinez Canillas <javier\@dowhile0.org>\0"
+  "From\0javier\@dowhile0.org (Javier Martinez Canillas)\0"
 ]
 [
   "Subject\0[RESEND PATCH v5 04/16] ARM: dts: keystone: Add generic compatible string for I2C EEPROM\0"
@@ -11,18 +11,7 @@
   "Date\0Thu, 15 Jun 2017 20:54:06 +0200\0"
 ]
 [
-  "To\0linux-kernel\@vger.kernel.org\0"
-]
-[
-  "Cc\0Wolfram Sang <wsa\@the-dreams.de>",
-  " Rob Herring <robh\@kernel.org>",
-  " Javier Martinez Canillas <javier\@dowhile0.org>",
-  " devicetree\@vger.kernel.org",
-  " Santosh Shilimkar <ssantosh\@kernel.org>",
-  " Rob Herring <robh+dt\@kernel.org>",
-  " Mark Rutland <mark.rutland\@arm.com>",
-  " Russell King <linux\@armlinux.org.uk>",
-  " linux-arm-kernel\@lists.infradead.org\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -66,7 +55,7 @@
   "\@\@ -69,7 +69,7 \@\@\n",
   " \n",
   " &i2c0 {\n",
-  " \tdtt\@50 {\n",
+  " \tdtt at 50 {\n",
   "-\t\tcompatible = \"at,24c1024\";\n",
   "+\t\tcompatible = \"atmel,24c1024\";\n",
   " \t\treg = <0x50>;\n",
@@ -79,7 +68,7 @@
   "\@\@ -145,7 +145,7 \@\@\n",
   " \n",
   " &i2c0 {\n",
-  " \tdtt\@50 {\n",
+  " \tdtt at 50 {\n",
   "-\t\tcompatible = \"at,24c1024\";\n",
   "+\t\tcompatible = \"atmel,24c1024\";\n",
   " \t\treg = <0x50>;\n",
@@ -92,7 +81,7 @@
   "\@\@ -42,7 +42,7 \@\@\n",
   " \n",
   " &i2c0 {\n",
-  " \tdtt\@50 {\n",
+  " \tdtt at 50 {\n",
   "-\t\tcompatible = \"at,24c1024\";\n",
   "+\t\tcompatible = \"atmel,24c1024\";\n",
   " \t\treg = <0x50>;\n",
@@ -102,4 +91,4 @@
   "2.9.3"
 ]
 
-1a24b38d9e750733fdc3454c58d11816a8a56621b23861a478aa1a2fa1de0b6c
+5ffe4a00b8f6211d534a67f050a8977fa1eded23ac9dad196f259acbbccdff86

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.