All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170414031451.GE14915@dragon>

diff --git a/a/1.txt b/N1/1.txt
index 517ad45..ebdca34 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ On Thu, Apr 13, 2017 at 03:28:24PM -0300, Javier Martinez Canillas wrote:
 > 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@osg.samsung.com>
+> Signed-off-by: Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
 
 I wouldn't apply it before driver and bindings change get accepted.
 Ping me when that happens.
@@ -36,7 +36,7 @@ Shawn
 > @@ -40,7 +40,7 @@
 >  	status = "okay";
 >  
->  	at24 at 52 {
+>  	at24@52 {
 > -		compatible = "at,24c32";
 > +		compatible = "at,24c32","atmel,24c32";
 >  		pagesize = <32>;
@@ -49,7 +49,7 @@ Shawn
 > @@ -193,7 +193,7 @@
 >  	status = "okay";
 >  
->  	at24 at 52 {
+>  	at24@52 {
 > -		compatible = "at,24c32";
 > +		compatible = "at,24c32","atmel,24c32";
 >  		pagesize = <32>;
@@ -62,7 +62,7 @@ Shawn
 > @@ -203,7 +203,7 @@
 >  				};
 >  
->  				at24 at 51 {
+>  				at24@51 {
 > -					compatible = "at24,24c32";
 > +					compatible = "at24,24c32","atmel,24c32";
 >  					pagesize = <32>;
@@ -75,7 +75,7 @@ Shawn
 > @@ -272,7 +272,7 @@
 >  	};
 >  
->  	eeprom: 24c64 at 50 {
+>  	eeprom: 24c64@50 {
 > -		compatible = "at,24c64";
 > +		compatible = "at,24c64","atmel,24c64";
 >  		pagesize = <32>;
@@ -88,7 +88,7 @@ Shawn
 > @@ -215,7 +215,7 @@
 >  	clock-frequency = <100000>;
 >  
->  	eeprom at 50 {
+>  	eeprom@50 {
 > -		compatible = "at24,24c02";
 > +		compatible = "at24,24c02","atmel,24c02";
 >  		reg = <0x50>;
@@ -101,7 +101,7 @@ Shawn
 > @@ -128,7 +128,7 @@
 >  			#size-cells = <0>;
 >  
->  			eeprom at 50 {
+>  			eeprom@50 {
 > -				compatible = "at24,24c02";
 > +				compatible = "at24,24c02","atmel,24c02";
 >  				reg = <0x50>;
@@ -109,4 +109,8 @@ Shawn
 >  			};
 > -- 
 > 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
diff --git a/a/content_digest b/N1/content_digest
index 1a50724..a577a42 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,19 @@
  "ref\020170413182839.25381-1-javier@osg.samsung.com\0"
  "ref\020170413182839.25381-8-javier@osg.samsung.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH v2 07/22] ARM: dts: imx: Add generic compatible string for I2C EEPROM\0"
+ "ref\020170413182839.25381-8-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org\0"
+ "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 07/22] ARM: dts: imx: Add generic compatible string for I2C EEPROM\0"
  "Date\0Fri, 14 Apr 2017 11:14:52 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>\0"
+ "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
+  Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+ " Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Apr 13, 2017 at 03:28:24PM -0300, Javier Martinez Canillas wrote:\n"
@@ -18,7 +28,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@osg.samsung.com>\n"
+ "> Signed-off-by: Javier Martinez Canillas <javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>\n"
  "\n"
  "I wouldn't apply it before driver and bindings change get accepted.\n"
  "Ping me when that happens.\n"
@@ -44,7 +54,7 @@
  "> @@ -40,7 +40,7 @@\n"
  ">  \tstatus = \"okay\";\n"
  ">  \n"
- ">  \tat24 at 52 {\n"
+ ">  \tat24@52 {\n"
  "> -\t\tcompatible = \"at,24c32\";\n"
  "> +\t\tcompatible = \"at,24c32\",\"atmel,24c32\";\n"
  ">  \t\tpagesize = <32>;\n"
@@ -57,7 +67,7 @@
  "> @@ -193,7 +193,7 @@\n"
  ">  \tstatus = \"okay\";\n"
  ">  \n"
- ">  \tat24 at 52 {\n"
+ ">  \tat24@52 {\n"
  "> -\t\tcompatible = \"at,24c32\";\n"
  "> +\t\tcompatible = \"at,24c32\",\"atmel,24c32\";\n"
  ">  \t\tpagesize = <32>;\n"
@@ -70,7 +80,7 @@
  "> @@ -203,7 +203,7 @@\n"
  ">  \t\t\t\t};\n"
  ">  \n"
- ">  \t\t\t\tat24 at 51 {\n"
+ ">  \t\t\t\tat24@51 {\n"
  "> -\t\t\t\t\tcompatible = \"at24,24c32\";\n"
  "> +\t\t\t\t\tcompatible = \"at24,24c32\",\"atmel,24c32\";\n"
  ">  \t\t\t\t\tpagesize = <32>;\n"
@@ -83,7 +93,7 @@
  "> @@ -272,7 +272,7 @@\n"
  ">  \t};\n"
  ">  \n"
- ">  \teeprom: 24c64 at 50 {\n"
+ ">  \teeprom: 24c64@50 {\n"
  "> -\t\tcompatible = \"at,24c64\";\n"
  "> +\t\tcompatible = \"at,24c64\",\"atmel,24c64\";\n"
  ">  \t\tpagesize = <32>;\n"
@@ -96,7 +106,7 @@
  "> @@ -215,7 +215,7 @@\n"
  ">  \tclock-frequency = <100000>;\n"
  ">  \n"
- ">  \teeprom at 50 {\n"
+ ">  \teeprom@50 {\n"
  "> -\t\tcompatible = \"at24,24c02\";\n"
  "> +\t\tcompatible = \"at24,24c02\",\"atmel,24c02\";\n"
  ">  \t\treg = <0x50>;\n"
@@ -109,7 +119,7 @@
  "> @@ -128,7 +128,7 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \n"
- ">  \t\t\teeprom at 50 {\n"
+ ">  \t\t\teeprom@50 {\n"
  "> -\t\t\t\tcompatible = \"at24,24c02\";\n"
  "> +\t\t\t\tcompatible = \"at24,24c02\",\"atmel,24c02\";\n"
  ">  \t\t\t\treg = <0x50>;\n"
@@ -117,6 +127,10 @@
  ">  \t\t\t};\n"
  "> -- \n"
  "> 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
 
-5f1b7c58ce618a5971ef3b4479bc276338161a69b4c897514e97c3589f8d7a31
+c21c366474a23f061a12d63ee29afdde55b0c94458b4f327ce2fee2806ece3e3

diff --git a/a/1.txt b/N2/1.txt
index 517ad45..a722988 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -36,7 +36,7 @@ Shawn
 > @@ -40,7 +40,7 @@
 >  	status = "okay";
 >  
->  	at24 at 52 {
+>  	at24@52 {
 > -		compatible = "at,24c32";
 > +		compatible = "at,24c32","atmel,24c32";
 >  		pagesize = <32>;
@@ -49,7 +49,7 @@ Shawn
 > @@ -193,7 +193,7 @@
 >  	status = "okay";
 >  
->  	at24 at 52 {
+>  	at24@52 {
 > -		compatible = "at,24c32";
 > +		compatible = "at,24c32","atmel,24c32";
 >  		pagesize = <32>;
@@ -62,7 +62,7 @@ Shawn
 > @@ -203,7 +203,7 @@
 >  				};
 >  
->  				at24 at 51 {
+>  				at24@51 {
 > -					compatible = "at24,24c32";
 > +					compatible = "at24,24c32","atmel,24c32";
 >  					pagesize = <32>;
@@ -75,7 +75,7 @@ Shawn
 > @@ -272,7 +272,7 @@
 >  	};
 >  
->  	eeprom: 24c64 at 50 {
+>  	eeprom: 24c64@50 {
 > -		compatible = "at,24c64";
 > +		compatible = "at,24c64","atmel,24c64";
 >  		pagesize = <32>;
@@ -88,7 +88,7 @@ Shawn
 > @@ -215,7 +215,7 @@
 >  	clock-frequency = <100000>;
 >  
->  	eeprom at 50 {
+>  	eeprom@50 {
 > -		compatible = "at24,24c02";
 > +		compatible = "at24,24c02","atmel,24c02";
 >  		reg = <0x50>;
@@ -101,7 +101,7 @@ Shawn
 > @@ -128,7 +128,7 @@
 >  			#size-cells = <0>;
 >  
->  			eeprom at 50 {
+>  			eeprom@50 {
 > -				compatible = "at24,24c02";
 > +				compatible = "at24,24c02","atmel,24c02";
 >  				reg = <0x50>;
diff --git a/a/content_digest b/N2/content_digest
index 1a50724..5f8f0b3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,18 @@
  "ref\020170413182839.25381-1-javier@osg.samsung.com\0"
  "ref\020170413182839.25381-8-javier@osg.samsung.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH v2 07/22] ARM: dts: imx: Add generic compatible string for I2C EEPROM\0"
+ "From\0Shawn Guo <shawnguo@kernel.org>\0"
+ "Subject\0Re: [PATCH v2 07/22] ARM: dts: imx: Add generic compatible string for I2C EEPROM\0"
  "Date\0Fri, 14 Apr 2017 11:14:52 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Javier Martinez Canillas <javier@osg.samsung.com>\0"
+ "Cc\0linux-kernel@vger.kernel.org"
+  Wolfram Sang <wsa@the-dreams.de>
+  Fabio Estevam <fabio.estevam@nxp.com>
+  devicetree@vger.kernel.org
+  Sascha Hauer <kernel@pengutronix.de>
+  Rob Herring <robh+dt@kernel.org>
+  linux-arm-kernel@lists.infradead.org
+  Mark Rutland <mark.rutland@arm.com>
+ " Russell King <linux@armlinux.org.uk>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Apr 13, 2017 at 03:28:24PM -0300, Javier Martinez Canillas wrote:\n"
@@ -44,7 +53,7 @@
  "> @@ -40,7 +40,7 @@\n"
  ">  \tstatus = \"okay\";\n"
  ">  \n"
- ">  \tat24 at 52 {\n"
+ ">  \tat24@52 {\n"
  "> -\t\tcompatible = \"at,24c32\";\n"
  "> +\t\tcompatible = \"at,24c32\",\"atmel,24c32\";\n"
  ">  \t\tpagesize = <32>;\n"
@@ -57,7 +66,7 @@
  "> @@ -193,7 +193,7 @@\n"
  ">  \tstatus = \"okay\";\n"
  ">  \n"
- ">  \tat24 at 52 {\n"
+ ">  \tat24@52 {\n"
  "> -\t\tcompatible = \"at,24c32\";\n"
  "> +\t\tcompatible = \"at,24c32\",\"atmel,24c32\";\n"
  ">  \t\tpagesize = <32>;\n"
@@ -70,7 +79,7 @@
  "> @@ -203,7 +203,7 @@\n"
  ">  \t\t\t\t};\n"
  ">  \n"
- ">  \t\t\t\tat24 at 51 {\n"
+ ">  \t\t\t\tat24@51 {\n"
  "> -\t\t\t\t\tcompatible = \"at24,24c32\";\n"
  "> +\t\t\t\t\tcompatible = \"at24,24c32\",\"atmel,24c32\";\n"
  ">  \t\t\t\t\tpagesize = <32>;\n"
@@ -83,7 +92,7 @@
  "> @@ -272,7 +272,7 @@\n"
  ">  \t};\n"
  ">  \n"
- ">  \teeprom: 24c64 at 50 {\n"
+ ">  \teeprom: 24c64@50 {\n"
  "> -\t\tcompatible = \"at,24c64\";\n"
  "> +\t\tcompatible = \"at,24c64\",\"atmel,24c64\";\n"
  ">  \t\tpagesize = <32>;\n"
@@ -96,7 +105,7 @@
  "> @@ -215,7 +215,7 @@\n"
  ">  \tclock-frequency = <100000>;\n"
  ">  \n"
- ">  \teeprom at 50 {\n"
+ ">  \teeprom@50 {\n"
  "> -\t\tcompatible = \"at24,24c02\";\n"
  "> +\t\tcompatible = \"at24,24c02\",\"atmel,24c02\";\n"
  ">  \t\treg = <0x50>;\n"
@@ -109,7 +118,7 @@
  "> @@ -128,7 +128,7 @@\n"
  ">  \t\t\t#size-cells = <0>;\n"
  ">  \n"
- ">  \t\t\teeprom at 50 {\n"
+ ">  \t\t\teeprom@50 {\n"
  "> -\t\t\t\tcompatible = \"at24,24c02\";\n"
  "> +\t\t\t\tcompatible = \"at24,24c02\",\"atmel,24c02\";\n"
  ">  \t\t\t\treg = <0x50>;\n"
@@ -119,4 +128,4 @@
  "> 2.9.3\n"
  >
 
-5f1b7c58ce618a5971ef3b4479bc276338161a69b4c897514e97c3589f8d7a31
+aa49511474c90c45584fe9384861d1fe7be513ec7c31b04f0273af2642487f32

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.