diff for duplicates of <20171129025944.GA9376@dragon> diff --git a/a/1.txt b/N1/1.txt index ced1fc7..f190228 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,9 +17,9 @@ On Thu, Nov 16, 2017 at 10:58:57PM +0800, SZ Lin wrote: > * User LEDs > * Beeper > -> Signed-off-by: Jimmy Chen <jimmy.chen@moxa.com> -> Signed-off-by: Harry YJ Jhou <harryyj.jhou@moxa.com> -> Signed-off-by: SZ Lin <sz.lin@moxa.com> +> Signed-off-by: Jimmy Chen <jimmy.chen-D4fb9hXD9d4@public.gmane.org> +> Signed-off-by: Harry YJ Jhou <harryyj.jhou-D4fb9hXD9d4@public.gmane.org> +> Signed-off-by: SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org> We usually prefix arm dts patch with 'ARM: dts: ...'. @@ -50,9 +50,9 @@ We usually prefix arm dts patch with 'ARM: dts: ...'. > +/* > + * Copyright (C) 2017 Moxa Inc. - https://www.moxa.com/ > + * -> + * Author: Harry YJ Jhou (???) <harryyj.jhou@moxa.com> -> + * Jimmy Chen (???) <jimmy.chen@moxa.com> -> + * SZ Lin (???) <sz.lin@moxa.com> +> + * Author: Harry YJ Jhou (周亞諄) <harryyj.jhou-D4fb9hXD9d4@public.gmane.org> +> + * Jimmy Chen (陳永達) <jimmy.chen-D4fb9hXD9d4@public.gmane.org> +> + * SZ Lin (林上智) <sz.lin-D4fb9hXD9d4@public.gmane.org> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -86,7 +86,7 @@ We usually prefix arm dts patch with 'ARM: dts: ...'. Drop this container node and put fixed regulator directly under root. > + -> + reg_3p3v: regulator at 0 { +> + reg_3p3v: regulator@0 { Name the fixed regulator like below. @@ -226,7 +226,7 @@ make it more readable? We usually put 'status' at the end of property list. > + -> + rtc: rtc at 68 { +> + rtc: rtc@68 { The label is meaningless. @@ -234,7 +234,7 @@ The label is meaningless. > + reg = <0x68>; > + }; > + -> + tpm: tpm at 20 { +> + tpm: tpm@20 { Ditto @@ -248,7 +248,7 @@ Ditto > +}; > + > +&mdio0 { -> + rgmii_phy0: ethernet-phy at 0 { +> + rgmii_phy0: ethernet-phy@0 { > + compatible = "marvell,88e1118"; > + reg = <0x0>; > + marvell,reg-init = @@ -258,14 +258,14 @@ Ditto Have a newline between nodes. -> + rgmii_phy1: ethernet-phy at 1 { +> + rgmii_phy1: ethernet-phy@1 { > + compatible = "marvell,88e1118"; > + reg = <0x1>; > + marvell,reg-init = > + <3 0x11 0 0x4415>, /* Reg 3,17 */ > + <3 0x10 0 0x77>; /* Reg 3,16 */ > + }; -> + rgmii_phy2: ethernet-phy at 2 { +> + rgmii_phy2: ethernet-phy@2 { > + compatible = "marvell,88e1118"; > + reg = <0x2>; > + marvell,reg-init = @@ -283,21 +283,21 @@ Have a newline between nodes. Put 'status' here and have a newline. -> + flash: flash at 0 { +> + flash: flash@0 { > + compatible = "spansion,s25fl064l", "spansion,s25fl164k"; > + #address-cells = <1>; > + #size-cells = <1>; > + spi-max-frequency = <20000000>; > + reg = <0>; > + -> + partitions at 0 { +> + partitions@0 { > + label = "U-Boot"; > + reg = <0x0 0x180000>; > + }; Newline here. -> + partitions at 1 { +> + partitions@1 { > + label = "U-Boot Env"; > + reg = <0x180000 0x680000>; > + }; @@ -322,4 +322,8 @@ Shawn > -- > 2.15.0 -> +> +-- +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 c8b5afb..fc4aa76 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,17 @@ "ref\020171116145858.25966-1-sz.lin@moxa.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] arm, ls1021a: add support for Moxa UC-8410A open platform\0" + "ref\020171116145858.25966-1-sz.lin-D4fb9hXD9d4@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH] arm, ls1021a: add support for Moxa UC-8410A open platform\0" "Date\0Wed, 29 Nov 2017 10:59:46 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org>\0" + "Cc\0Jimmy Chen <jimmy.chen-D4fb9hXD9d4@public.gmane.org>" + Harry YJ Jhou <harryyj.jhou-D4fb9hXD9d4@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Thu, Nov 16, 2017 at 10:58:57PM +0800, SZ Lin wrote:\n" @@ -24,9 +33,9 @@ "> * User LEDs\n" "> * Beeper\n" "> \n" - "> Signed-off-by: Jimmy Chen <jimmy.chen@moxa.com>\n" - "> Signed-off-by: Harry YJ Jhou <harryyj.jhou@moxa.com>\n" - "> Signed-off-by: SZ Lin <sz.lin@moxa.com>\n" + "> Signed-off-by: Jimmy Chen <jimmy.chen-D4fb9hXD9d4@public.gmane.org>\n" + "> Signed-off-by: Harry YJ Jhou <harryyj.jhou-D4fb9hXD9d4@public.gmane.org>\n" + "> Signed-off-by: SZ Lin <sz.lin-D4fb9hXD9d4@public.gmane.org>\n" "\n" "We usually prefix arm dts patch with 'ARM: dts: ...'.\n" "\n" @@ -57,9 +66,9 @@ "> +/*\n" "> + * Copyright (C) 2017 Moxa Inc. - https://www.moxa.com/\n" "> + *\n" - "> + * Author: Harry YJ Jhou (???) <harryyj.jhou@moxa.com>\n" - "> + * Jimmy Chen (???) <jimmy.chen@moxa.com>\n" - "> + * SZ Lin (???) <sz.lin@moxa.com>\n" + "> + * Author: Harry YJ Jhou (\345\221\250\344\272\236\350\253\204) <harryyj.jhou-D4fb9hXD9d4@public.gmane.org>\n" + "> + * Jimmy Chen (\351\231\263\346\260\270\351\201\224) <jimmy.chen-D4fb9hXD9d4@public.gmane.org>\n" + "> + * SZ Lin (\346\236\227\344\270\212\346\231\272) <sz.lin-D4fb9hXD9d4@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -93,7 +102,7 @@ "Drop this container node and put fixed regulator directly under root.\n" "\n" "> +\n" - "> +\t\treg_3p3v: regulator at 0 {\n" + "> +\t\treg_3p3v: regulator@0 {\n" "\n" "Name the fixed regulator like below.\n" "\n" @@ -233,7 +242,7 @@ "We usually put 'status' at the end of property list.\n" "\n" "> +\n" - "> +\trtc: rtc at 68 {\n" + "> +\trtc: rtc@68 {\n" "\n" "The label is meaningless.\n" "\n" @@ -241,7 +250,7 @@ "> +\t\treg = <0x68>;\n" "> +\t};\n" "> +\n" - "> +\ttpm: tpm at 20 {\n" + "> +\ttpm: tpm@20 {\n" "\n" "Ditto\n" "\n" @@ -255,7 +264,7 @@ "> +};\n" "> +\n" "> +&mdio0 {\n" - "> +\trgmii_phy0: ethernet-phy at 0 {\n" + "> +\trgmii_phy0: ethernet-phy@0 {\n" "> +\t\tcompatible = \"marvell,88e1118\";\n" "> +\t\treg = <0x0>;\n" "> +\t\tmarvell,reg-init =\n" @@ -265,14 +274,14 @@ "\n" "Have a newline between nodes.\n" "\n" - "> +\trgmii_phy1: ethernet-phy at 1 {\n" + "> +\trgmii_phy1: ethernet-phy@1 {\n" "> +\t\tcompatible = \"marvell,88e1118\";\n" "> +\t\treg = <0x1>;\n" "> +\t\tmarvell,reg-init =\n" "> +\t\t\t<3 0x11 0 0x4415>, /* Reg 3,17 */\n" "> +\t\t\t<3 0x10 0 0x77>; /* Reg 3,16 */\n" "> +\t};\n" - "> +\trgmii_phy2: ethernet-phy at 2 {\n" + "> +\trgmii_phy2: ethernet-phy@2 {\n" "> +\t\tcompatible = \"marvell,88e1118\";\n" "> +\t\treg = <0x2>;\n" "> +\t\tmarvell,reg-init =\n" @@ -290,21 +299,21 @@ "\n" "Put 'status' here and have a newline.\n" "\n" - "> +\tflash: flash at 0 {\n" + "> +\tflash: flash@0 {\n" "> +\t\tcompatible = \"spansion,s25fl064l\", \"spansion,s25fl164k\";\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tspi-max-frequency = <20000000>;\n" "> +\t\treg = <0>;\n" "> +\n" - "> +\t\tpartitions at 0 {\n" + "> +\t\tpartitions@0 {\n" "> +\t\t\tlabel = \"U-Boot\";\n" "> +\t\t\treg = <0x0 0x180000>;\n" "> +\t\t};\n" "\n" "Newline here.\n" "\n" - "> +\t\tpartitions at 1 {\n" + "> +\t\tpartitions@1 {\n" "> +\t\t\tlabel = \"U-Boot Env\";\n" "> +\t\t\treg = <0x180000 0x680000>;\n" "> +\t\t};\n" @@ -329,6 +338,10 @@ "\n" "> -- \n" "> 2.15.0\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 -e0794ebf592f447a9ab673b3f5594524f4fb4f87cfa59ab2fcbe17f1964018b8 +94ead1913d858444c40fd622f454738ad997a7d55cc62e08855569abb1ba15dd
diff --git a/a/1.txt b/N2/1.txt index ced1fc7..8431528 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -50,9 +50,9 @@ We usually prefix arm dts patch with 'ARM: dts: ...'. > +/* > + * Copyright (C) 2017 Moxa Inc. - https://www.moxa.com/ > + * -> + * Author: Harry YJ Jhou (???) <harryyj.jhou@moxa.com> -> + * Jimmy Chen (???) <jimmy.chen@moxa.com> -> + * SZ Lin (???) <sz.lin@moxa.com> +> + * Author: Harry YJ Jhou (周亞諄) <harryyj.jhou@moxa.com> +> + * Jimmy Chen (陳永達) <jimmy.chen@moxa.com> +> + * SZ Lin (林上智) <sz.lin@moxa.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -86,7 +86,7 @@ We usually prefix arm dts patch with 'ARM: dts: ...'. Drop this container node and put fixed regulator directly under root. > + -> + reg_3p3v: regulator at 0 { +> + reg_3p3v: regulator@0 { Name the fixed regulator like below. @@ -226,7 +226,7 @@ make it more readable? We usually put 'status' at the end of property list. > + -> + rtc: rtc at 68 { +> + rtc: rtc@68 { The label is meaningless. @@ -234,7 +234,7 @@ The label is meaningless. > + reg = <0x68>; > + }; > + -> + tpm: tpm at 20 { +> + tpm: tpm@20 { Ditto @@ -248,7 +248,7 @@ Ditto > +}; > + > +&mdio0 { -> + rgmii_phy0: ethernet-phy at 0 { +> + rgmii_phy0: ethernet-phy@0 { > + compatible = "marvell,88e1118"; > + reg = <0x0>; > + marvell,reg-init = @@ -258,14 +258,14 @@ Ditto Have a newline between nodes. -> + rgmii_phy1: ethernet-phy at 1 { +> + rgmii_phy1: ethernet-phy@1 { > + compatible = "marvell,88e1118"; > + reg = <0x1>; > + marvell,reg-init = > + <3 0x11 0 0x4415>, /* Reg 3,17 */ > + <3 0x10 0 0x77>; /* Reg 3,16 */ > + }; -> + rgmii_phy2: ethernet-phy at 2 { +> + rgmii_phy2: ethernet-phy@2 { > + compatible = "marvell,88e1118"; > + reg = <0x2>; > + marvell,reg-init = @@ -283,21 +283,21 @@ Have a newline between nodes. Put 'status' here and have a newline. -> + flash: flash at 0 { +> + flash: flash@0 { > + compatible = "spansion,s25fl064l", "spansion,s25fl164k"; > + #address-cells = <1>; > + #size-cells = <1>; > + spi-max-frequency = <20000000>; > + reg = <0>; > + -> + partitions at 0 { +> + partitions@0 { > + label = "U-Boot"; > + reg = <0x0 0x180000>; > + }; Newline here. -> + partitions at 1 { +> + partitions@1 { > + label = "U-Boot Env"; > + reg = <0x180000 0x680000>; > + }; diff --git a/a/content_digest b/N2/content_digest index c8b5afb..26e4e07 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,16 @@ "ref\020171116145858.25966-1-sz.lin@moxa.com\0" - "From\0shawnguo@kernel.org (Shawn Guo)\0" - "Subject\0[PATCH] arm, ls1021a: add support for Moxa UC-8410A open platform\0" + "From\0Shawn Guo <shawnguo@kernel.org>\0" + "Subject\0Re: [PATCH] arm, ls1021a: add support for Moxa UC-8410A open platform\0" "Date\0Wed, 29 Nov 2017 10:59:46 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0SZ Lin <sz.lin@moxa.com>\0" + "Cc\0Jimmy Chen <jimmy.chen@moxa.com>" + Harry YJ Jhou <harryyj.jhou@moxa.com> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Russell King <linux@armlinux.org.uk> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Thu, Nov 16, 2017 at 10:58:57PM +0800, SZ Lin wrote:\n" @@ -57,9 +65,9 @@ "> +/*\n" "> + * Copyright (C) 2017 Moxa Inc. - https://www.moxa.com/\n" "> + *\n" - "> + * Author: Harry YJ Jhou (???) <harryyj.jhou@moxa.com>\n" - "> + * Jimmy Chen (???) <jimmy.chen@moxa.com>\n" - "> + * SZ Lin (???) <sz.lin@moxa.com>\n" + "> + * Author: Harry YJ Jhou (\345\221\250\344\272\236\350\253\204) <harryyj.jhou@moxa.com>\n" + "> + * Jimmy Chen (\351\231\263\346\260\270\351\201\224) <jimmy.chen@moxa.com>\n" + "> + * SZ Lin (\346\236\227\344\270\212\346\231\272) <sz.lin@moxa.com>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -93,7 +101,7 @@ "Drop this container node and put fixed regulator directly under root.\n" "\n" "> +\n" - "> +\t\treg_3p3v: regulator at 0 {\n" + "> +\t\treg_3p3v: regulator@0 {\n" "\n" "Name the fixed regulator like below.\n" "\n" @@ -233,7 +241,7 @@ "We usually put 'status' at the end of property list.\n" "\n" "> +\n" - "> +\trtc: rtc at 68 {\n" + "> +\trtc: rtc@68 {\n" "\n" "The label is meaningless.\n" "\n" @@ -241,7 +249,7 @@ "> +\t\treg = <0x68>;\n" "> +\t};\n" "> +\n" - "> +\ttpm: tpm at 20 {\n" + "> +\ttpm: tpm@20 {\n" "\n" "Ditto\n" "\n" @@ -255,7 +263,7 @@ "> +};\n" "> +\n" "> +&mdio0 {\n" - "> +\trgmii_phy0: ethernet-phy at 0 {\n" + "> +\trgmii_phy0: ethernet-phy@0 {\n" "> +\t\tcompatible = \"marvell,88e1118\";\n" "> +\t\treg = <0x0>;\n" "> +\t\tmarvell,reg-init =\n" @@ -265,14 +273,14 @@ "\n" "Have a newline between nodes.\n" "\n" - "> +\trgmii_phy1: ethernet-phy at 1 {\n" + "> +\trgmii_phy1: ethernet-phy@1 {\n" "> +\t\tcompatible = \"marvell,88e1118\";\n" "> +\t\treg = <0x1>;\n" "> +\t\tmarvell,reg-init =\n" "> +\t\t\t<3 0x11 0 0x4415>, /* Reg 3,17 */\n" "> +\t\t\t<3 0x10 0 0x77>; /* Reg 3,16 */\n" "> +\t};\n" - "> +\trgmii_phy2: ethernet-phy at 2 {\n" + "> +\trgmii_phy2: ethernet-phy@2 {\n" "> +\t\tcompatible = \"marvell,88e1118\";\n" "> +\t\treg = <0x2>;\n" "> +\t\tmarvell,reg-init =\n" @@ -290,21 +298,21 @@ "\n" "Put 'status' here and have a newline.\n" "\n" - "> +\tflash: flash at 0 {\n" + "> +\tflash: flash@0 {\n" "> +\t\tcompatible = \"spansion,s25fl064l\", \"spansion,s25fl164k\";\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tspi-max-frequency = <20000000>;\n" "> +\t\treg = <0>;\n" "> +\n" - "> +\t\tpartitions at 0 {\n" + "> +\t\tpartitions@0 {\n" "> +\t\t\tlabel = \"U-Boot\";\n" "> +\t\t\treg = <0x0 0x180000>;\n" "> +\t\t};\n" "\n" "Newline here.\n" "\n" - "> +\t\tpartitions at 1 {\n" + "> +\t\tpartitions@1 {\n" "> +\t\t\tlabel = \"U-Boot Env\";\n" "> +\t\t\treg = <0x180000 0x680000>;\n" "> +\t\t};\n" @@ -331,4 +339,4 @@ "> 2.15.0\n" > -e0794ebf592f447a9ab673b3f5594524f4fb4f87cfa59ab2fcbe17f1964018b8 +99c728bb48916883767ba527c181f1259b5701920d0ff6acdb8b01902326ba82
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.