diff for duplicates of <20160428092843.GA21145@leverpostej> diff --git a/a/1.txt b/N1/1.txt index 36e7f42..8fc6939 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,9 +2,9 @@ Hi, On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > On Wed, 27 Apr 2016 16:07:38 +0100 -> Mark Rutland <mark.rutland@arm.com> wrote: +> Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> wrote: > > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote: -> > > + ebi: ebi at 10000000 { +> > > + ebi: ebi@10000000 { > > > + compatible = "atmel,sama5d3-ebi", "simple-bus"; > > > + #address-cells = <2>; > > > + #size-cells = <1>; @@ -21,7 +21,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > > > + pinctrl-names = "default"; > > > + pinctrl-0 = <&pinctrl_ebi_addr>; > > > + -> > > + cs at 0 { +> > > + cs@0 { > > > + #address-cells = <2>; > > > + #size-cells = <1>; > > > + ranges; @@ -41,7 +41,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > > > + atmel,nwe-cycle-ns = <84>; > > > + atmel,tdf-ns = <16>; > > > + -> > > + nor: flash at 0,0 { +> > > + nor: flash@0,0 { > > > + compatible = "cfi-flash"; > > > + #address-cells = <1>; > > > + #size-cells = <1>; @@ -54,7 +54,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > > Would you agree with the following representation? > -> ebi: ebi at 10000000 { +> ebi: ebi@10000000 { > compatible = "atmel,sama5d3-ebi"; > #address-cells = <2>; > #size-cells = <1>; @@ -90,7 +90,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > }; > }; > -> nor: flash at 0,0 { +> nor: flash@0,0 { > compatible = "cfi-flash"; > #address-cells = <1>; > #size-cells = <1>; @@ -103,3 +103,7 @@ Something of that sort looks good to me, yes. 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 6a43a4a..447771e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,19 +2,31 @@ "ref\01461767754-12189-3-git-send-email-boris.brezillon@free-electrons.com\0" "ref\020160427150738.GA7359@leverpostej\0" "ref\020160428084405.4d71efbc@bbrezillon\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0" + "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" + "Subject\0Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0" "Date\0Thu, 28 Apr 2016 10:29:34 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>" + Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> + Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> + " Jean-Jacques Hiblot <jjhiblot-dLKeG7h1OhBDOHtkgc7UlQ@public.gmane.org>\0" "\00:1\0" "b\0" "Hi,\n" "\n" "On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote:\n" "> On Wed, 27 Apr 2016 16:07:38 +0100\n" - "> Mark Rutland <mark.rutland@arm.com> wrote:\n" + "> Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> wrote:\n" "> > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote:\n" - "> > > +\tebi: ebi at 10000000 {\n" + "> > > +\tebi: ebi@10000000 {\n" "> > > +\t\tcompatible = \"atmel,sama5d3-ebi\", \"simple-bus\"; \n" "> > > +\t\t#address-cells = <2>;\n" "> > > +\t\t#size-cells = <1>;\n" @@ -31,7 +43,7 @@ "> > > +\t\tpinctrl-names = \"default\";\n" "> > > +\t\tpinctrl-0 = <&pinctrl_ebi_addr>;\n" "> > > +\n" - "> > > +\t\tcs at 0 { \n" + "> > > +\t\tcs@0 { \n" "> > > +\t\t\t#address-cells = <2>;\n" "> > > +\t\t\t#size-cells = <1>;\n" "> > > +\t\t\tranges;\n" @@ -51,7 +63,7 @@ "> > > +\t\t\tatmel,nwe-cycle-ns = <84>;\n" "> > > +\t\t\tatmel,tdf-ns = <16>;\n" "> > > +\n" - "> > > +\t\t\tnor: flash at 0,0 {\n" + "> > > +\t\t\tnor: flash@0,0 {\n" "> > > +\t\t\t\tcompatible = \"cfi-flash\";\n" "> > > +\t\t\t\t#address-cells = <1>;\n" "> > > +\t\t\t\t#size-cells = <1>;\n" @@ -64,7 +76,7 @@ "> \n" "> Would you agree with the following representation?\n" "> \n" - "> \tebi: ebi at 10000000 {\n" + "> \tebi: ebi@10000000 {\n" "> \t\tcompatible = \"atmel,sama5d3-ebi\";\n" "> \t\t#address-cells = <2>;\n" "> \t\t#size-cells = <1>;\n" @@ -100,7 +112,7 @@ "> \t\t\t};\n" "> \t\t};\n" "> \n" - "> \t\tnor: flash at 0,0 {\n" + "> \t\tnor: flash@0,0 {\n" "> \t\t\tcompatible = \"cfi-flash\";\n" "> \t\t\t#address-cells = <1>;\n" "> \t\t\t#size-cells = <1>;\n" @@ -112,6 +124,10 @@ "Something of that sort looks good to me, yes.\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 -763ebada28e5ea9932f788d754b12338ca352a8c49bdac31d72816f79e8f5521 +82fe586e7131635e9f71b983938b3a8852afd478f424d4a67fea99949b6e87e9
diff --git a/a/1.txt b/N2/1.txt index 36e7f42..a1f43b9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > On Wed, 27 Apr 2016 16:07:38 +0100 > Mark Rutland <mark.rutland@arm.com> wrote: > > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote: -> > > + ebi: ebi at 10000000 { +> > > + ebi: ebi@10000000 { > > > + compatible = "atmel,sama5d3-ebi", "simple-bus"; > > > + #address-cells = <2>; > > > + #size-cells = <1>; @@ -21,7 +21,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > > > + pinctrl-names = "default"; > > > + pinctrl-0 = <&pinctrl_ebi_addr>; > > > + -> > > + cs at 0 { +> > > + cs@0 { > > > + #address-cells = <2>; > > > + #size-cells = <1>; > > > + ranges; @@ -41,7 +41,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > > > + atmel,nwe-cycle-ns = <84>; > > > + atmel,tdf-ns = <16>; > > > + -> > > + nor: flash at 0,0 { +> > > + nor: flash@0,0 { > > > + compatible = "cfi-flash"; > > > + #address-cells = <1>; > > > + #size-cells = <1>; @@ -54,7 +54,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > > Would you agree with the following representation? > -> ebi: ebi at 10000000 { +> ebi: ebi@10000000 { > compatible = "atmel,sama5d3-ebi"; > #address-cells = <2>; > #size-cells = <1>; @@ -90,7 +90,7 @@ On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > }; > }; > -> nor: flash at 0,0 { +> nor: flash@0,0 { > compatible = "cfi-flash"; > #address-cells = <1>; > #size-cells = <1>; diff --git a/a/content_digest b/N2/content_digest index 6a43a4a..2fa0ebe 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,10 +2,22 @@ "ref\01461767754-12189-3-git-send-email-boris.brezillon@free-electrons.com\0" "ref\020160427150738.GA7359@leverpostej\0" "ref\020160428084405.4d71efbc@bbrezillon\0" - "From\0mark.rutland@arm.com (Mark Rutland)\0" - "Subject\0[PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0" + "From\0Mark Rutland <mark.rutland@arm.com>\0" + "Subject\0Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation\0" "Date\0Thu, 28 Apr 2016 10:29:34 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" + "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>" + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> + Alexandre Belloni <alexandre.belloni@free-electrons.com> + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + Arnd Bergmann <arnd@arndb.de> + " Jean-Jacques Hiblot <jjhiblot@traphandler.com>\0" "\00:1\0" "b\0" "Hi,\n" @@ -14,7 +26,7 @@ "> On Wed, 27 Apr 2016 16:07:38 +0100\n" "> Mark Rutland <mark.rutland@arm.com> wrote:\n" "> > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote:\n" - "> > > +\tebi: ebi at 10000000 {\n" + "> > > +\tebi: ebi@10000000 {\n" "> > > +\t\tcompatible = \"atmel,sama5d3-ebi\", \"simple-bus\"; \n" "> > > +\t\t#address-cells = <2>;\n" "> > > +\t\t#size-cells = <1>;\n" @@ -31,7 +43,7 @@ "> > > +\t\tpinctrl-names = \"default\";\n" "> > > +\t\tpinctrl-0 = <&pinctrl_ebi_addr>;\n" "> > > +\n" - "> > > +\t\tcs at 0 { \n" + "> > > +\t\tcs@0 { \n" "> > > +\t\t\t#address-cells = <2>;\n" "> > > +\t\t\t#size-cells = <1>;\n" "> > > +\t\t\tranges;\n" @@ -51,7 +63,7 @@ "> > > +\t\t\tatmel,nwe-cycle-ns = <84>;\n" "> > > +\t\t\tatmel,tdf-ns = <16>;\n" "> > > +\n" - "> > > +\t\t\tnor: flash at 0,0 {\n" + "> > > +\t\t\tnor: flash@0,0 {\n" "> > > +\t\t\t\tcompatible = \"cfi-flash\";\n" "> > > +\t\t\t\t#address-cells = <1>;\n" "> > > +\t\t\t\t#size-cells = <1>;\n" @@ -64,7 +76,7 @@ "> \n" "> Would you agree with the following representation?\n" "> \n" - "> \tebi: ebi at 10000000 {\n" + "> \tebi: ebi@10000000 {\n" "> \t\tcompatible = \"atmel,sama5d3-ebi\";\n" "> \t\t#address-cells = <2>;\n" "> \t\t#size-cells = <1>;\n" @@ -100,7 +112,7 @@ "> \t\t\t};\n" "> \t\t};\n" "> \n" - "> \t\tnor: flash at 0,0 {\n" + "> \t\tnor: flash@0,0 {\n" "> \t\t\tcompatible = \"cfi-flash\";\n" "> \t\t\t#address-cells = <1>;\n" "> \t\t\t#size-cells = <1>;\n" @@ -114,4 +126,4 @@ "Thanks,\n" Mark. -763ebada28e5ea9932f788d754b12338ca352a8c49bdac31d72816f79e8f5521 +bb1fcbb489d22b6c099c42f908be9e9747686ca46f17b0b00bdb765b28c197d6
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.