diff for duplicates of <20170102065239.GC20956@dragon> diff --git a/a/1.txt b/N1/1.txt index bd1bd35..ecc8bdc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ On Fri, Dec 09, 2016 at 10:04:34AM +0900, Milo Kim wrote: > Enable ethernet, UART1 debug, USB host, USDHC3 for microSD card and > USDHC4 for built-in eMMC storage. > -> Signed-off-by: Milo Kim <woogyom.kim@gmail.com> +> Signed-off-by: Milo Kim <woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > arch/arm/boot/dts/imx6qdl-savageboard.dtsi | 262 +++++++++++++++++++++++++++++ > 1 file changed, 262 insertions(+) @@ -33,7 +33,7 @@ On Fri, Dec 09, 2016 at 10:04:34AM +0900, Milo Kim wrote: > +++ b/arch/arm/boot/dts/imx6qdl-savageboard.dtsi > @@ -0,0 +1,262 @@ > +/* -> + * Copyright (C) 2016 Milo Kim <woogyom.kim@gmail.com> +> + * Copyright (C) 2016 Milo Kim <woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > + * > + * This file is dual-licensed: you can use it either under the terms > + * of the GPL or the X11 license, at your option. Note that this dual @@ -86,7 +86,7 @@ https://patchwork.kernel.org/patch/9475057/ > + stdout-path = &uart1; > + }; > + -> + memory at 10000000 { +> + memory@10000000 { > + device_type = "memory"; > + reg = <0x10000000 0x40000000>; > + }; @@ -174,11 +174,11 @@ specific. That said, the following one should be better. > +&ldb { > + status = "okay"; > + -> + lvds-channel at 0 { +> + lvds-channel@0 { > + reg = <0>; > + status = "okay"; > + -> + port at 4 { +> + port@4 { > + reg = <4>; > + > + lvds0_out: endpoint { @@ -315,4 +315,8 @@ Shawn > +}; > -- > 2.9.3 -> +> +-- +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 932efd5..74367b6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,15 @@ "ref\020161209010436.7994-1-woogyom.kim@gmail.com\0" "ref\020161209010436.7994-2-woogyom.kim@gmail.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH v3 1/3] ARM: dts: imx6: Add Savageboard common file\0" + "ref\020161209010436.7994-2-woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 1/3] ARM: dts: imx6: Add Savageboard common file\0" "Date\0Mon, 2 Jan 2017 14:52:40 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Milo Kim <woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>" + Fabio Estevam <fabio.estevam-3arQi8VN3Tc@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, Dec 09, 2016 at 10:04:34AM +0900, Milo Kim wrote:\n" @@ -28,7 +34,7 @@ "> Enable ethernet, UART1 debug, USB host, USDHC3 for microSD card and\n" "> USDHC4 for built-in eMMC storage.\n" "> \n" - "> Signed-off-by: Milo Kim <woogyom.kim@gmail.com>\n" + "> Signed-off-by: Milo Kim <woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/imx6qdl-savageboard.dtsi | 262 +++++++++++++++++++++++++++++\n" "> 1 file changed, 262 insertions(+)\n" @@ -41,7 +47,7 @@ "> +++ b/arch/arm/boot/dts/imx6qdl-savageboard.dtsi\n" "> @@ -0,0 +1,262 @@\n" "> +/*\n" - "> + * Copyright (C) 2016 Milo Kim <woogyom.kim@gmail.com>\n" + "> + * Copyright (C) 2016 Milo Kim <woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> + *\n" "> + * This file is dual-licensed: you can use it either under the terms\n" "> + * of the GPL or the X11 license, at your option. Note that this dual\n" @@ -94,7 +100,7 @@ "> +\t\tstdout-path = &uart1;\n" "> +\t};\n" "> +\n" - "> +\tmemory at 10000000 {\n" + "> +\tmemory@10000000 {\n" "> +\t\tdevice_type = \"memory\";\n" "> +\t\treg = <0x10000000 0x40000000>;\n" "> +\t};\n" @@ -182,11 +188,11 @@ "> +&ldb {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tlvds-channel at 0 {\n" + "> +\tlvds-channel@0 {\n" "> +\t\treg = <0>;\n" "> +\t\tstatus = \"okay\";\n" "> +\n" - "> +\t\tport at 4 {\n" + "> +\t\tport@4 {\n" "> +\t\t\treg = <4>;\n" "> +\n" "> +\t\t\tlvds0_out: endpoint {\n" @@ -323,6 +329,10 @@ "> +};\n" "> -- \n" "> 2.9.3\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 -9895e843066f750a99fd8accdac8a80f3159e4f3ac69487913e291e0b5d6120d +607f22462e75ec85be69c348aa4c69e6d60bf306fcb76f705856d53114f37e04
diff --git a/a/1.txt b/N2/1.txt index bd1bd35..c700d6e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -86,7 +86,7 @@ https://patchwork.kernel.org/patch/9475057/ > + stdout-path = &uart1; > + }; > + -> + memory at 10000000 { +> + memory@10000000 { > + device_type = "memory"; > + reg = <0x10000000 0x40000000>; > + }; @@ -174,11 +174,11 @@ specific. That said, the following one should be better. > +&ldb { > + status = "okay"; > + -> + lvds-channel at 0 { +> + lvds-channel@0 { > + reg = <0>; > + status = "okay"; > + -> + port at 4 { +> + port@4 { > + reg = <4>; > + > + lvds0_out: endpoint { diff --git a/a/content_digest b/N2/content_digest index 932efd5..9c29196 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,14 @@ "ref\020161209010436.7994-1-woogyom.kim@gmail.com\0" "ref\020161209010436.7994-2-woogyom.kim@gmail.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH v3 1/3] ARM: dts: imx6: Add Savageboard common file\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH v3 1/3] ARM: dts: imx6: Add Savageboard common file\0" "Date\0Mon, 2 Jan 2017 14:52:40 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Milo Kim <woogyom.kim@gmail.com>\0" + "Cc\0Sascha Hauer <kernel@pengutronix.de>" + Fabio Estevam <fabio.estevam@nxp.com> + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, Dec 09, 2016 at 10:04:34AM +0900, Milo Kim wrote:\n" @@ -94,7 +99,7 @@ "> +\t\tstdout-path = &uart1;\n" "> +\t};\n" "> +\n" - "> +\tmemory at 10000000 {\n" + "> +\tmemory@10000000 {\n" "> +\t\tdevice_type = \"memory\";\n" "> +\t\treg = <0x10000000 0x40000000>;\n" "> +\t};\n" @@ -182,11 +187,11 @@ "> +&ldb {\n" "> +\tstatus = \"okay\";\n" "> +\n" - "> +\tlvds-channel at 0 {\n" + "> +\tlvds-channel@0 {\n" "> +\t\treg = <0>;\n" "> +\t\tstatus = \"okay\";\n" "> +\n" - "> +\t\tport at 4 {\n" + "> +\t\tport@4 {\n" "> +\t\t\treg = <4>;\n" "> +\n" "> +\t\t\tlvds0_out: endpoint {\n" @@ -325,4 +330,4 @@ "> 2.9.3\n" > -9895e843066f750a99fd8accdac8a80f3159e4f3ac69487913e291e0b5d6120d +2b6cffaca30dd04e8356f65c5225df6c92a8533d54d950594bf48b960499e228
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.