All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56B87156.1040506@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 257dcc6..c5ac50f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ On 02/06/2016 08:54 AM, Xinliang Liu wrote:
 > +Example:
 > +
 > +SoC specific:
-> +	dsi: dsi at f4107800 {
+> +	dsi: dsi@f4107800 {
 > +		compatible = "hisilicon,hi6220-dsi";
 > +		reg = <0x0 0xf4107800 0x0 0x100>;
 > +		clocks = <&media_ctrl  HI6220_DSI_PCLK>;
@@ -62,7 +62,7 @@ On 02/06/2016 08:54 AM, Xinliang Liu wrote:
 > +			#size-cells = <0>;
 > +
 > +			/* 0 for input port */
-> +			port at 0 {
+> +			port@0 {
 > +				reg = <0>;
 > +				dsi_in: endpoint {
 > +					remote-endpoint = <&ade_out>;
@@ -78,13 +78,13 @@ On 02/06/2016 08:54 AM, Xinliang Liu wrote:
 > +
 > +		ports {
 > +			/* 1 for output port */
-> +			port at 1 {
+> +			port@1 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				reg = <1>;
 > +
 > +				/* 0 for bridge, other value for panel */
-> +				dsi_out0: endpoint at 0 {
+> +				dsi_out0: endpoint@0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&adv7533_in>;
 > +				};
@@ -95,7 +95,7 @@ On 02/06/2016 08:54 AM, Xinliang Liu wrote:
 > +	&i2c2 {
 > +		...
 > +
-> +		adv7533: adv7533 at 39 {
+> +		adv7533: adv7533@39 {
 > +			...
 > +
 > +			port {
@@ -164,7 +164,7 @@ Archit
 > +A example of HiKey board hi6220 SoC specific DT entry:
 > +Example:
 > +
-> +	ade: ade at f4100000 {
+> +	ade: ade@f4100000 {
 > +		compatible = "hisilicon,hi6220-ade";
 > +		reg = <0x0 0xf4100000 0x0 0x7800>,
 > +		      <0x0 0xf4410000 0x0 0x1000>,
diff --git a/a/content_digest b/N1/content_digest
index 8020b53..5ad62e6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,36 @@
  "ref\01454729098-79807-1-git-send-email-xinliang.liu@linaro.org\0"
  "ref\01454729098-79807-2-git-send-email-xinliang.liu@linaro.org\0"
- "From\0architt@codeaurora.org (Archit Taneja)\0"
- "Subject\0[PATCH v4 01/11] drm/hisilicon: Add device tree binding for hi6220 display subsystem\0"
+ "From\0Archit Taneja <architt@codeaurora.org>\0"
+ "Subject\0Re: [PATCH v4 01/11] drm/hisilicon: Add device tree binding for hi6220 display subsystem\0"
  "Date\0Mon, 8 Feb 2016 16:13:34 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Xinliang Liu <xinliang.liu@linaro.org>"
+  dri-devel@lists.freedesktop.org
+  devicetree@vger.kernel.org
+  daniel@ffwll.ch
+  robh@kernel.org
+  daniel@fooishbar.org
+  airlied@linux.ie
+  corbet@lwn.net
+  catalin.marinas@arm.com
+  will.deacon@arm.com
+ " emil.l.velikov@gmail.com\0"
+ "Cc\0linux-doc@vger.kernel.org"
+  linux-arm-kernel@lists.infradead.org
+  linuxarm@huawei.com
+  andy.green@linaro.org
+  haojian.zhuang@linaro.org
+  liguozhu@hisilicon.com
+  xuwei5@hisilicon.com
+  w.f@huawei.com
+  puck.chen@hisilicon.com
+  bintian.wang@huawei.com
+  benjamin.gaignard@linaro.org
+  xuyiping@hisilicon.com
+  kong.kongxinwei@hisilicon.com
+  zourongrong@huawei.com
+  lijianhua@huawei.com
+  sumit.semwal@linaro.org
+ " guodong.xu@linaro.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -58,7 +85,7 @@
  "> +Example:\n"
  "> +\n"
  "> +SoC specific:\n"
- "> +\tdsi: dsi at f4107800 {\n"
+ "> +\tdsi: dsi@f4107800 {\n"
  "> +\t\tcompatible = \"hisilicon,hi6220-dsi\";\n"
  "> +\t\treg = <0x0 0xf4107800 0x0 0x100>;\n"
  "> +\t\tclocks = <&media_ctrl  HI6220_DSI_PCLK>;\n"
@@ -70,7 +97,7 @@
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
  "> +\t\t\t/* 0 for input port */\n"
- "> +\t\t\tport at 0 {\n"
+ "> +\t\t\tport@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tdsi_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&ade_out>;\n"
@@ -86,13 +113,13 @@
  "> +\n"
  "> +\t\tports {\n"
  "> +\t\t\t/* 1 for output port */\n"
- "> +\t\t\tport at 1 {\n"
+ "> +\t\t\tport@1 {\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\n"
  "> +\t\t\t\t/* 0 for bridge, other value for panel */\n"
- "> +\t\t\t\tdsi_out0: endpoint at 0 {\n"
+ "> +\t\t\t\tdsi_out0: endpoint@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&adv7533_in>;\n"
  "> +\t\t\t\t};\n"
@@ -103,7 +130,7 @@
  "> +\t&i2c2 {\n"
  "> +\t\t...\n"
  "> +\n"
- "> +\t\tadv7533: adv7533 at 39 {\n"
+ "> +\t\tadv7533: adv7533@39 {\n"
  "> +\t\t\t...\n"
  "> +\n"
  "> +\t\t\tport {\n"
@@ -172,7 +199,7 @@
  "> +A example of HiKey board hi6220 SoC specific DT entry:\n"
  "> +Example:\n"
  "> +\n"
- "> +\tade: ade at f4100000 {\n"
+ "> +\tade: ade@f4100000 {\n"
  "> +\t\tcompatible = \"hisilicon,hi6220-ade\";\n"
  "> +\t\treg = <0x0 0xf4100000 0x0 0x7800>,\n"
  "> +\t\t      <0x0 0xf4410000 0x0 0x1000>,\n"
@@ -208,4 +235,4 @@
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora \n"
  Forum, hosted by The Linux Foundation
 
-1687f1977192284b01a9156ef5b8f688a2ec56f047bc4610aee02c5be504eff4
+8843ede6864a40fb0f5e1a5fc6422a350faaddd9806c22204cdd368457b52df4

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.