diff for duplicates of <569CE0F2.1060507@sigmadesigns.com> diff --git a/a/1.txt b/N1/1.txt index 306d449..9943be5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ want to change the code too much, but I'm OK either way. The matching DT description currently is -intc: interrupt-controller at 6e000 { +intc: interrupt-controller@6e000 { compatible = "sigma,smp8642-intc"; reg = <0x6e000 0x400>; ranges = <0 0x6e000 0x400>; @@ -29,21 +29,21 @@ intc: interrupt-controller at 6e000 { #address-cells = <1>; #size-cells = <1>; - irq0: irq0 at 000 { + irq0: irq0@000 { reg = <0x000 0x100>; interrupt-controller; #interrupt-cells = <2>; interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; }; - irq1: irq1 at 100 { + irq1: irq1@100 { reg = <0x100 0x100>; interrupt-controller; #interrupt-cells = <2>; interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; }; - irq2: irq2 at 300 { + irq2: irq2@300 { reg = <0x300 0x100>; interrupt-controller; #interrupt-cells = <2>; diff --git a/a/content_digest b/N1/content_digest index 636684e..d7899f9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,13 @@ - "From\0marc_gonzalez@sigmadesigns.com (Marc Gonzalez)\0" + "From\0Marc Gonzalez <marc_gonzalez@sigmadesigns.com>\0" "Subject\0[RFC PATCH v2] irqchip: Add support for Tango interrupt controller\0" "Date\0Mon, 18 Jan 2016 13:56:18 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Thomas Gleixner <tglx@linutronix.de>" + Jason Cooper <jason@lakedaemon.net> + " Marc Zyngier <marc.zyngier@arm.com>\0" + "Cc\0LKML <linux-kernel@vger.kernel.org>" + Linux ARM <linux-arm-kernel@lists.infradead.org> + Mans Rullgard <mans@mansr.com> + " Sebastian Frias <sf84@laposte.net>\0" "\00:1\0" "b\0" "From: Mans Rullgard <mans@mansr.com>\n" @@ -26,7 +32,7 @@ "\n" "The matching DT description currently is\n" "\n" - "intc: interrupt-controller at 6e000 {\n" + "intc: interrupt-controller@6e000 {\n" "\tcompatible = \"sigma,smp8642-intc\";\n" "\treg = <0x6e000 0x400>;\n" "\tranges = <0 0x6e000 0x400>;\n" @@ -35,21 +41,21 @@ "\t#address-cells = <1>;\n" "\t#size-cells = <1>;\n" "\n" - "\tirq0: irq0 at 000 {\n" + "\tirq0: irq0@000 {\n" "\t\treg = <0x000 0x100>;\n" "\t\tinterrupt-controller;\n" "\t\t#interrupt-cells = <2>;\n" "\t\tinterrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;\n" "\t};\n" "\n" - "\tirq1: irq1 at 100 {\n" + "\tirq1: irq1@100 {\n" "\t\treg = <0x100 0x100>;\n" "\t\tinterrupt-controller;\n" "\t\t#interrupt-cells = <2>;\n" "\t\tinterrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;\n" "\t};\n" "\n" - "\tirq2: irq2 at 300 {\n" + "\tirq2: irq2@300 {\n" "\t\treg = <0x300 0x100>;\n" "\t\tinterrupt-controller;\n" "\t\t#interrupt-cells = <2>;\n" @@ -326,4 +332,4 @@ "+\n" "+IRQCHIP_DECLARE(tangox_intc, \"sigma,smp8642-intc\", tangox_of_irq_init);" -49adab9c9b456943634ac126963bee0bcb556f405bcbd7fcc804dfa55d1a4436 +e4c49d589c398fe6027439c9d24d64a50814351b2428ca12a88b028f67730aea
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.