diff for duplicates of <20150805165120.GB28849@leverpostej> diff --git a/a/1.txt b/N1/1.txt index 1346bd3..f8a3d39 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,7 +34,7 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > master ID scheme, other properties will be required to describe the > mapping. > -> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> +> Signed-off-by: Mark Rutland <mark.rutland@arm.com> > --- > .../bindings/interrupt-controller/msi.txt | 135 +++++++++++++++++++++ > 1 file changed, 135 insertions(+) @@ -130,14 +130,14 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > + #address-cells = <1>; > + #size-cells = <1>; > + -> + msi_a: msi-controller@a { +> + msi_a: msi-controller at a { > + reg = <0xa 0xf00>; > + compatible = "vendor-a,some-controller"; > + msi-controller; > + /* No sideband data, so #msi-cells omitted */ > + }; > + -> + msi_b: msi-controller@b { +> + msi_b: msi-controller at b { > + reg = <0xb 0xf00>; > + compatible = "vendor-b,another-controller"; > + msi-controller; @@ -145,7 +145,7 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > + #msi-cells = <1>; > + }; > + -> + msi_c: msi-controller@c { +> + msi_c: msi-controller at c { > + reg = <0xb 0xf00>; > + compatible = "vendor-b,another-controller"; > + msi-controller; @@ -153,7 +153,7 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > + #msi-cells = <1>; > + }; > + -> + dev@0 { +> + dev at 0 { > + reg = <0x0 0xf00>; > + compatible = "vendor-c,some-device"; > + @@ -161,7 +161,7 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > + msi-parent = <&msi_a>; > + }; > + -> + dev@1 { +> + dev at 1 { > + reg = <0x1 0xf00>; > + compatible = "vendor-c,some-device"; > + @@ -171,7 +171,7 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > + msi-parent = <&msi_a>, <&msi_b 0x17>; > + }; > + -> + dev@2 { +> + dev at 2 { > + reg = <0x2 0xf00>; > + compatible = "vendor-c,some-device"; > + /* @@ -183,8 +183,4 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > +}; > -- > 1.9.1 -> --- -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 1c40194..1a1a09f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,25 +1,9 @@ "ref\01437670365-20704-1-git-send-email-mark.rutland@arm.com\0" "ref\01437670365-20704-2-git-send-email-mark.rutland@arm.com\0" - "ref\01437670365-20704-2-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org\0" - "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/3] Docs: dt: add generic MSI bindings\0" + "From\0mark.rutland@arm.com (Mark Rutland)\0" + "Subject\0[PATCH 1/3] Docs: dt: add generic MSI bindings\0" "Date\0Wed, 5 Aug 2015 17:51:20 +0100\0" - "To\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" - Marc Zyngier <Marc.Zyngier-5wv7dgnIgG8@public.gmane.org> - " robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org <iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org> - Robin Murphy <Robin.Murphy-5wv7dgnIgG8@public.gmane.org> - Lorenzo Pieralisi <Lorenzo.Pieralisi-5wv7dgnIgG8@public.gmane.org> - arnd-r2nGTMty4D4@public.gmane.org <arnd-r2nGTMty4D4@public.gmane.org> - treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org <ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org> - majun258-hv44wF8Li93QT0dZR+AlfA@public.gmane.org <majun258-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> - thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org <thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> - tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org <tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org> - " laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Rob,\n" @@ -58,7 +42,7 @@ "> master ID scheme, other properties will be required to describe the\n" "> mapping.\n" "> \n" - "> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" + "> Signed-off-by: Mark Rutland <mark.rutland@arm.com>\n" "> ---\n" "> .../bindings/interrupt-controller/msi.txt | 135 +++++++++++++++++++++\n" "> 1 file changed, 135 insertions(+)\n" @@ -154,14 +138,14 @@ "> +\t#address-cells = <1>;\n" "> +\t#size-cells = <1>;\n" "> +\n" - "> +\tmsi_a: msi-controller@a {\n" + "> +\tmsi_a: msi-controller at a {\n" "> +\t\treg = <0xa 0xf00>;\n" "> +\t\tcompatible = \"vendor-a,some-controller\";\n" "> +\t\tmsi-controller;\n" "> +\t\t/* No sideband data, so #msi-cells omitted */\n" "> +\t};\n" "> +\n" - "> +\tmsi_b: msi-controller@b {\n" + "> +\tmsi_b: msi-controller at b {\n" "> +\t\treg = <0xb 0xf00>;\n" "> +\t\tcompatible = \"vendor-b,another-controller\";\n" "> +\t\tmsi-controller;\n" @@ -169,7 +153,7 @@ "> +\t\t#msi-cells = <1>;\n" "> +\t};\n" "> +\n" - "> +\tmsi_c: msi-controller@c {\n" + "> +\tmsi_c: msi-controller at c {\n" "> +\t\treg = <0xb 0xf00>;\n" "> +\t\tcompatible = \"vendor-b,another-controller\";\n" "> +\t\tmsi-controller;\n" @@ -177,7 +161,7 @@ "> +\t\t#msi-cells = <1>;\n" "> +\t};\n" "> +\n" - "> +\tdev@0 {\n" + "> +\tdev at 0 {\n" "> +\t\treg = <0x0 0xf00>;\n" "> +\t\tcompatible = \"vendor-c,some-device\";\n" "> +\n" @@ -185,7 +169,7 @@ "> +\t\tmsi-parent = <&msi_a>;\n" "> +\t};\n" "> +\n" - "> +\tdev@1 {\n" + "> +\tdev at 1 {\n" "> +\t\treg = <0x1 0xf00>;\n" "> +\t\tcompatible = \"vendor-c,some-device\";\n" "> +\n" @@ -195,7 +179,7 @@ "> +\t\tmsi-parent = <&msi_a>, <&msi_b 0x17>;\n" "> +\t};\n" "> +\n" - "> +\tdev@2 {\n" + "> +\tdev at 2 {\n" "> +\t\treg = <0x2 0xf00>;\n" "> +\t\tcompatible = \"vendor-c,some-device\";\n" "> +\t\t/*\n" @@ -207,10 +191,6 @@ "> +};\n" "> -- \n" "> 1.9.1\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 + > -d46e337fb18f77d8abbd36412cacff096ccf9a5dcf03a1ef8df12d5bb64c7e50 +acb52e3f0afcb4627c78e74ec0c14f64f903031d91cf57a656df9724e50ae111
diff --git a/a/1.txt b/N2/1.txt index 1346bd3..fa3a96f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -34,7 +34,7 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > master ID scheme, other properties will be required to describe the > mapping. > -> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> +> Signed-off-by: Mark Rutland <mark.rutland@arm.com> > --- > .../bindings/interrupt-controller/msi.txt | 135 +++++++++++++++++++++ > 1 file changed, 135 insertions(+) @@ -183,8 +183,4 @@ On Thu, Jul 23, 2015 at 05:52:43PM +0100, Mark Rutland wrote: > +}; > -- > 1.9.1 -> --- -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 1c40194..9150f7f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,25 +1,24 @@ "ref\01437670365-20704-1-git-send-email-mark.rutland@arm.com\0" "ref\01437670365-20704-2-git-send-email-mark.rutland@arm.com\0" - "ref\01437670365-20704-2-git-send-email-mark.rutland-5wv7dgnIgG8@public.gmane.org\0" - "From\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\0" + "From\0Mark Rutland <mark.rutland@arm.com>\0" "Subject\0Re: [PATCH 1/3] Docs: dt: add generic MSI bindings\0" "Date\0Wed, 5 Aug 2015 17:51:20 +0100\0" - "To\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" - Marc Zyngier <Marc.Zyngier-5wv7dgnIgG8@public.gmane.org> - " robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org <iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> - Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org> - Robin Murphy <Robin.Murphy-5wv7dgnIgG8@public.gmane.org> - Lorenzo Pieralisi <Lorenzo.Pieralisi-5wv7dgnIgG8@public.gmane.org> - arnd-r2nGTMty4D4@public.gmane.org <arnd-r2nGTMty4D4@public.gmane.org> - treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org <ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org> - majun258-hv44wF8Li93QT0dZR+AlfA@public.gmane.org <majun258-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> - thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org <thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> - tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org <tirumalesh.chalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org> - " laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" + "To\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" + Marc Zyngier <Marc.Zyngier@arm.com> + " robh+dt@kernel.org\0" + "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>" + iommu@lists.linux-foundation.org <iommu@lists.linux-foundation.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + Will Deacon <Will.Deacon@arm.com> + Robin Murphy <Robin.Murphy@arm.com> + Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com> + arnd@arndb.de <arnd@arndb.de> + treding@nvidia.com <treding@nvidia.com> + ddaney@caviumnetworks.com <ddaney@caviumnetworks.com> + majun258@huawei.com <majun258@huawei.com> + thunder.leizhen@huawei.com <thunder.leizhen@huawei.com> + tirumalesh.chalamarla@caviumnetworks.com <tirumalesh.chalamarla@caviumnetworks.com> + " laurent.pinchart@ideasonboard.com <laurent.pinchart@ideasonboard.com>\0" "\00:1\0" "b\0" "Rob,\n" @@ -58,7 +57,7 @@ "> master ID scheme, other properties will be required to describe the\n" "> mapping.\n" "> \n" - "> Signed-off-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" + "> Signed-off-by: Mark Rutland <mark.rutland@arm.com>\n" "> ---\n" "> .../bindings/interrupt-controller/msi.txt | 135 +++++++++++++++++++++\n" "> 1 file changed, 135 insertions(+)\n" @@ -207,10 +206,6 @@ "> +};\n" "> -- \n" "> 1.9.1\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 + > -d46e337fb18f77d8abbd36412cacff096ccf9a5dcf03a1ef8df12d5bb64c7e50 +d6eed1dfe7420e6563f5b7bdebcd99461938fe30fa0b3075dc146049b4afc423
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.