All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <3937420.4aN2rRBlcO@diego>

diff --git a/a/1.txt b/N1/1.txt
index 07bcbc1..aa06f92 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ Am Donnerstag, 21. April 2016, 11:58:12 schrieb Jianqun Xu:
 > 
 > Patch is tested on RK3399 evb.
 > 
-> Signed-off-by: Jianqun Xu <jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
+> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
 
 please split this into
 - patch adding the dtsi
@@ -95,7 +95,7 @@ property here, instead of hard-coding bootargs.
 > +	i2c-scl-rising-time-ns = <600>;
 > +	i2c-scl-falling-time-ns = <20>;
 > +
-> +	gt9xx: gt9xx@14 {
+> +	gt9xx: gt9xx at 14 {
 > +		compatible = "goodix,gt9xx";
 
 same as Rob said for the ramoops, I don't see this one in the devicetree 
@@ -177,7 +177,7 @@ the real devicetree bindings.
 
 [...]
 
-> +	sdhci: sdhci@fe330000 {
+> +	sdhci: sdhci at fe330000 {
 > +		compatible = "arasan,sdhci-5.1";
 
 not 100% sure, but we might want a
@@ -230,7 +230,7 @@ instead access phys via something like
 > +		};
 > +	};
 > +
-> +	usb_host0_echi: usb@fe380000 {
+> +	usb_host0_echi: usb at fe380000 {
 
 not "echi" please :-)
 
@@ -246,7 +246,7 @@ not "echi" please :-)
 
 [...]
 
-> +	usbdrd3_0: usb@fe800000 {
+> +	usbdrd3_0: usb at fe800000 {
 > +		compatible = "rockchip,dwc3";
 
 is this in some tree already?
@@ -275,7 +275,7 @@ is this in some tree already?
 > +		};
 > +	};
 > +
-> +	usbdrd3_1: usb@fe900000 {
+> +	usbdrd3_1: usb at fe900000 {
 > +		compatible = "rockchip,dwc3";
 
 same here
@@ -307,7 +307,7 @@ same here
 
 [...]
 
-> +	i2c1: i2c@ff110000 {
+> +	i2c1: i2c at ff110000 {
 > +		compatible = "rockchip,rk3399-i2c";
 
 David respun the rk3399 i2c-support on tuesday, so this and the others below 
@@ -327,7 +327,7 @@ are waiting on Wolfram to take a look.
 
 [...]
 
-> +	pmu: power-management@ff31000 {
+> +	pmu: power-management at ff31000 {
 
 address is missing "0" :-)
 
@@ -337,7 +337,7 @@ address is missing "0" :-)
 
 [...]
 
-> +	i2c0: i2c@ff3c0000 {
+> +	i2c0: i2c at ff3c0000 {
 > +		compatible = "rockchip,rk3399-i2c";
 > +		reg = <0x0 0xff3c0000 0x0 0x1000>;
 > +		clocks =  <&pmucru SCLK_I2C0_PMU>, <&pmucru PCLK_I2C0_PMU>;
@@ -350,7 +350,7 @@ address is missing "0" :-)
 > +		status = "disabled";
 > +	};
 > +
-> +	i2c4: i2c@ff3d0000 {
+> +	i2c4: i2c at ff3d0000 {
 > +		compatible = "rockchip,rk3399-i2c";
 > +		reg = <0x0 0xff3d0000 0x0 0x1000>;
 > +		clocks = <&pmucru SCLK_I2C4_PMU>, <&pmucru PCLK_I2C4_PMU>;
@@ -363,7 +363,7 @@ address is missing "0" :-)
 > +		status = "disabled";
 > +	};
 > +
-> +	i2c8: i2c@ff3e0000 {
+> +	i2c8: i2c at ff3e0000 {
 > +		compatible = "rockchip,rk3399-i2c";
 > +		reg = <0x0 0xff3e0000 0x0 0x1000>;
 > +		clocks = <&pmucru SCLK_I2C8_PMU>, <&pmucru PCLK_I2C8_PMU>;
@@ -378,7 +378,7 @@ address is missing "0" :-)
 
 
 
-> +	rga: rga@ff680000 {
+> +	rga: rga at ff680000 {
 > +		compatible = "rockchip,rk3399-rga";
 
 not yet accepted component, please leave out for now
@@ -396,7 +396,7 @@ not yet accepted component, please leave out for now
 
 [...]
 
-> +	gpu: gpu@ff9a0000 {
+> +	gpu: gpu at ff9a0000 {
 > +		compatible = "arm,malit860",
 > +			     "arm,malit86x",
 > +			     "arm,malit8xx",
@@ -419,7 +419,7 @@ be part of the mainline devicetree
 
 [...]
 
-> +	mipi_dsi: mipi@ff960000 {
+> +	mipi_dsi: mipi at ff960000 {
 > +		compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi";
 
 missing binding in the kernel
@@ -443,11 +443,11 @@ missing binding in the kernel
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				mipi_in_vopb: endpoint@0 {
+> +				mipi_in_vopb: endpoint at 0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&vopb_out_mipi>;
 > +				};
-> +				mipi_in_vopl: endpoint@1 {
+> +				mipi_in_vopl: endpoint at 1 {
 > +					reg = <1>;
 > +					remote-endpoint = <&vopl_out_mipi>;
 > +				};
@@ -455,7 +455,7 @@ missing binding in the kernel
 > +		};
 > +	};
 > +
-> +	edp: edp@ff970000 {
+> +	edp: edp at ff970000 {
 > +		compatible = "rockchip,rk3399-edp";
 
 missing binding in the kernel?
@@ -480,25 +480,20 @@ files instead
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			edp_in: port@0 {
+> +			edp_in: port at 0 {
 > +				reg = <0>;
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				edp_in_vopb: endpoint@0 {
+> +				edp_in_vopb: endpoint at 0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&vopb_out_edp>;
 > +				};
 > +
-> +				edp_in_vopl: endpoint@1 {
+> +				edp_in_vopl: endpoint at 1 {
 > +					reg = <1>;
 > +					remote-endpoint = <&vopl_out_edp>;
 > +				};
 > +			};
 > +		};
 > +	};
-
---
-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 eb05486..e66f68d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,9 @@
  "ref\01461122150-9042-1-git-send-email-jay.xu@rock-chips.com\0"
  "ref\01461211092-26331-1-git-send-email-jay.xu@rock-chips.com\0"
- "ref\01461211092-26331-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0"
- "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
- "Subject\0Re: [PATCH] ARM64: dts: rockchip: add core dtsi file for RK3399 SoCs\0"
+ "From\0heiko@sntech.de (Heiko St\303\274bner)\0"
+ "Subject\0[PATCH] ARM64: dts: rockchip: add core dtsi file for RK3399 SoCs\0"
  "Date\0Fri, 22 Apr 2016 00:02:43 +0200\0"
- "To\0Jianqun Xu <jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  catalin.marinas-5wv7dgnIgG8@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org
-  davidriley-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  jwerner-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  smbarber-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Jay,\n"
@@ -32,7 +15,7 @@
  "> \n"
  "> Patch is tested on RK3399 evb.\n"
  "> \n"
- "> Signed-off-by: Jianqun Xu <jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\n"
+ "> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>\n"
  "\n"
  "please split this into\n"
  "- patch adding the dtsi\n"
@@ -120,7 +103,7 @@
  "> +\ti2c-scl-rising-time-ns = <600>;\n"
  "> +\ti2c-scl-falling-time-ns = <20>;\n"
  "> +\n"
- "> +\tgt9xx: gt9xx@14 {\n"
+ "> +\tgt9xx: gt9xx at 14 {\n"
  "> +\t\tcompatible = \"goodix,gt9xx\";\n"
  "\n"
  "same as Rob said for the ramoops, I don't see this one in the devicetree \n"
@@ -202,7 +185,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tsdhci: sdhci@fe330000 {\n"
+ "> +\tsdhci: sdhci at fe330000 {\n"
  "> +\t\tcompatible = \"arasan,sdhci-5.1\";\n"
  "\n"
  "not 100% sure, but we might want a\n"
@@ -255,7 +238,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb_host0_echi: usb@fe380000 {\n"
+ "> +\tusb_host0_echi: usb at fe380000 {\n"
  "\n"
  "not \"echi\" please :-)\n"
  "\n"
@@ -271,7 +254,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tusbdrd3_0: usb@fe800000 {\n"
+ "> +\tusbdrd3_0: usb at fe800000 {\n"
  "> +\t\tcompatible = \"rockchip,dwc3\";\n"
  "\n"
  "is this in some tree already?\n"
@@ -300,7 +283,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusbdrd3_1: usb@fe900000 {\n"
+ "> +\tusbdrd3_1: usb at fe900000 {\n"
  "> +\t\tcompatible = \"rockchip,dwc3\";\n"
  "\n"
  "same here\n"
@@ -332,7 +315,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\ti2c1: i2c@ff110000 {\n"
+ "> +\ti2c1: i2c at ff110000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-i2c\";\n"
  "\n"
  "David respun the rk3399 i2c-support on tuesday, so this and the others below \n"
@@ -352,7 +335,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tpmu: power-management@ff31000 {\n"
+ "> +\tpmu: power-management at ff31000 {\n"
  "\n"
  "address is missing \"0\" :-)\n"
  "\n"
@@ -362,7 +345,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\ti2c0: i2c@ff3c0000 {\n"
+ "> +\ti2c0: i2c at ff3c0000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-i2c\";\n"
  "> +\t\treg = <0x0 0xff3c0000 0x0 0x1000>;\n"
  "> +\t\tclocks =  <&pmucru SCLK_I2C0_PMU>, <&pmucru PCLK_I2C0_PMU>;\n"
@@ -375,7 +358,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c4: i2c@ff3d0000 {\n"
+ "> +\ti2c4: i2c at ff3d0000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-i2c\";\n"
  "> +\t\treg = <0x0 0xff3d0000 0x0 0x1000>;\n"
  "> +\t\tclocks = <&pmucru SCLK_I2C4_PMU>, <&pmucru PCLK_I2C4_PMU>;\n"
@@ -388,7 +371,7 @@
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c8: i2c@ff3e0000 {\n"
+ "> +\ti2c8: i2c at ff3e0000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-i2c\";\n"
  "> +\t\treg = <0x0 0xff3e0000 0x0 0x1000>;\n"
  "> +\t\tclocks = <&pmucru SCLK_I2C8_PMU>, <&pmucru PCLK_I2C8_PMU>;\n"
@@ -403,7 +386,7 @@
  "\n"
  "\n"
  "\n"
- "> +\trga: rga@ff680000 {\n"
+ "> +\trga: rga at ff680000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-rga\";\n"
  "\n"
  "not yet accepted component, please leave out for now\n"
@@ -421,7 +404,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tgpu: gpu@ff9a0000 {\n"
+ "> +\tgpu: gpu at ff9a0000 {\n"
  "> +\t\tcompatible = \"arm,malit860\",\n"
  "> +\t\t\t     \"arm,malit86x\",\n"
  "> +\t\t\t     \"arm,malit8xx\",\n"
@@ -444,7 +427,7 @@
  "\n"
  "[...]\n"
  "\n"
- "> +\tmipi_dsi: mipi@ff960000 {\n"
+ "> +\tmipi_dsi: mipi at ff960000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-mipi-dsi\", \"snps,dw-mipi-dsi\";\n"
  "\n"
  "missing binding in the kernel\n"
@@ -468,11 +451,11 @@
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tmipi_in_vopb: endpoint@0 {\n"
+ "> +\t\t\t\tmipi_in_vopb: endpoint at 0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&vopb_out_mipi>;\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tmipi_in_vopl: endpoint@1 {\n"
+ "> +\t\t\t\tmipi_in_vopl: endpoint at 1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&vopl_out_mipi>;\n"
  "> +\t\t\t\t};\n"
@@ -480,7 +463,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tedp: edp@ff970000 {\n"
+ "> +\tedp: edp at ff970000 {\n"
  "> +\t\tcompatible = \"rockchip,rk3399-edp\";\n"
  "\n"
  "missing binding in the kernel?\n"
@@ -505,27 +488,22 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tedp_in: port@0 {\n"
+ "> +\t\t\tedp_in: port at 0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tedp_in_vopb: endpoint@0 {\n"
+ "> +\t\t\t\tedp_in_vopb: endpoint at 0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&vopb_out_edp>;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tedp_in_vopl: endpoint@1 {\n"
+ "> +\t\t\t\tedp_in_vopl: endpoint at 1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&vopl_out_edp>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
- "> +\t};\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
+ "> +\t};"
 
-e189a83d50db2fc68c6f63672482392a04047aa41828397e60f46ef5e83b44ce
+fff62375db5d67767ad62e83ffc33ae6c53c1f8e53b9a5762d111da49f523624

diff --git a/a/1.txt b/N2/1.txt
index 07bcbc1..a77bd94 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -7,7 +7,7 @@ Am Donnerstag, 21. April 2016, 11:58:12 schrieb Jianqun Xu:
 > 
 > Patch is tested on RK3399 evb.
 > 
-> Signed-off-by: Jianqun Xu <jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
+> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
 
 please split this into
 - patch adding the dtsi
@@ -497,8 +497,3 @@ files instead
 > +			};
 > +		};
 > +	};
-
---
-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 eb05486..a54038e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,26 +1,25 @@
  "ref\01461122150-9042-1-git-send-email-jay.xu@rock-chips.com\0"
  "ref\01461211092-26331-1-git-send-email-jay.xu@rock-chips.com\0"
- "ref\01461211092-26331-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org\0"
- "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0"
+ "From\0Heiko St\303\274bner <heiko@sntech.de>\0"
  "Subject\0Re: [PATCH] ARM64: dts: rockchip: add core dtsi file for RK3399 SoCs\0"
  "Date\0Fri, 22 Apr 2016 00:02:43 +0200\0"
- "To\0Jianqun Xu <jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0"
- "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  catalin.marinas-5wv7dgnIgG8@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org
-  davidriley-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  jwerner-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  smbarber-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Jianqun Xu <jay.xu@rock-chips.com>\0"
+ "Cc\0robh+dt@kernel.org"
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+  catalin.marinas@arm.com
+  will.deacon@arm.com
+  huangtao@rock-chips.com
+  davidriley@chromium.org
+  dianders@chromium.org
+  jwerner@chromium.org
+  smbarber@chromium.org
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-rockchip@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Jay,\n"
@@ -32,7 +31,7 @@
  "> \n"
  "> Patch is tested on RK3399 evb.\n"
  "> \n"
- "> Signed-off-by: Jianqun Xu <jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\n"
+ "> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>\n"
  "\n"
  "please split this into\n"
  "- patch adding the dtsi\n"
@@ -521,11 +520,6 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
- "> +\t};\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
+ "> +\t};"
 
-e189a83d50db2fc68c6f63672482392a04047aa41828397e60f46ef5e83b44ce
+03a0ebd16952da19e8349ffb3bc80a0aec3813f1662eba4b5cb751d59a8b5eb0

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.