diff for duplicates of <6885089.l87kb3TNcV@avalon> diff --git a/a/1.txt b/N1/1.txt index 91430e1..6dd71c0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -Hi Jean-Fran?ois, +Hi Jean-François, On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > On Mon, 24 Mar 2014 23:39:01 +0100 Laurent Pinchart wrote: @@ -101,7 +101,7 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > > 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). +> > 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 @@ -157,7 +157,7 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > #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 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > 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 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > }; > }; > -> 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 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > }; > }; > -> lcd0: lcd-controller at 820000 { +> lcd0: lcd-controller@820000 { > compatible = "marvell,armada-510-lcd"; > ... hardware definitions ... > }; diff --git a/a/content_digest b/N1/content_digest index 0ebd462..c1c7861 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,17 @@ "ref\0cover.1395397665.git.moinejf@free.fr\0" "ref\01458827.cQ6aDWdh1W@avalon\0" "ref\020140325165548.0065b639@armhf\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0" + "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Subject\0Re: [PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0" "Date\0Wed, 26 Mar 2014 18:33:09 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Francois Moine <moinejf@free.fr>\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" - "Hi Jean-Fran?ois,\n" + "Hi Jean-Fran\303\247ois,\n" "\n" "On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote:\n" "> On Mon, 24 Mar 2014 23:39:01 +0100 Laurent Pinchart wrote:\n" @@ -110,7 +114,7 @@ "> > should be up to the master driver to select the connector type based on\n" "> > its overall view of the hardware, or even to a connector driver that would\n" "> > be bound to a connector DT node (as proposed in\n" - "> > https://www.mail-archive.com/devicetree at vger.kernel.org/msg16585.html).\n" + "> > 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" @@ -166,7 +170,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" @@ -344,4 +348,4 @@ "\n" Laurent Pinchart -01d2502db01bee5088b4e26899d3c1757f351315d1a82a63ac3ba9e32180a4e8 +58f07af47d73e2fbebfdc6dd3eb9574988c70b35dbffa26ebd4c8b0dea74ddc7
diff --git a/a/1.txt b/N2/1.txt index 91430e1..6dd71c0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -Hi Jean-Fran?ois, +Hi Jean-François, On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > On Mon, 24 Mar 2014 23:39:01 +0100 Laurent Pinchart wrote: @@ -101,7 +101,7 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > > 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). +> > 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 @@ -157,7 +157,7 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > #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 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > 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 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > }; > }; > -> 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 @@ On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote: > }; > }; > -> lcd0: lcd-controller at 820000 { +> lcd0: lcd-controller@820000 { > compatible = "marvell,armada-510-lcd"; > ... hardware definitions ... > }; diff --git a/a/content_digest b/N2/content_digest index 0ebd462..3c420d4 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,13 +1,18 @@ "ref\0cover.1395397665.git.moinejf@free.fr\0" "ref\01458827.cQ6aDWdh1W@avalon\0" "ref\020140325165548.0065b639@armhf\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0" + "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Subject\0Re: [PATCH RFC v2 2/6] drm/i2c: tda998x: Move tda998x to a couple encoder/connector\0" "Date\0Wed, 26 Mar 2014 18:33:09 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Francois Moine <moinejf@free.fr>\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" - "Hi Jean-Fran?ois,\n" + "Hi Jean-Fran\303\247ois,\n" "\n" "On Tuesday 25 March 2014 16:55:48 Jean-Francois Moine wrote:\n" "> On Mon, 24 Mar 2014 23:39:01 +0100 Laurent Pinchart wrote:\n" @@ -110,7 +115,7 @@ "> > should be up to the master driver to select the connector type based on\n" "> > its overall view of the hardware, or even to a connector driver that would\n" "> > be bound to a connector DT node (as proposed in\n" - "> > https://www.mail-archive.com/devicetree at vger.kernel.org/msg16585.html).\n" + "> > 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" @@ -166,7 +171,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" @@ -344,4 +349,4 @@ "\n" Laurent Pinchart -01d2502db01bee5088b4e26899d3c1757f351315d1a82a63ac3ba9e32180a4e8 +cbc7ec808fe75293c0a3dad2c444eca8ca867ce0002f345b8f6daa027a7775eb
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.