diff for duplicates of <547E7455.6090009@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ae3cbb3..5c99819 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On 11/27/2014 9:56 AM, Leif Lindholm wrote: > Opening description stolen from www.devicetree.org, and part of the > remaining text provided by Mark Rutland. > -> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> +> Signed-off-by: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > --- > Documentation/devicetree/bindings/chosen.txt | 42 ++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) @@ -41,10 +41,10 @@ The code in patch 3/3 adds the extra options feature to the properties: > + > +/ { > + chosen { -> + stdout-path = "/serial at f00:115200"; +> + stdout-path = "/serial@f00:115200"; > + }; > + -> + serial at f00 { +> + serial@f00 { > + compatible = "vendor,some-uart"; > + reg = <0xf00 0x10>; > + }; @@ -67,4 +67,9 @@ The code in patch 3/3 adds the extra options feature to the properties: > + flow - 'r' (rts) > + > +For example: 115200n8r -> +> + +-- +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 2185f4b..fad29b1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,21 @@ "ref\01417110967-16284-1-git-send-email-leif.lindholm@linaro.org\0" "ref\01417110967-16284-2-git-send-email-leif.lindholm@linaro.org\0" - "From\0frowand.list@gmail.com (Frank Rowand)\0" - "Subject\0[PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path\0" + "ref\01417110967-16284-2-git-send-email-leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" + "From\0Frank Rowand <frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path\0" "Date\0Tue, 02 Dec 2014 18:24:21 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + andrew-g2DYL2Zd6BY@public.gmane.org + s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + ijc-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org + grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org + " frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" "\00:1\0" "b\0" "On 11/27/2014 9:56 AM, Leif Lindholm wrote:\n" @@ -14,7 +26,7 @@ "> Opening description stolen from www.devicetree.org, and part of the\n" "> remaining text provided by Mark Rutland.\n" "> \n" - "> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>\n" + "> Signed-off-by: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "> ---\n" "> Documentation/devicetree/bindings/chosen.txt | 42 ++++++++++++++++++++++++++\n" "> 1 file changed, 42 insertions(+)\n" @@ -49,10 +61,10 @@ "> +\n" "> +/ {\n" "> +\tchosen {\n" - "> +\t\tstdout-path = \"/serial at f00:115200\";\n" + "> +\t\tstdout-path = \"/serial@f00:115200\";\n" "> +\t};\n" "> +\n" - "> +\tserial at f00 {\n" + "> +\tserial@f00 {\n" "> +\t\tcompatible = \"vendor,some-uart\";\n" "> +\t\treg = <0xf00 0x10>;\n" "> +\t};\n" @@ -75,6 +87,11 @@ "> +\tflow\t- 'r' (rts)\n" "> +\n" "> +For example: 115200n8r\n" - > + "> \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 -be8a5129a2fd339e977a12c774f7a9601474c2586767adc592345d932425a930 +9d0504e76dc6c10b66c6cb5a3ec281e88aaa1d4ec7c9189a7c5da27d7674e971
diff --git a/a/1.txt b/N2/1.txt index ae3cbb3..cc397c3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -41,10 +41,10 @@ The code in patch 3/3 adds the extra options feature to the properties: > + > +/ { > + chosen { -> + stdout-path = "/serial at f00:115200"; +> + stdout-path = "/serial@f00:115200"; > + }; > + -> + serial at f00 { +> + serial@f00 { > + compatible = "vendor,some-uart"; > + reg = <0xf00 0x10>; > + }; diff --git a/a/content_digest b/N2/content_digest index 2185f4b..94ed42a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,20 @@ "ref\01417110967-16284-1-git-send-email-leif.lindholm@linaro.org\0" "ref\01417110967-16284-2-git-send-email-leif.lindholm@linaro.org\0" - "From\0frowand.list@gmail.com (Frank Rowand)\0" - "Subject\0[PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path\0" + "From\0Frank Rowand <frowand.list@gmail.com>\0" + "Subject\0Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path\0" "Date\0Tue, 02 Dec 2014 18:24:21 -0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Leif Lindholm <leif.lindholm@linaro.org>\0" + "Cc\0devicetree@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + mark.rutland@arm.com + andrew@lunn.ch + s.hauer@pengutronix.de + robh+dt@kernel.org + ijc@debian.org + grant.likely@linaro.org + plagnioj@jcrosoft.com + " frowand.list@gmail.com\0" "\00:1\0" "b\0" "On 11/27/2014 9:56 AM, Leif Lindholm wrote:\n" @@ -49,10 +60,10 @@ "> +\n" "> +/ {\n" "> +\tchosen {\n" - "> +\t\tstdout-path = \"/serial at f00:115200\";\n" + "> +\t\tstdout-path = \"/serial@f00:115200\";\n" "> +\t};\n" "> +\n" - "> +\tserial at f00 {\n" + "> +\tserial@f00 {\n" "> +\t\tcompatible = \"vendor,some-uart\";\n" "> +\t\treg = <0xf00 0x10>;\n" "> +\t};\n" @@ -77,4 +88,4 @@ "> +For example: 115200n8r\n" > -be8a5129a2fd339e977a12c774f7a9601474c2586767adc592345d932425a930 +b7c91af467ae5aad82d450785fec107c4aa66f5ca98f2c7e827ebd3e470d6a62
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.