diff for duplicates of <87egf7602v.fsf@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index 04813ba..c5edb0d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,15 +1,15 @@ Hi Sebastian and Andrew, - On sam., nov. 28 2015, Andrew Lunn <andrew@lunn.ch> wrote: + On sam., nov. 28 2015, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote: > On Sat, Nov 28, 2015 at 12:14:07PM +0100, Sebastian Hesselbarth wrote: >> Prefix all partition reg properties to 32-bit to ease readability. >> While at it, also remove a stale x in front of boot partition >> offset and make some upper-case hex numbers lower-case. >> ->> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> +>> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > -> Acked-by: Andrew Lunn <andrew@lunn.ch> +> Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> Applied on mvebu/dt @@ -21,19 +21,19 @@ Gregory > Andrew > >> --- ->> Cc: Jason Cooper <jason@lakedaemon.net> ->> Cc: Andrew Lunn <andrew@lunn.ch> ->> Cc: Gregory Clement <gregory.clement@free-electrons.com> ->> Cc: Rob Herring <robh+dt@kernel.org> ->> Cc: Pawel Moll <pawel.moll@arm.com> ->> Cc: Mark Rutland <mark.rutland@arm.com> ->> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> ->> Cc: Kumar Gala <galak@codeaurora.org> ->> Cc: Russell King <linux@arm.linux.org.uk> ->> Cc: Benoit Masson <yahoo@perenite.com> ->> Cc: linux-arm-kernel at lists.infradead.org ->> Cc: devicetree at vger.kernel.org ->> Cc: linux-kernel at vger.kernel.org +>> Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> +>> Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> +>> Cc: Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> +>> Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +>> Cc: Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> +>> Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> +>> Cc: Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> +>> Cc: Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +>> Cc: Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> +>> Cc: Benoit Masson <yahoo-+V3Jd3LB6RBWk0Htik3J/w@public.gmane.org> +>> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org +>> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +>> Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> --- >> arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 14 +++++++------- >> 1 file changed, 7 insertions(+), 7 deletions(-) @@ -44,41 +44,41 @@ Gregory >> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts >> @@ -157,35 +157,35 @@ >> ->> partition at 0 { +>> partition@0 { >> label = "u-boot"; >> - reg = <0x0000000 0xe0000>; >> + reg = <0x00000000 0x000e0000>; >> read-only; >> }; >> ->> partition at e0000 { +>> partition@e0000 { >> label = "u-boot-env"; >> - reg = <0xe0000 0x20000>; >> + reg = <0x000e0000 0x00020000>; >> read-only; >> }; >> ->> partition at 100000 { +>> partition@100000 { >> label = "u-boot-env2"; >> - reg = <0x100000 0x20000>; >> + reg = <0x00100000 0x00020000>; >> read-only; >> }; >> ->> partition at 120000 { +>> partition@120000 { >> label = "zImage"; >> - reg = <0x120000 0x400000>; >> + reg = <0x00120000 0x00400000>; >> }; >> ->> partition at 520000 { +>> partition@520000 { >> label = "initrd"; >> - reg = <0x520000 0x400000>; >> + reg = <0x00520000 0x00400000>; >> }; >> ->> - partition at xE00000 { ->> + partition at e00000 { +>> - partition@xE00000 { +>> + partition@e00000 { >> label = "boot"; >> - reg = <0xE00000 0x3F200000>; >> + reg = <0x00e00000 0x3f200000>; @@ -94,3 +94,7 @@ Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com +-- +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 46c4c24..9e9eac3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,37 @@ "ref\01448709248-21177-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01448709248-21177-4-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\020151128170155.GI32356@lunn.ch\0" - "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0" - "Subject\0[PATCH 3/4] ARM: dt: mvebu: ix4-300d: Cleanup NAND partition ranges\0" + "ref\020151128170155.GI32356-g2DYL2Zd6BY@public.gmane.org\0" + "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/4] ARM: dt: mvebu: ix4-300d: Cleanup NAND partition ranges\0" "Date\0Mon, 30 Nov 2015 15:20:08 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>" + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + Benoit Masson <yahoo-+V3Jd3LB6RBWk0Htik3J/w@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" "Hi Sebastian and Andrew,\n" " \n" - " On sam., nov. 28 2015, Andrew Lunn <andrew@lunn.ch> wrote:\n" + " On sam., nov. 28 2015, Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> wrote:\n" "\n" "> On Sat, Nov 28, 2015 at 12:14:07PM +0100, Sebastian Hesselbarth wrote:\n" ">> Prefix all partition reg properties to 32-bit to ease readability.\n" ">> While at it, also remove a stale x in front of boot partition\n" ">> offset and make some upper-case hex numbers lower-case.\n" ">> \n" - ">> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\n" + ">> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" ">\n" - "> Acked-by: Andrew Lunn <andrew@lunn.ch>\n" + "> Acked-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n" "\n" "Applied on mvebu/dt\n" "\n" @@ -30,19 +43,19 @@ "> \t Andrew\n" ">\n" ">> ---\n" - ">> Cc: Jason Cooper <jason@lakedaemon.net> \n" - ">> Cc: Andrew Lunn <andrew@lunn.ch>\n" - ">> Cc: Gregory Clement <gregory.clement@free-electrons.com> \n" - ">> Cc: Rob Herring <robh+dt@kernel.org> \n" - ">> Cc: Pawel Moll <pawel.moll@arm.com> \n" - ">> Cc: Mark Rutland <mark.rutland@arm.com> \n" - ">> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> \n" - ">> Cc: Kumar Gala <galak@codeaurora.org> \n" - ">> Cc: Russell King <linux@arm.linux.org.uk> \n" - ">> Cc: Benoit Masson <yahoo@perenite.com>\n" - ">> Cc: linux-arm-kernel at lists.infradead.org \n" - ">> Cc: devicetree at vger.kernel.org \n" - ">> Cc: linux-kernel at vger.kernel.org \n" + ">> Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> \n" + ">> Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n" + ">> Cc: Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> \n" + ">> Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> \n" + ">> Cc: Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> \n" + ">> Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> \n" + ">> Cc: Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> \n" + ">> Cc: Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> \n" + ">> Cc: Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> \n" + ">> Cc: Benoit Masson <yahoo-+V3Jd3LB6RBWk0Htik3J/w@public.gmane.org>\n" + ">> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \n" + ">> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \n" + ">> Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \n" ">> ---\n" ">> arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 14 +++++++-------\n" ">> 1 file changed, 7 insertions(+), 7 deletions(-)\n" @@ -53,41 +66,41 @@ ">> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts\n" ">> @@ -157,35 +157,35 @@\n" ">> \n" - ">> \t\t\t\t\tpartition at 0 {\n" + ">> \t\t\t\t\tpartition@0 {\n" ">> \t\t\t\t\t\tlabel = \"u-boot\";\n" ">> -\t\t\t\t\t\treg = <0x0000000 0xe0000>;\n" ">> +\t\t\t\t\t\treg = <0x00000000 0x000e0000>;\n" ">> \t\t\t\t\t\tread-only;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at e0000 {\n" + ">> \t\t\t\t\tpartition@e0000 {\n" ">> \t\t\t\t\t\tlabel = \"u-boot-env\";\n" ">> -\t\t\t\t\t\treg = <0xe0000 0x20000>;\n" ">> +\t\t\t\t\t\treg = <0x000e0000 0x00020000>;\n" ">> \t\t\t\t\t\tread-only;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at 100000 {\n" + ">> \t\t\t\t\tpartition@100000 {\n" ">> \t\t\t\t\t\tlabel = \"u-boot-env2\";\n" ">> -\t\t\t\t\t\treg = <0x100000 0x20000>;\n" ">> +\t\t\t\t\t\treg = <0x00100000 0x00020000>;\n" ">> \t\t\t\t\t\tread-only;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at 120000 {\n" + ">> \t\t\t\t\tpartition@120000 {\n" ">> \t\t\t\t\t\tlabel = \"zImage\";\n" ">> -\t\t\t\t\t\treg = <0x120000 0x400000>;\n" ">> +\t\t\t\t\t\treg = <0x00120000 0x00400000>;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at 520000 {\n" + ">> \t\t\t\t\tpartition@520000 {\n" ">> \t\t\t\t\t\tlabel = \"initrd\";\n" ">> -\t\t\t\t\t\treg = <0x520000 0x400000>;\n" ">> +\t\t\t\t\t\treg = <0x00520000 0x00400000>;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> -\t\t\t\t\tpartition at xE00000 {\n" - ">> +\t\t\t\t\tpartition at e00000 {\n" + ">> -\t\t\t\t\tpartition@xE00000 {\n" + ">> +\t\t\t\t\tpartition@e00000 {\n" ">> \t\t\t\t\t\tlabel = \"boot\";\n" ">> -\t\t\t\t\t\treg = <0xE00000 0x3F200000>;\n" ">> +\t\t\t\t\t\treg = <0x00e00000 0x3f200000>;\n" @@ -102,6 +115,10 @@ "Gregory Clement, Free Electrons\n" "Kernel, drivers, real-time and embedded Linux\n" "development, consulting, training and support.\n" - http://free-electrons.com + "http://free-electrons.com\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 -d0abb79115aeb5f90127b2beb07288846a1e8bcd07365a6c4132eb4203fdbc89 +0153ab979d556ab0e8a7f55733e28c57d4938abdf56c49efcc5818df491f7623
diff --git a/a/1.txt b/N2/1.txt index 04813ba..a5c9a8c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -31,9 +31,9 @@ Gregory >> Cc: Kumar Gala <galak@codeaurora.org> >> Cc: Russell King <linux@arm.linux.org.uk> >> Cc: Benoit Masson <yahoo@perenite.com> ->> Cc: linux-arm-kernel at lists.infradead.org ->> Cc: devicetree at vger.kernel.org ->> Cc: linux-kernel at vger.kernel.org +>> Cc: linux-arm-kernel@lists.infradead.org +>> Cc: devicetree@vger.kernel.org +>> Cc: linux-kernel@vger.kernel.org >> --- >> arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 14 +++++++------- >> 1 file changed, 7 insertions(+), 7 deletions(-) @@ -44,41 +44,41 @@ Gregory >> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts >> @@ -157,35 +157,35 @@ >> ->> partition at 0 { +>> partition@0 { >> label = "u-boot"; >> - reg = <0x0000000 0xe0000>; >> + reg = <0x00000000 0x000e0000>; >> read-only; >> }; >> ->> partition at e0000 { +>> partition@e0000 { >> label = "u-boot-env"; >> - reg = <0xe0000 0x20000>; >> + reg = <0x000e0000 0x00020000>; >> read-only; >> }; >> ->> partition at 100000 { +>> partition@100000 { >> label = "u-boot-env2"; >> - reg = <0x100000 0x20000>; >> + reg = <0x00100000 0x00020000>; >> read-only; >> }; >> ->> partition at 120000 { +>> partition@120000 { >> label = "zImage"; >> - reg = <0x120000 0x400000>; >> + reg = <0x00120000 0x00400000>; >> }; >> ->> partition at 520000 { +>> partition@520000 { >> label = "initrd"; >> - reg = <0x520000 0x400000>; >> + reg = <0x00520000 0x00400000>; >> }; >> ->> - partition at xE00000 { ->> + partition at e00000 { +>> - partition@xE00000 { +>> + partition@e00000 { >> label = "boot"; >> - reg = <0xE00000 0x3F200000>; >> + reg = <0x00e00000 0x3f200000>; diff --git a/a/content_digest b/N2/content_digest index 46c4c24..f5b3000 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,22 @@ "ref\01448709248-21177-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01448709248-21177-4-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\020151128170155.GI32356@lunn.ch\0" - "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0" - "Subject\0[PATCH 3/4] ARM: dt: mvebu: ix4-300d: Cleanup NAND partition ranges\0" + "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0" + "Subject\0Re: [PATCH 3/4] ARM: dt: mvebu: ix4-300d: Cleanup NAND partition ranges\0" "Date\0Mon, 30 Nov 2015 15:20:08 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>" + " Andrew Lunn <andrew@lunn.ch>\0" + "Cc\0Jason Cooper <jason@lakedaemon.net>" + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + Benoit Masson <yahoo@perenite.com> + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Sebastian and Andrew,\n" @@ -40,9 +52,9 @@ ">> Cc: Kumar Gala <galak@codeaurora.org> \n" ">> Cc: Russell King <linux@arm.linux.org.uk> \n" ">> Cc: Benoit Masson <yahoo@perenite.com>\n" - ">> Cc: linux-arm-kernel at lists.infradead.org \n" - ">> Cc: devicetree at vger.kernel.org \n" - ">> Cc: linux-kernel at vger.kernel.org \n" + ">> Cc: linux-arm-kernel@lists.infradead.org \n" + ">> Cc: devicetree@vger.kernel.org \n" + ">> Cc: linux-kernel@vger.kernel.org \n" ">> ---\n" ">> arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 14 +++++++-------\n" ">> 1 file changed, 7 insertions(+), 7 deletions(-)\n" @@ -53,41 +65,41 @@ ">> +++ b/arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts\n" ">> @@ -157,35 +157,35 @@\n" ">> \n" - ">> \t\t\t\t\tpartition at 0 {\n" + ">> \t\t\t\t\tpartition@0 {\n" ">> \t\t\t\t\t\tlabel = \"u-boot\";\n" ">> -\t\t\t\t\t\treg = <0x0000000 0xe0000>;\n" ">> +\t\t\t\t\t\treg = <0x00000000 0x000e0000>;\n" ">> \t\t\t\t\t\tread-only;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at e0000 {\n" + ">> \t\t\t\t\tpartition@e0000 {\n" ">> \t\t\t\t\t\tlabel = \"u-boot-env\";\n" ">> -\t\t\t\t\t\treg = <0xe0000 0x20000>;\n" ">> +\t\t\t\t\t\treg = <0x000e0000 0x00020000>;\n" ">> \t\t\t\t\t\tread-only;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at 100000 {\n" + ">> \t\t\t\t\tpartition@100000 {\n" ">> \t\t\t\t\t\tlabel = \"u-boot-env2\";\n" ">> -\t\t\t\t\t\treg = <0x100000 0x20000>;\n" ">> +\t\t\t\t\t\treg = <0x00100000 0x00020000>;\n" ">> \t\t\t\t\t\tread-only;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at 120000 {\n" + ">> \t\t\t\t\tpartition@120000 {\n" ">> \t\t\t\t\t\tlabel = \"zImage\";\n" ">> -\t\t\t\t\t\treg = <0x120000 0x400000>;\n" ">> +\t\t\t\t\t\treg = <0x00120000 0x00400000>;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> \t\t\t\t\tpartition at 520000 {\n" + ">> \t\t\t\t\tpartition@520000 {\n" ">> \t\t\t\t\t\tlabel = \"initrd\";\n" ">> -\t\t\t\t\t\treg = <0x520000 0x400000>;\n" ">> +\t\t\t\t\t\treg = <0x00520000 0x00400000>;\n" ">> \t\t\t\t\t};\n" ">> \n" - ">> -\t\t\t\t\tpartition at xE00000 {\n" - ">> +\t\t\t\t\tpartition at e00000 {\n" + ">> -\t\t\t\t\tpartition@xE00000 {\n" + ">> +\t\t\t\t\tpartition@e00000 {\n" ">> \t\t\t\t\t\tlabel = \"boot\";\n" ">> -\t\t\t\t\t\treg = <0xE00000 0x3F200000>;\n" ">> +\t\t\t\t\t\treg = <0x00e00000 0x3f200000>;\n" @@ -104,4 +116,4 @@ "development, consulting, training and support.\n" http://free-electrons.com -d0abb79115aeb5f90127b2beb07288846a1e8bcd07365a6c4132eb4203fdbc89 +781f7a1f52f90748a0b5238b21488cd1e9658b2a3a4de642a97c810a5e669bd7
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.