All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <547D5DE2.2040704@rock-chips.com>

diff --git a/a/1.txt b/N1/1.txt
index 7361b06..e9caf57 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,9 +5,9 @@ Hi Vladimir:
   I also have a plan to use  the internal HDMI I2C master under the I2c 
 framework,
 and I also have a patch to do this work. So glad to see your work.
-  Please also Cc me<and.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org> and Zubair.Kakakhel@imgtec.com,
+  Please also Cc me<and.yan@rock-chips.com> and Zubair.Kakakhel at imgtec.com,
 maybe Zubair also have interests on your future patch.
-On 2014年12月02日 00:22, Philipp Zabel wrote:
+On 2014?12?02? 00:22, Philipp Zabel wrote:
 > Hi Vladimir,
 >
 > [Added Andy Yan to Cc:, because imx-hdmi->dw-hdmi]
@@ -23,14 +23,14 @@ On 2014年12月02日 00:22, Philipp Zabel wrote:
 >>>>> HDMI DDC bus may be represented by one of general purpose I2C busses
 >>>>> found on SoC.
 >>>>>
->>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
->>>>> Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
->>>>> Cc: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
->>>>> Cc: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
->>>>> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
->>>>> Cc: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
->>>>> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
->>>>> Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+>>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
+>>>>> Cc: Wolfram Sang <wsa@the-dreams.de>
+>>>>> Cc: Philipp Zabel <p.zabel@pengutronix.de>
+>>>>> Cc: Shawn Guo <shawn.guo@linaro.org>
+>>>>> Cc: devicetree at vger.kernel.org
+>>>>> Cc: linux-media at vger.kernel.org
+>>>>> Cc: linux-arm-kernel at lists.infradead.org
+>>>>> Cc: linux-i2c at vger.kernel.org
 >>>>> ---
 >>>>>   Documentation/devicetree/bindings/staging/imx-drm/hdmi.txt |   10 +++++++++-
 >>>>>   1 file changed, 9 insertions(+), 1 deletion(-)
@@ -57,7 +57,7 @@ On 2014年12月02日 00:22, Philipp Zabel wrote:
 >>>>>   example:
 >>>>>   
 >>>>> @@ -32,7 +35,7 @@ example:
->>>>>           hdmi: hdmi@0120000 {
+>>>>>           hdmi: hdmi at 0120000 {
 >>>>>                   #address-cells = <1>;
 >>>>>                   #size-cells = <0>;
 >>>>> -                compatible = "fsl,imx6q-hdmi";
@@ -74,7 +74,7 @@ On 2014年12月02日 00:22, Philipp Zabel wrote:
 >>>>> +                        status = "disabled";
 >>>>> +                };
 >>>>> +
->>>>>                   port@0 {
+>>>>>                   port at 0 {
 >>>>>                           reg = <0>;
 >>>>>   
 >>>>>
@@ -119,12 +119,12 @@ On 2014年12月02日 00:22, Philipp Zabel wrote:
 > access, and therefore needs a reg property. I suspect for the ddc-i2cm
 > we should get away with a common compatible like "snps,dw-hdmi-i2c".
 >
-> 	hdmi: hdmi@120000 {
+> 	hdmi: hdmi at 120000 {
 > 		/* ... */
 > 		compatible = "fsl,imx6q-hdmi", "snps,dw-hdmi";
 > 		ddc-i2c-bus = <&hdmi_ddc>;
 >
-> 		hdmi_ddc: i2c@127e00 {
+> 		hdmi_ddc: i2c at 127e00 {
 > 			compatible = "snps,dw-hdmi-i2c";
 > 			reg = <0x1207e00 0x13>
 > 		};
@@ -170,9 +170,3 @@ the dw_hdmi driver
 >
 >
 >
-
-
---
-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 7261d80..c433f54 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,18 +4,10 @@
  "ref\01417446703.4624.18.camel@pengutronix.de\0"
  "ref\0547C8B9E.8050605@mentor.com\0"
  "ref\01417450979.4624.23.camel@pengutronix.de\0"
- "ref\01417450979.4624.23.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
- "From\0Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/3] staging: imx-drm: document internal HDMI I2C master controller DT binding\0"
+ "From\0andy.yan@rock-chips.com (Andy Yan)\0"
+ "Subject\0[PATCH 1/3] staging: imx-drm: document internal HDMI I2C master controller DT binding\0"
  "Date\0Tue, 02 Dec 2014 14:36:18 +0800\0"
- "To\0Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>"
- " Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
-  Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Vladimir:\n"
@@ -25,9 +17,9 @@
  "  I also have a plan to use  the internal HDMI I2C master under the I2c \n"
  "framework,\n"
  "and I also have a patch to do this work. So glad to see your work.\n"
- "  Please also Cc me<and.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org> and Zubair.Kakakhel@imgtec.com,\n"
+ "  Please also Cc me<and.yan@rock-chips.com> and Zubair.Kakakhel at imgtec.com,\n"
  "maybe Zubair also have interests on your future patch.\n"
- "On 2014\345\271\26412\346\234\21002\346\227\245 00:22, Philipp Zabel wrote:\n"
+ "On 2014?12?02? 00:22, Philipp Zabel wrote:\n"
  "> Hi Vladimir,\n"
  ">\n"
  "> [Added Andy Yan to Cc:, because imx-hdmi->dw-hdmi]\n"
@@ -43,14 +35,14 @@
  ">>>>> HDMI DDC bus may be represented by one of general purpose I2C busses\n"
  ">>>>> found on SoC.\n"
  ">>>>>\n"
- ">>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n"
- ">>>>> Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>\n"
- ">>>>> Cc: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n"
- ">>>>> Cc: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
- ">>>>> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- ">>>>> Cc: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- ">>>>> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n"
- ">>>>> Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ ">>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\n"
+ ">>>>> Cc: Wolfram Sang <wsa@the-dreams.de>\n"
+ ">>>>> Cc: Philipp Zabel <p.zabel@pengutronix.de>\n"
+ ">>>>> Cc: Shawn Guo <shawn.guo@linaro.org>\n"
+ ">>>>> Cc: devicetree at vger.kernel.org\n"
+ ">>>>> Cc: linux-media at vger.kernel.org\n"
+ ">>>>> Cc: linux-arm-kernel at lists.infradead.org\n"
+ ">>>>> Cc: linux-i2c at vger.kernel.org\n"
  ">>>>> ---\n"
  ">>>>>   Documentation/devicetree/bindings/staging/imx-drm/hdmi.txt |   10 +++++++++-\n"
  ">>>>>   1 file changed, 9 insertions(+), 1 deletion(-)\n"
@@ -77,7 +69,7 @@
  ">>>>>   example:\n"
  ">>>>>   \n"
  ">>>>> @@ -32,7 +35,7 @@ example:\n"
- ">>>>>           hdmi: hdmi@0120000 {\n"
+ ">>>>>           hdmi: hdmi at 0120000 {\n"
  ">>>>>                   #address-cells = <1>;\n"
  ">>>>>                   #size-cells = <0>;\n"
  ">>>>> -                compatible = \"fsl,imx6q-hdmi\";\n"
@@ -94,7 +86,7 @@
  ">>>>> +                        status = \"disabled\";\n"
  ">>>>> +                };\n"
  ">>>>> +\n"
- ">>>>>                   port@0 {\n"
+ ">>>>>                   port at 0 {\n"
  ">>>>>                           reg = <0>;\n"
  ">>>>>   \n"
  ">>>>>\n"
@@ -139,12 +131,12 @@
  "> access, and therefore needs a reg property. I suspect for the ddc-i2cm\n"
  "> we should get away with a common compatible like \"snps,dw-hdmi-i2c\".\n"
  ">\n"
- "> \thdmi: hdmi@120000 {\n"
+ "> \thdmi: hdmi at 120000 {\n"
  "> \t\t/* ... */\n"
  "> \t\tcompatible = \"fsl,imx6q-hdmi\", \"snps,dw-hdmi\";\n"
  "> \t\tddc-i2c-bus = <&hdmi_ddc>;\n"
  ">\n"
- "> \t\thdmi_ddc: i2c@127e00 {\n"
+ "> \t\thdmi_ddc: i2c at 127e00 {\n"
  "> \t\t\tcompatible = \"snps,dw-hdmi-i2c\";\n"
  "> \t\t\treg = <0x1207e00 0x13>\n"
  "> \t\t};\n"
@@ -189,12 +181,6 @@
  ">\n"
  ">\n"
  ">\n"
- ">\n"
- "\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
+ >
 
-2796121ac58c931de1c3ffb36f161f9ced575903cc9a95199b6e7dc754d0b0b5
+470d39549b5d10463593c858ce995adfa75489a7b59705c3f8a96494882ad687

diff --git a/a/1.txt b/N2/1.txt
index 7361b06..1caa03e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -5,7 +5,7 @@ Hi Vladimir:
   I also have a plan to use  the internal HDMI I2C master under the I2c 
 framework,
 and I also have a patch to do this work. So glad to see your work.
-  Please also Cc me<and.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org> and Zubair.Kakakhel@imgtec.com,
+  Please also Cc me<and.yan@rock-chips.com> and Zubair.Kakakhel@imgtec.com,
 maybe Zubair also have interests on your future patch.
 On 2014年12月02日 00:22, Philipp Zabel wrote:
 > Hi Vladimir,
@@ -23,14 +23,14 @@ On 2014年12月02日 00:22, Philipp Zabel wrote:
 >>>>> HDMI DDC bus may be represented by one of general purpose I2C busses
 >>>>> found on SoC.
 >>>>>
->>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
->>>>> Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
->>>>> Cc: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
->>>>> Cc: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
->>>>> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
->>>>> Cc: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
->>>>> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
->>>>> Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+>>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
+>>>>> Cc: Wolfram Sang <wsa@the-dreams.de>
+>>>>> Cc: Philipp Zabel <p.zabel@pengutronix.de>
+>>>>> Cc: Shawn Guo <shawn.guo@linaro.org>
+>>>>> Cc: devicetree@vger.kernel.org
+>>>>> Cc: linux-media@vger.kernel.org
+>>>>> Cc: linux-arm-kernel@lists.infradead.org
+>>>>> Cc: linux-i2c@vger.kernel.org
 >>>>> ---
 >>>>>   Documentation/devicetree/bindings/staging/imx-drm/hdmi.txt |   10 +++++++++-
 >>>>>   1 file changed, 9 insertions(+), 1 deletion(-)
@@ -170,9 +170,3 @@ the dw_hdmi driver
 >
 >
 >
-
-
---
-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/N2/content_digest
index 7261d80..398fd9c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -4,18 +4,17 @@
  "ref\01417446703.4624.18.camel@pengutronix.de\0"
  "ref\0547C8B9E.8050605@mentor.com\0"
  "ref\01417450979.4624.23.camel@pengutronix.de\0"
- "ref\01417450979.4624.23.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0"
- "From\0Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
+ "From\0Andy Yan <andy.yan@rock-chips.com>\0"
  "Subject\0Re: [PATCH 1/3] staging: imx-drm: document internal HDMI I2C master controller DT binding\0"
  "Date\0Tue, 02 Dec 2014 14:36:18 +0800\0"
- "To\0Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>"
- " Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
-  Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Philipp Zabel <p.zabel@pengutronix.de>"
+ " Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\0"
+ "Cc\0Shawn Guo <shawn.guo@linaro.org>"
+  Wolfram Sang <wsa@the-dreams.de>
+  devicetree@vger.kernel.org
+  linux-media@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-i2c@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Vladimir:\n"
@@ -25,7 +24,7 @@
  "  I also have a plan to use  the internal HDMI I2C master under the I2c \n"
  "framework,\n"
  "and I also have a patch to do this work. So glad to see your work.\n"
- "  Please also Cc me<and.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org> and Zubair.Kakakhel@imgtec.com,\n"
+ "  Please also Cc me<and.yan@rock-chips.com> and Zubair.Kakakhel@imgtec.com,\n"
  "maybe Zubair also have interests on your future patch.\n"
  "On 2014\345\271\26412\346\234\21002\346\227\245 00:22, Philipp Zabel wrote:\n"
  "> Hi Vladimir,\n"
@@ -43,14 +42,14 @@
  ">>>>> HDMI DDC bus may be represented by one of general purpose I2C busses\n"
  ">>>>> found on SoC.\n"
  ">>>>>\n"
- ">>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n"
- ">>>>> Cc: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>\n"
- ">>>>> Cc: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n"
- ">>>>> Cc: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
- ">>>>> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- ">>>>> Cc: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- ">>>>> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n"
- ">>>>> Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ ">>>>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\n"
+ ">>>>> Cc: Wolfram Sang <wsa@the-dreams.de>\n"
+ ">>>>> Cc: Philipp Zabel <p.zabel@pengutronix.de>\n"
+ ">>>>> Cc: Shawn Guo <shawn.guo@linaro.org>\n"
+ ">>>>> Cc: devicetree@vger.kernel.org\n"
+ ">>>>> Cc: linux-media@vger.kernel.org\n"
+ ">>>>> Cc: linux-arm-kernel@lists.infradead.org\n"
+ ">>>>> Cc: linux-i2c@vger.kernel.org\n"
  ">>>>> ---\n"
  ">>>>>   Documentation/devicetree/bindings/staging/imx-drm/hdmi.txt |   10 +++++++++-\n"
  ">>>>>   1 file changed, 9 insertions(+), 1 deletion(-)\n"
@@ -189,12 +188,6 @@
  ">\n"
  ">\n"
  ">\n"
- ">\n"
- "\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
+ >
 
-2796121ac58c931de1c3ffb36f161f9ced575903cc9a95199b6e7dc754d0b0b5
+033ae533cab7a4a37a9b67913e87d2c7d864578ced918588d08639c422f7b6da

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.