diff for duplicates of <20130326181754.33b89559@skate> diff --git a/a/1.txt b/N1/1.txt index 60d76e0..76fcbba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ Sure, will fix. > two subnodes in the end, rather than a single node like this? > > -> interrupt-controller@d0020000 { +> interrupt-controller at d0020000 { > compatible = "marvell,mpic"; > #interrupt-cells = <1>; > #msi-cells = <1>; @@ -29,7 +29,7 @@ I've tried to explain that in the commit log of PATCH 6, which says: However, we need the driver to expose two different IRQ domains: one for the main interrupt controller itself, and one for the MSI interrupt controller. In order to achieve this, we will create two - subnodes in the interrupt-controller@d0020000 node: one subnode for + subnodes in the interrupt-controller at d0020000 node: one subnode for the main interrupt controller, and one subnode for the MSI interrupt controller. The two irq domains can't be registered on the same DT node, otherwise when irq_find_host() gets used by of_irq_map_one() @@ -40,13 +40,13 @@ I've tried to explain that in the commit log of PATCH 6, which says: 'interrupt-controller' empty property: * The interrupt-controller property is needed in the main - interrupt controller node (interrupt-controller@d0020000) because + interrupt controller node (interrupt-controller at d0020000) because the of_irq_init() function skips nodes that are matching the given compatible string, but that don't have the interrupt-controller property. * The interrupt-controller property is needed in the child - interrupt controller node (main-intc@d0020000) otherwise the + interrupt controller node (main-intc at d0020000) otherwise the resolution done by of_irq_map_one() doesn't work. So really, the thing is that irq_domain_add_linear() registers an IRQ diff --git a/a/content_digest b/N1/content_digest index 03a6f89..3461156 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,10 @@ "ref\01364316746-8702-1-git-send-email-thomas.petazzoni@free-electrons.com\0" "ref\01364316746-8702-8-git-send-email-thomas.petazzoni@free-electrons.com\0" "ref\0201303261707.41563.arnd@arndb.de\0" - "From\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\0" - "Subject\0Re: [RFCv1 07/11] irqchip: armada-370-xp: add MSI support to interrupt controller driver\0" + "From\0thomas.petazzoni@free-electrons.com (Thomas Petazzoni)\0" + "Subject\0[RFCv1 07/11] irqchip: armada-370-xp: add MSI support to interrupt controller driver\0" "Date\0Tue, 26 Mar 2013 18:17:54 +0100\0" - "To\0Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - Grant Likely <grant.likely@secretlab.ca> - Russell King <linux@arm.linux.org.uk> - linux-pci@vger.kernel.org - linux-arm-kernel@lists.infradead.org - devicetree-discuss@lists.ozlabs.org - Lior Amsalem <alior@marvell.com> - Andrew Lunn <andrew@lunn.ch> - Jason Cooper <jason@lakedaemon.net> - Maen Suleiman <maen@marvell.com> - Thierry Reding <thierry.reding@avionic-design.de> - Gregory Clement <gregory.clement@free-electrons.com> - Ezequiel Garcia <ezequiel.garcia@free-electrons.com> - Olof Johansson <olof@lixom.net> - Tawfik Bayouk <tawfik@marvell.com> - Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - Mitch Bradley <wmb@firmworks.com> - " Andrew Murray <andrew.murray@arm.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Dear Arnd Bergmann,\n" @@ -38,7 +20,7 @@ "> two subnodes in the end, rather than a single node like this?\n" "> \n" "> \n" - "> interrupt-controller@d0020000 {\n" + "> interrupt-controller at d0020000 {\n" "> compatible = \"marvell,mpic\";\n" "> #interrupt-cells = <1>;\n" "> #msi-cells = <1>;\n" @@ -56,7 +38,7 @@ " However, we need the driver to expose two different IRQ domains: one\n" " for the main interrupt controller itself, and one for the MSI\n" " interrupt controller. In order to achieve this, we will create two\n" - " subnodes in the interrupt-controller@d0020000 node: one subnode for\n" + " subnodes in the interrupt-controller at d0020000 node: one subnode for\n" " the main interrupt controller, and one subnode for the MSI interrupt\n" " controller. The two irq domains can't be registered on the same DT\n" " node, otherwise when irq_find_host() gets used by of_irq_map_one()\n" @@ -67,13 +49,13 @@ " 'interrupt-controller' empty property:\n" " \n" " * The interrupt-controller property is needed in the main\n" - " interrupt controller node (interrupt-controller@d0020000) because\n" + " interrupt controller node (interrupt-controller at d0020000) because\n" " the of_irq_init() function skips nodes that are matching the given\n" " compatible string, but that don't have the interrupt-controller\n" " property.\n" " \n" " * The interrupt-controller property is needed in the child\n" - " interrupt controller node (main-intc@d0020000) otherwise the\n" + " interrupt controller node (main-intc at d0020000) otherwise the\n" " resolution done by of_irq_map_one() doesn't work.\n" "\n" "So really, the thing is that irq_domain_add_linear() registers an IRQ\n" @@ -97,4 +79,4 @@ "development, consulting, training and support.\n" http://free-electrons.com -000bb2a6f19fcd703708d4cdf19fb3689388649fbe69ad2d153f2c4e0e96e365 +8f72f2fa8df64225a0d3361baa9bcaa661487fb26d19a1d0fcce644fc662ec08
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.