diff for duplicates of <20170523184909.GD13664@w540> diff --git a/a/1.txt b/N1/1.txt index 1bad626..bbabe28 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -87,7 +87,7 @@ I assumed it had to match the SCIF number. Will change. > > > + memory { > -> memory@20000000 +> memory at 20000000 > > (please run "make dtbs W=1") > @@ -105,9 +105,9 @@ mebibyte is :p ? I'll drop comments here and in the rest of the patch. > -> > + qspi@18000000 { +> > + qspi at 18000000 { > -> flash@18000000? +> flash at 18000000? > > > + compatible = "mtd-rom"; > > + probe-type = "map_rom"; @@ -121,9 +121,9 @@ I'll drop comments here and in the rest of the patch. > > + #address-cells = <1>; > > + #size-cells = <1>; > > + -> > + rootfs@18600000 { +> > + rootfs at 18600000 { > -> rootfs@600000? +> rootfs at 600000? > > > + label = "rootfs"; > > + reg = <0x00600000 0x00200000>; /* 2MB @ 0x18600000 */ @@ -151,7 +151,7 @@ Thanks > Geert > > -- -> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org +> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. diff --git a/a/content_digest b/N1/content_digest index a8ddbc5..f87436c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,9 @@ "ref\01495532834-25670-1-git-send-email-jacopo+renesas@jmondi.org\0" "ref\0CAMuHMdUR0Djqi-7DWAHpN_F6xt-WcYzT4H2+mLCjHE9T+7UuJg@mail.gmail.com\0" - "From\0jmondi <jacopo@jmondi.org>\0" - "Subject\0Re: [PATCH] arm: dts: r7s72100: Add support for GR-Peach\0" + "From\0jacopo@jmondi.org (jmondi)\0" + "Subject\0[PATCH] arm: dts: r7s72100: Add support for GR-Peach\0" "Date\0Tue, 23 May 2017 20:49:09 +0200\0" - "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" - "Cc\0Jacopo Mondi <jacopo+renesas@jmondi.org>" - Geert Uytterhoeven <geert+renesas@glider.be> - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - Russell King <linux@armlinux.org.uk> - Linux-Renesas <linux-renesas-soc@vger.kernel.org> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Geert,\n" @@ -104,7 +95,7 @@ ">\n" "> > + memory {\n" ">\n" - "> memory@20000000\n" + "> memory at 20000000\n" ">\n" "> (please run \"make dtbs W=1\")\n" ">\n" @@ -122,9 +113,9 @@ "I'll drop comments here and in the rest of the patch.\n" "\n" ">\n" - "> > + qspi@18000000 {\n" + "> > + qspi at 18000000 {\n" ">\n" - "> flash@18000000?\n" + "> flash at 18000000?\n" ">\n" "> > + compatible = \"mtd-rom\";\n" "> > + probe-type = \"map_rom\";\n" @@ -138,9 +129,9 @@ "> > + #address-cells = <1>;\n" "> > + #size-cells = <1>;\n" "> > +\n" - "> > + rootfs@18600000 {\n" + "> > + rootfs at 18600000 {\n" ">\n" - "> rootfs@600000?\n" + "> rootfs at 600000?\n" ">\n" "> > + label = \"rootfs\";\n" "> > + reg = <0x00600000 0x00200000>; /* 2MB @ 0x18600000 */\n" @@ -168,10 +159,10 @@ "> Geert\n" ">\n" "> --\n" - "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org\n" + "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org\n" ">\n" "> In personal conversations with technical people, I call myself a hacker. But\n" "> when I'm talking to journalists I just say \"programmer\" or something like that.\n" > -- Linus Torvalds -0554a3c4a790189a9da6705d2fc4c3521e5ef91b64e452c9306f5de76802dbda +452c4752c67ba3ca00787186745789cdc83ec82e302b95ee234afc7f3647325f
diff --git a/a/1.txt b/N2/1.txt index 1bad626..75c700e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,13 +4,13 @@ On Tue, May 23, 2017 at 12:08:30PM +0200, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Tue, May 23, 2017 at 11:47 AM, Jacopo Mondi -> <jacopo+renesas@jmondi.org> wrote: +> <jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org> wrote: > > Add device tree source for Renesas GR-Peach board. > > GR-Peach is an RZ/A1H based board with 10MB of on-chip SRAM and 8MB > > QSPI flash storage. > > Add support for the board, and create a 2MB partition to use as rootfs. > > -> > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> +> > Signed-off-by: Jacopo Mondi <jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org> > > Thanks for your patch! > @@ -151,8 +151,12 @@ Thanks > Geert > > -- -> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org +> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds +-- +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 a8ddbc5..cafc3ed 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,18 +1,19 @@ "ref\01495532834-25670-1-git-send-email-jacopo+renesas@jmondi.org\0" "ref\0CAMuHMdUR0Djqi-7DWAHpN_F6xt-WcYzT4H2+mLCjHE9T+7UuJg@mail.gmail.com\0" - "From\0jmondi <jacopo@jmondi.org>\0" + "ref\0CAMuHMdUR0Djqi-7DWAHpN_F6xt-WcYzT4H2+mLCjHE9T+7UuJg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0jmondi <jacopo-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH] arm: dts: r7s72100: Add support for GR-Peach\0" "Date\0Tue, 23 May 2017 20:49:09 +0200\0" - "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" - "Cc\0Jacopo Mondi <jacopo+renesas@jmondi.org>" - Geert Uytterhoeven <geert+renesas@glider.be> - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - Russell King <linux@armlinux.org.uk> - Linux-Renesas <linux-renesas-soc@vger.kernel.org> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" + "To\0Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\0" + "Cc\0Jacopo Mondi <jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>" + Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@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> + Linux-Renesas <linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" "Hi Geert,\n" @@ -21,13 +22,13 @@ "> Hi Jacopo,\n" ">\n" "> On Tue, May 23, 2017 at 11:47 AM, Jacopo Mondi\n" - "> <jacopo+renesas@jmondi.org> wrote:\n" + "> <jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org> wrote:\n" "> > Add device tree source for Renesas GR-Peach board.\n" "> > GR-Peach is an RZ/A1H based board with 10MB of on-chip SRAM and 8MB\n" "> > QSPI flash storage.\n" "> > Add support for the board, and create a 2MB partition to use as rootfs.\n" "> >\n" - "> > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>\n" + "> > Signed-off-by: Jacopo Mondi <jacopo+renesas-AW8dsiIh9cEdnm+yROfE0A@public.gmane.org>\n" ">\n" "> Thanks for your patch!\n" ">\n" @@ -168,10 +169,14 @@ "> Geert\n" ">\n" "> --\n" - "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org\n" + "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org\n" ">\n" "> In personal conversations with technical people, I call myself a hacker. But\n" "> when I'm talking to journalists I just say \"programmer\" or something like that.\n" - > -- Linus Torvalds + "> -- Linus Torvalds\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 -0554a3c4a790189a9da6705d2fc4c3521e5ef91b64e452c9306f5de76802dbda +adbeb946b689c6a2fb8c8db268bb5cc6c44ed9db3dee8da4445c26bea560388c
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.