diff for duplicates of <20141215133208.GC8264@leverpostej> diff --git a/a/1.txt b/N1/1.txt index e53bee0..6afaac3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On Fri, Dec 12, 2014 at 04:42:54PM +0000, Jason Cooper 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>; @@ -13,7 +13,7 @@ On Fri, Dec 12, 2014 at 04:42:54PM +0000, Jason Cooper 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. > > There's skeleton64.dtsi in arch/arm/boot/dts (arm 32bit has LPAE-enabled @@ -27,3 +27,7 @@ better to get rid of the skeleton dtsi entirely. 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 f7398bd..971d42d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,10 +3,30 @@ "ref\020141211180245.GE28150@leverpostej\0" "ref\01418371705.423.31.camel@mtksdaap41\0" "ref\020141212164254.GK22670@titan.lakedaemon.net\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" + "ref\020141212164254.GK22670-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org\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 13:32:08 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>\0" + "Cc\0Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>" + Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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 04:42:54PM +0000, Jason Cooper wrote:\n" @@ -16,7 +36,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" @@ -24,7 +44,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" "> There's skeleton64.dtsi in arch/arm/boot/dts (arm 32bit has LPAE-enabled\n" @@ -37,6 +57,10 @@ "[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-December/310617.html\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 -e3af8feecb82cf59f18ead9c7bff8bbe7326cfd8ddbcb91f2229e10d543f1817 +1d4cec078591c4491aaaeec090d34b9c74fd9311fdcf40bbfe772be44228ee75
diff --git a/a/1.txt b/N2/1.txt index e53bee0..099792d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ On Fri, Dec 12, 2014 at 04:42:54PM +0000, Jason Cooper 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>; @@ -13,7 +13,7 @@ On Fri, Dec 12, 2014 at 04:42:54PM +0000, Jason Cooper 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. > > There's skeleton64.dtsi in arch/arm/boot/dts (arm 32bit has LPAE-enabled diff --git a/a/content_digest b/N2/content_digest index f7398bd..22f5e67 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,29 @@ "ref\020141211180245.GE28150@leverpostej\0" "ref\01418371705.423.31.camel@mtksdaap41\0" "ref\020141212164254.GK22670@titan.lakedaemon.net\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 13:32:08 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jason Cooper <jason@lakedaemon.net>\0" + "Cc\0Eddie Huang <eddie.huang@mediatek.com>" + Matthias Brugger <matthias.bgg@gmail.com> + Rob Herring <robh+dt@kernel.org> + 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 04:42:54PM +0000, Jason Cooper wrote:\n" @@ -16,7 +35,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" @@ -24,7 +43,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" "> There's skeleton64.dtsi in arch/arm/boot/dts (arm 32bit has LPAE-enabled\n" @@ -39,4 +58,4 @@ "Thanks,\n" Mark. -e3af8feecb82cf59f18ead9c7bff8bbe7326cfd8ddbcb91f2229e10d543f1817 +c0838a68cd10b035afbac04ee51ed2c3da852e4aba4c572df02638c17caf226d
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.