diff for duplicates of <20141215125932.GF462@leverpostej> diff --git a/a/1.txt b/N1/1.txt index 30ecedd..4f2ecf3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,7 @@ On Fri, Dec 12, 2014 at 08:08:25AM +0000, Eddie Huang wrote: > > > + > > > + memory { > > -> > Nit: should be memory at 40000000 (and you'll need to add device_type = +> > Nit: should be memory@40000000 (and you'll need to add device_type = > > "memory"). > > > > > + reg = <0 0x40000000 0 0x40000000>; @@ -33,7 +33,7 @@ On Fri, Dec 12, 2014 at 08:08:25AM +0000, Eddie Huang wrote: > > skeleton.dtsi already has /memory node with address-cells=2, > size-cells=1, which will cause build warning if I change to use -> memory at 40000000, because we use size-cells=2. I will not include +> memory@40000000, because we use size-cells=2. I will not include > skeleton.dtsi and follow your suggestion in next version. That sounds fine to me. @@ -90,3 +90,7 @@ Are SYSTEM_OFF and SYSTEM_RESET available? Thanks, Mark. +-- +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 dfc6c95..ab52dee 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,29 @@ "ref\01418208602-35584-4-git-send-email-eddie.huang@mediatek.com\0" "ref\020141211180245.GE28150@leverpostej\0" "ref\01418371705.423.31.camel@mtksdaap41\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCH 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0" + "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0" "Date\0Mon, 15 Dec 2014 12:59:32 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\0" + "Cc\0Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org <srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> + Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + Catalin Marinas <Catalin.Marinas-5wv7dgnIgG8@public.gmane.org> + Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org> + Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> + Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> + Joe.C <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> + Robert Richter <rrichter-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org> + Mark Brown <broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + " yh.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org <yh.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\0" "\00:1\0" "b\0" "On Fri, Dec 12, 2014 at 08:08:25AM +0000, Eddie Huang wrote:\n" @@ -35,7 +54,7 @@ "> > > +\n" "> > > +\tmemory {\n" "> > \n" - "> > Nit: should be memory at 40000000 (and you'll need to add device_type =\n" + "> > Nit: should be memory@40000000 (and you'll need to add device_type =\n" "> > \"memory\").\n" "> > \n" "> > > +\t\treg = <0 0x40000000 0 0x40000000>;\n" @@ -43,7 +62,7 @@ "> \n" "> skeleton.dtsi already has /memory node with address-cells=2,\n" "> size-cells=1, which will cause build warning if I change to use\n" - "> memory at 40000000, because we use size-cells=2. I will not include\n" + "> memory@40000000, because we use size-cells=2. I will not include\n" "> skeleton.dtsi and follow your suggestion in next version.\n" "\n" "That sounds fine to me.\n" @@ -99,6 +118,10 @@ "Are SYSTEM_OFF and SYSTEM_RESET available?\n" "\n" "Thanks,\n" - Mark. + "Mark.\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 -c31e0c765d02b8f58de5b5ed4ada9f4d04cecdf3d68bc9521fe508a0f1528aa8 +9c975d825f3c5623bd8339806963219b71d6efdaab191533e45a5ac5dbd3844a
diff --git a/a/1.txt b/N2/1.txt index 30ecedd..0daaf2a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -25,7 +25,7 @@ On Fri, Dec 12, 2014 at 08:08:25AM +0000, Eddie Huang wrote: > > > + > > > + memory { > > -> > Nit: should be memory at 40000000 (and you'll need to add device_type = +> > Nit: should be memory@40000000 (and you'll need to add device_type = > > "memory"). > > > > > + reg = <0 0x40000000 0 0x40000000>; @@ -33,7 +33,7 @@ On Fri, Dec 12, 2014 at 08:08:25AM +0000, Eddie Huang wrote: > > skeleton.dtsi already has /memory node with address-cells=2, > size-cells=1, which will cause build warning if I change to use -> memory at 40000000, because we use size-cells=2. I will not include +> memory@40000000, because we use size-cells=2. I will not include > skeleton.dtsi and follow your suggestion in next version. That sounds fine to me. diff --git a/a/content_digest b/N2/content_digest index dfc6c95..c392c2b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,10 +2,29 @@ "ref\01418208602-35584-4-git-send-email-eddie.huang@mediatek.com\0" "ref\020141211180245.GE28150@leverpostej\0" "ref\01418371705.423.31.camel@mtksdaap41\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCH 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0" + "From\0Mark Rutland <mark.rutland@arm.com>\0" + "Subject\0Re: [PATCH 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile\0" "Date\0Mon, 15 Dec 2014 12:59:32 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Eddie Huang <eddie.huang@mediatek.com>\0" + "Cc\0Matthias Brugger <matthias.bgg@gmail.com>" + Rob Herring <robh+dt@kernel.org> + Jason Cooper <jason@lakedaemon.net> + srv_heupstream@mediatek.com <srv_heupstream@mediatek.com> + Pawel Moll <Pawel.Moll@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Catalin Marinas <Catalin.Marinas@arm.com> + Will Deacon <Will.Deacon@arm.com> + Thomas Gleixner <tglx@linutronix.de> + Olof Johansson <olof@lixom.net> + Joe.C <yingjoe.chen@mediatek.com> + Robert Richter <rrichter@cavium.com> + Mark Brown <broonie@linaro.org> + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + Sascha Hauer <kernel@pengutronix.de> + " yh.chen@mediatek.com <yh.chen@mediatek.com>\0" "\00:1\0" "b\0" "On Fri, Dec 12, 2014 at 08:08:25AM +0000, Eddie Huang wrote:\n" @@ -35,7 +54,7 @@ "> > > +\n" "> > > +\tmemory {\n" "> > \n" - "> > Nit: should be memory at 40000000 (and you'll need to add device_type =\n" + "> > Nit: should be memory@40000000 (and you'll need to add device_type =\n" "> > \"memory\").\n" "> > \n" "> > > +\t\treg = <0 0x40000000 0 0x40000000>;\n" @@ -43,7 +62,7 @@ "> \n" "> skeleton.dtsi already has /memory node with address-cells=2,\n" "> size-cells=1, which will cause build warning if I change to use\n" - "> memory at 40000000, because we use size-cells=2. I will not include\n" + "> memory@40000000, because we use size-cells=2. I will not include\n" "> skeleton.dtsi and follow your suggestion in next version.\n" "\n" "That sounds fine to me.\n" @@ -101,4 +120,4 @@ "Thanks,\n" Mark. -c31e0c765d02b8f58de5b5ed4ada9f4d04cecdf3d68bc9521fe508a0f1528aa8 +9c29c49758d3964b0c2aaad0e7cf9020dad2d29e1d25713333a37e68544423d4
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.