All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140325165548.0065b639@armhf>

diff --git a/a/1.txt b/N1/1.txt
index 9a10762..35b677f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On Mon, 24 Mar 2014 23:39:01 +0100
 Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote:
 
-> Hi Jean-Fran?ois,
+> Hi Jean-François,
 
 Hi Laurent,
 
@@ -98,7 +98,7 @@ Hi Laurent,
 > mistaken possible options here are DVII, DVID, HDMIA and HDMIB. It should be 
 > up to the master driver to select the connector type based on its overall view 
 > of the hardware, or even to a connector driver that would be bound to a 
-> connector DT node (as proposed in https://www.mail-archive.com/devicetree at vger.kernel.org/msg16585.html).
+> connector DT node (as proposed in https://www.mail-archive.com/devicetree@vger.kernel.org/msg16585.html).
 	[snip]
 
 The tda998x, as a HDMI transmitter, has to deal with both video and
@@ -155,7 +155,7 @@ definition I have for the Cubox:
 		#sound-dai-cells = <1>;
 
 		port {					/* 1 video input port */
-			hdmi_0: endpoint at 0 {
+			hdmi_0: endpoint@0 {
 				remote-endpoint = <&lcd0_0>;
 			};
 		};
@@ -183,7 +183,7 @@ part of the Cubox audio card ('audio1' is the audio device):
 		compatible = "simple-audio-card";
 		simple-audio-card,name = "Cubox Audio";
 
-		simple-audio-card,dai-link at 0 {		/* I2S - HDMI */
+		simple-audio-card,dai-link@0 {		/* I2S - HDMI */
 			format = "i2s";
 			cpu {
 				sound-dai = <&audio1 0>;	/* I2S output */
@@ -193,7 +193,7 @@ part of the Cubox audio card ('audio1' is the audio device):
 			};
 		};
 
-		simple-audio-card,dai-link at 1 {		/* S/PDIF - HDMI */
+		simple-audio-card,dai-link@1 {		/* S/PDIF - HDMI */
 			cpu {
 				sound-dai = <&audio1 1>;	/* S/PDIF output */
 			};
@@ -229,7 +229,7 @@ Armada 510 with a panel, the tda998x and the display controller:
 		};
 	};
 
-	lcd0: lcd-controller at 820000 {
+	lcd0: lcd-controller@820000 {
 		compatible = "marvell,armada-510-lcd";
 		... hardware definitions ...
 	};
@@ -246,5 +246,9 @@ Then, the generic 'simple-video-card' has all elements to create the
 DRM device.
 
 -- 
-Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
+Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
 Jef		|		http://moinejf.free.fr/
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+http://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N1/content_digest
index 3feb7de..945d5d2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,20 @@
  "ref\0cover.1395397665.git.moinejf@free.fr\0"
  "ref\0ad2d43d590302b67121338cfd4f9349a45942104.1395397665.git.moinejf@free.fr\0"
  "ref\01458827.cQ6aDWdh1W@avalon\0"
- "From\0moinejf@free.fr (Jean-Francois Moine)\0"
- "Subject\0[PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0"
+ "From\0Jean-Francois Moine <moinejf@free.fr>\0"
+ "Subject\0Re: [PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0"
  "Date\0Tue, 25 Mar 2014 16:55:48 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Cc\0Russell King <rmk+kernel@arm.linux.org.uk>"
+  linux-arm-kernel@lists.infradead.org
+  dri-devel@lists.freedesktop.org
+ " linux-media@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 24 Mar 2014 23:39:01 +0100\n"
  "Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote:\n"
  "\n"
- "> Hi Jean-Fran?ois,\n"
+ "> Hi Jean-Fran\303\247ois,\n"
  "\n"
  "Hi Laurent,\n"
  "\n"
@@ -107,7 +111,7 @@
  "> mistaken possible options here are DVII, DVID, HDMIA and HDMIB. It should be \n"
  "> up to the master driver to select the connector type based on its overall view \n"
  "> of the hardware, or even to a connector driver that would be bound to a \n"
- "> connector DT node (as proposed in https://www.mail-archive.com/devicetree at vger.kernel.org/msg16585.html).\n"
+ "> connector DT node (as proposed in https://www.mail-archive.com/devicetree@vger.kernel.org/msg16585.html).\n"
  "\t[snip]\n"
  "\n"
  "The tda998x, as a HDMI transmitter, has to deal with both video and\n"
@@ -164,7 +168,7 @@
  "\t\t#sound-dai-cells = <1>;\n"
  "\n"
  "\t\tport {\t\t\t\t\t/* 1 video input port */\n"
- "\t\t\thdmi_0: endpoint at 0 {\n"
+ "\t\t\thdmi_0: endpoint@0 {\n"
  "\t\t\t\tremote-endpoint = <&lcd0_0>;\n"
  "\t\t\t};\n"
  "\t\t};\n"
@@ -192,7 +196,7 @@
  "\t\tcompatible = \"simple-audio-card\";\n"
  "\t\tsimple-audio-card,name = \"Cubox Audio\";\n"
  "\n"
- "\t\tsimple-audio-card,dai-link at 0 {\t\t/* I2S - HDMI */\n"
+ "\t\tsimple-audio-card,dai-link@0 {\t\t/* I2S - HDMI */\n"
  "\t\t\tformat = \"i2s\";\n"
  "\t\t\tcpu {\n"
  "\t\t\t\tsound-dai = <&audio1 0>;\t/* I2S output */\n"
@@ -202,7 +206,7 @@
  "\t\t\t};\n"
  "\t\t};\n"
  "\n"
- "\t\tsimple-audio-card,dai-link at 1 {\t\t/* S/PDIF - HDMI */\n"
+ "\t\tsimple-audio-card,dai-link@1 {\t\t/* S/PDIF - HDMI */\n"
  "\t\t\tcpu {\n"
  "\t\t\t\tsound-dai = <&audio1 1>;\t/* S/PDIF output */\n"
  "\t\t\t};\n"
@@ -238,7 +242,7 @@
  "\t\t};\n"
  "\t};\n"
  "\n"
- "\tlcd0: lcd-controller at 820000 {\n"
+ "\tlcd0: lcd-controller@820000 {\n"
  "\t\tcompatible = \"marvell,armada-510-lcd\";\n"
  "\t\t... hardware definitions ...\n"
  "\t};\n"
@@ -255,7 +259,11 @@
  "DRM device.\n"
  "\n"
  "-- \n"
- "Ken ar c'henta?\t|\t      ** Breizh ha Linux atav! **\n"
- "Jef\t\t|\t\thttp://moinejf.free.fr/"
+ "Ken ar c'henta\303\261\t|\t      ** Breizh ha Linux atav! **\n"
+ "Jef\t\t|\t\thttp://moinejf.free.fr/\n"
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ http://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-20e8eeea5e2644d483893686c1c62db28f3f738ddac13532a427ba6a555595bd
+665322ebbc6327a528587b2c651de4a10f64a62146e754146c87fc8d944d0da3

diff --git a/a/1.txt b/N2/1.txt
index 9a10762..a6e3502 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On Mon, 24 Mar 2014 23:39:01 +0100
 Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote:
 
-> Hi Jean-Fran?ois,
+> Hi Jean-François,
 
 Hi Laurent,
 
@@ -98,7 +98,7 @@ Hi Laurent,
 > mistaken possible options here are DVII, DVID, HDMIA and HDMIB. It should be 
 > up to the master driver to select the connector type based on its overall view 
 > of the hardware, or even to a connector driver that would be bound to a 
-> connector DT node (as proposed in https://www.mail-archive.com/devicetree at vger.kernel.org/msg16585.html).
+> connector DT node (as proposed in https://www.mail-archive.com/devicetree@vger.kernel.org/msg16585.html).
 	[snip]
 
 The tda998x, as a HDMI transmitter, has to deal with both video and
@@ -155,7 +155,7 @@ definition I have for the Cubox:
 		#sound-dai-cells = <1>;
 
 		port {					/* 1 video input port */
-			hdmi_0: endpoint at 0 {
+			hdmi_0: endpoint@0 {
 				remote-endpoint = <&lcd0_0>;
 			};
 		};
@@ -183,7 +183,7 @@ part of the Cubox audio card ('audio1' is the audio device):
 		compatible = "simple-audio-card";
 		simple-audio-card,name = "Cubox Audio";
 
-		simple-audio-card,dai-link at 0 {		/* I2S - HDMI */
+		simple-audio-card,dai-link@0 {		/* I2S - HDMI */
 			format = "i2s";
 			cpu {
 				sound-dai = <&audio1 0>;	/* I2S output */
@@ -193,7 +193,7 @@ part of the Cubox audio card ('audio1' is the audio device):
 			};
 		};
 
-		simple-audio-card,dai-link at 1 {		/* S/PDIF - HDMI */
+		simple-audio-card,dai-link@1 {		/* S/PDIF - HDMI */
 			cpu {
 				sound-dai = <&audio1 1>;	/* S/PDIF output */
 			};
@@ -229,7 +229,7 @@ Armada 510 with a panel, the tda998x and the display controller:
 		};
 	};
 
-	lcd0: lcd-controller at 820000 {
+	lcd0: lcd-controller@820000 {
 		compatible = "marvell,armada-510-lcd";
 		... hardware definitions ...
 	};
@@ -246,5 +246,5 @@ Then, the generic 'simple-video-card' has all elements to create the
 DRM device.
 
 -- 
-Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
+Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
 Jef		|		http://moinejf.free.fr/
diff --git a/a/content_digest b/N2/content_digest
index 3feb7de..9430541 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,16 +1,21 @@
  "ref\0cover.1395397665.git.moinejf@free.fr\0"
  "ref\0ad2d43d590302b67121338cfd4f9349a45942104.1395397665.git.moinejf@free.fr\0"
  "ref\01458827.cQ6aDWdh1W@avalon\0"
- "From\0moinejf@free.fr (Jean-Francois Moine)\0"
- "Subject\0[PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0"
+ "From\0Jean-Francois Moine <moinejf@free.fr>\0"
+ "Subject\0Re: [PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0"
  "Date\0Tue, 25 Mar 2014 16:55:48 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Cc\0dri-devel@lists.freedesktop.org"
+  Russell King <rmk+kernel@arm.linux.org.uk>
+  Rob Clark <robdclark@gmail.com>
+  linux-arm-kernel@lists.infradead.org
+ " linux-media@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, 24 Mar 2014 23:39:01 +0100\n"
  "Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote:\n"
  "\n"
- "> Hi Jean-Fran?ois,\n"
+ "> Hi Jean-Fran\303\247ois,\n"
  "\n"
  "Hi Laurent,\n"
  "\n"
@@ -107,7 +112,7 @@
  "> mistaken possible options here are DVII, DVID, HDMIA and HDMIB. It should be \n"
  "> up to the master driver to select the connector type based on its overall view \n"
  "> of the hardware, or even to a connector driver that would be bound to a \n"
- "> connector DT node (as proposed in https://www.mail-archive.com/devicetree at vger.kernel.org/msg16585.html).\n"
+ "> connector DT node (as proposed in https://www.mail-archive.com/devicetree@vger.kernel.org/msg16585.html).\n"
  "\t[snip]\n"
  "\n"
  "The tda998x, as a HDMI transmitter, has to deal with both video and\n"
@@ -164,7 +169,7 @@
  "\t\t#sound-dai-cells = <1>;\n"
  "\n"
  "\t\tport {\t\t\t\t\t/* 1 video input port */\n"
- "\t\t\thdmi_0: endpoint at 0 {\n"
+ "\t\t\thdmi_0: endpoint@0 {\n"
  "\t\t\t\tremote-endpoint = <&lcd0_0>;\n"
  "\t\t\t};\n"
  "\t\t};\n"
@@ -192,7 +197,7 @@
  "\t\tcompatible = \"simple-audio-card\";\n"
  "\t\tsimple-audio-card,name = \"Cubox Audio\";\n"
  "\n"
- "\t\tsimple-audio-card,dai-link at 0 {\t\t/* I2S - HDMI */\n"
+ "\t\tsimple-audio-card,dai-link@0 {\t\t/* I2S - HDMI */\n"
  "\t\t\tformat = \"i2s\";\n"
  "\t\t\tcpu {\n"
  "\t\t\t\tsound-dai = <&audio1 0>;\t/* I2S output */\n"
@@ -202,7 +207,7 @@
  "\t\t\t};\n"
  "\t\t};\n"
  "\n"
- "\t\tsimple-audio-card,dai-link at 1 {\t\t/* S/PDIF - HDMI */\n"
+ "\t\tsimple-audio-card,dai-link@1 {\t\t/* S/PDIF - HDMI */\n"
  "\t\t\tcpu {\n"
  "\t\t\t\tsound-dai = <&audio1 1>;\t/* S/PDIF output */\n"
  "\t\t\t};\n"
@@ -238,7 +243,7 @@
  "\t\t};\n"
  "\t};\n"
  "\n"
- "\tlcd0: lcd-controller at 820000 {\n"
+ "\tlcd0: lcd-controller@820000 {\n"
  "\t\tcompatible = \"marvell,armada-510-lcd\";\n"
  "\t\t... hardware definitions ...\n"
  "\t};\n"
@@ -255,7 +260,7 @@
  "DRM device.\n"
  "\n"
  "-- \n"
- "Ken ar c'henta?\t|\t      ** Breizh ha Linux atav! **\n"
+ "Ken ar c'henta\303\261\t|\t      ** Breizh ha Linux atav! **\n"
  "Jef\t\t|\t\thttp://moinejf.free.fr/"
 
-20e8eeea5e2644d483893686c1c62db28f3f738ddac13532a427ba6a555595bd
+bac4f26b3c63983840ce0d25b34ef439bbaf3f3332df43640381e0cfac76eb76

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.