All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <86po9qks7q.fsf@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index de191f4..5f0377a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,12 +1,12 @@
-On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
-> On 13 October 2017 at 19:50, Rob Herring <robh+dt@kernel.org> wrote:
->> On Fri, Oct 13, 2017 at 4:47 AM, Marc Zyngier <marc.zyngier@arm.com> wrote:
+On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
+> On 13 October 2017 at 19:50, Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
+>> On Fri, Oct 13, 2017 at 4:47 AM, Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> wrote:
 >>> [+Mark]
 >>>
 >>> On 12/10/17 23:24, Ard Biesheuvel wrote:
->>>> On 12 October 2017 at 22:34, Rob Herring <robh+dt@kernel.org> wrote:
+>>>> On 12 October 2017 at 22:34, Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
 >>>>> On Thu, Oct 12, 2017 at 1:32 PM, Ard Biesheuvel
->>>>> <ard.biesheuvel@linaro.org> wrote:
+>>>>> <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
 >>>>>> The Socionext Synquacer SoC's implementation of GICv3 has a so-called
 >>>>>> 'pre-ITS', which maps 32-bit writes targeted at a separate window of
 >>>>>> size '4 << device_id_bits' onto writes to GITS_TRANSLATER with device
@@ -17,7 +17,7 @@ On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel@linaro.or
 >>>>>> So add a workaround for this. Given that this breaks isolation, clear
 >>>>>> the IRQ_DOMAIN_FLAG_MSI_REMAP flag as well.
 >>>>>>
->>>>>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
+>>>>>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 >>>>>> ---
 >>>>>>  Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt |  4 ++
 >>>>>>  arch/arm64/Kconfig                                                    |  8 +++
@@ -46,11 +46,11 @@ On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel@linaro.or
 >>>>
 >>>> For my understanding, you mean either
 >>>>
->>>>     gic: interrupt-controller at 30000000 {
+>>>>     gic: interrupt-controller@30000000 {
 >>>>         compatible = "arm,gic-v3";
 >>>>         ...
 >>>>
->>>>         its: gic-its at 30020000 {
+>>>>         its: gic-its@30020000 {
 >>>>             compatible = "arm,gic-v3-its";
 >>>>             reg = <0x0 0x30020000 0x0 0x20000>;
 >>>>             #msi-cells = <1>;
@@ -58,7 +58,7 @@ On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel@linaro.or
 >>>>         };
 >>>>     };
 >>>>
->>>>     preits at 58000000 {
+>>>>     preits@58000000 {
 >>>>         compatible = "socionext,synquacer-pre-its";
 >>>>         reg = <0x0 0x58000000 0x0 0x200000>;
 >>>>         msi-slave = <&its>;
@@ -66,11 +66,11 @@ On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel@linaro.or
 >>>>
 >>>> or
 >>>>
->>>>     gic: interrupt-controller at 30000000 {
+>>>>     gic: interrupt-controller@30000000 {
 >>>>         compatible = "arm,gic-v3";
 >>>>         ...
 >>>>
->>>>         its: gic-its at 30020000 {
+>>>>         its: gic-its@30020000 {
 >>>>             compatible = "socionext,synquacer-pre-its", "arm,gic-v3-its";
 >>>>             reg = <0x0 0x30020000 0x0 0x20000>,
 >>>>                   <0x0 0x58000000 0x0 0x200000>;
@@ -113,3 +113,7 @@ Thanks,
 	M.
 -- 
 Jazz is not dead. It just smells funny.
+--
+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 6dbf869..d8e773b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,21 +5,32 @@
  "ref\0c6c00e64-ecc8-0404-5ffc-602626e5cc6d@arm.com\0"
  "ref\0CAL_Jsq+dsEW3M374e_ivwcBnk7s8rQToagWLx3EsBof8bK__JQ@mail.gmail.com\0"
  "ref\0CAKv+Gu_3zWqiUOhr+GOFZY5SWfJpo+y0DVsA8tYpVLjsN6hnrw@mail.gmail.com\0"
- "From\0marc.zyngier@arm.com (Marc Zyngier)\0"
- "Subject\0[PATCH v3 2/2] drivers/irqchip: gicv3: add workaround for Synquacer pre-ITS\0"
+ "ref\0CAKv+Gu_3zWqiUOhr+GOFZY5SWfJpo+y0DVsA8tYpVLjsN6hnrw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
+ "From\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3 2/2] drivers/irqchip: gicv3: add workaround for Synquacer pre-ITS\0"
  "Date\0Sat, 14 Oct 2017 10:13:13 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
+  Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  Daniel Thompson <daniel.thompson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Graeme Gregory <graeme.gregory-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
+  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
+  devicetree@vger.kernel.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+ " Mark Rutland <Mark.Rutland-5wv7dgnIgG8@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
- "On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:\n"
- "> On 13 October 2017 at 19:50, Rob Herring <robh+dt@kernel.org> wrote:\n"
- ">> On Fri, Oct 13, 2017 at 4:47 AM, Marc Zyngier <marc.zyngier@arm.com> wrote:\n"
+ "On Fri, Oct 13 2017 at  9:38:02 pm BST, Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:\n"
+ "> On 13 October 2017 at 19:50, Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:\n"
+ ">> On Fri, Oct 13, 2017 at 4:47 AM, Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org> wrote:\n"
  ">>> [+Mark]\n"
  ">>>\n"
  ">>> On 12/10/17 23:24, Ard Biesheuvel wrote:\n"
- ">>>> On 12 October 2017 at 22:34, Rob Herring <robh+dt@kernel.org> wrote:\n"
+ ">>>> On 12 October 2017 at 22:34, Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:\n"
  ">>>>> On Thu, Oct 12, 2017 at 1:32 PM, Ard Biesheuvel\n"
- ">>>>> <ard.biesheuvel@linaro.org> wrote:\n"
+ ">>>>> <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:\n"
  ">>>>>> The Socionext Synquacer SoC's implementation of GICv3 has a so-called\n"
  ">>>>>> 'pre-ITS', which maps 32-bit writes targeted at a separate window of\n"
  ">>>>>> size '4 << device_id_bits' onto writes to GITS_TRANSLATER with device\n"
@@ -30,7 +41,7 @@
  ">>>>>> So add a workaround for this. Given that this breaks isolation, clear\n"
  ">>>>>> the IRQ_DOMAIN_FLAG_MSI_REMAP flag as well.\n"
  ">>>>>>\n"
- ">>>>>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>\n"
+ ">>>>>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  ">>>>>> ---\n"
  ">>>>>>  Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt |  4 ++\n"
  ">>>>>>  arch/arm64/Kconfig                                                    |  8 +++\n"
@@ -59,11 +70,11 @@
  ">>>>\n"
  ">>>> For my understanding, you mean either\n"
  ">>>>\n"
- ">>>>     gic: interrupt-controller at 30000000 {\n"
+ ">>>>     gic: interrupt-controller@30000000 {\n"
  ">>>>         compatible = \"arm,gic-v3\";\n"
  ">>>>         ...\n"
  ">>>>\n"
- ">>>>         its: gic-its at 30020000 {\n"
+ ">>>>         its: gic-its@30020000 {\n"
  ">>>>             compatible = \"arm,gic-v3-its\";\n"
  ">>>>             reg = <0x0 0x30020000 0x0 0x20000>;\n"
  ">>>>             #msi-cells = <1>;\n"
@@ -71,7 +82,7 @@
  ">>>>         };\n"
  ">>>>     };\n"
  ">>>>\n"
- ">>>>     preits at 58000000 {\n"
+ ">>>>     preits@58000000 {\n"
  ">>>>         compatible = \"socionext,synquacer-pre-its\";\n"
  ">>>>         reg = <0x0 0x58000000 0x0 0x200000>;\n"
  ">>>>         msi-slave = <&its>;\n"
@@ -79,11 +90,11 @@
  ">>>>\n"
  ">>>> or\n"
  ">>>>\n"
- ">>>>     gic: interrupt-controller at 30000000 {\n"
+ ">>>>     gic: interrupt-controller@30000000 {\n"
  ">>>>         compatible = \"arm,gic-v3\";\n"
  ">>>>         ...\n"
  ">>>>\n"
- ">>>>         its: gic-its at 30020000 {\n"
+ ">>>>         its: gic-its@30020000 {\n"
  ">>>>             compatible = \"socionext,synquacer-pre-its\", \"arm,gic-v3-its\";\n"
  ">>>>             reg = <0x0 0x30020000 0x0 0x20000>,\n"
  ">>>>                   <0x0 0x58000000 0x0 0x200000>;\n"
@@ -125,6 +136,10 @@
  "\n"
  "\tM.\n"
  "-- \n"
- Jazz is not dead. It just smells funny.
+ "Jazz is not dead. It just smells funny.\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
 
-da0aad3976201ff2dc5848146d364bad808935abc5250f0146c482f7e8ef1c0f
+fec5b2c05f1607a90019d414ecb248f0f6fd4e27f3c052bbd8423806919b7428

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.