diff for duplicates of <54B673AB.6040404@atmel.com> diff --git a/a/1.txt b/N1/1.txt index ecc31e1..4e19407 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ -Le 13/01/2015 19:46, Boris Brezillon a ?crit : +Le 13/01/2015 19:46, Boris Brezillon a écrit : > IRQ is multiplexing several peripheral IRQs, but there's no way to > properly demultiplex those IRQs. > Use a dumb irq demux chip to achieve this demultiplexing operation. > -> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> +> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > --- > arch/arm/boot/dts/at91sam9260.dtsi | 26 ++++++++++++++++++++------ > 1 file changed, 20 insertions(+), 6 deletions(-) @@ -26,11 +26,11 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > }; > > + -> ramc0: ramc at ffffea00 { +> ramc0: ramc@ffffea00 { > compatible = "atmel,at91sam9260-sdramc"; > reg = <0xffffea00 0x200>; > @@ -97,7 +98,7 @@ -> pmc: pmc at fffffc00 { +> pmc: pmc@fffffc00 { > compatible = "atmel,at91sam9260-pmc"; > reg = <0xfffffc00 0x100>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -39,7 +39,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > #address-cells = <1>; > #size-cells = <0>; > @@ -364,7 +365,7 @@ -> pit: timer at fffffd30 { +> pit: timer@fffffd30 { > compatible = "atmel,at91sam9260-pit"; > reg = <0xfffffd30 0xf>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -48,7 +48,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > }; > > @@ -750,7 +751,7 @@ -> dbgu: serial at fffff200 { +> dbgu: serial@fffff200 { > compatible = "atmel,at91sam9260-usart"; > reg = <0xfffff200 0x200>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -57,7 +57,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > pinctrl-0 = <&pinctrl_dbgu>; > clocks = <&mck>; > @@ -959,7 +960,7 @@ -> rtc at fffffd20 { +> rtc@fffffd20 { > compatible = "atmel,at91sam9260-rtt"; > reg = <0xfffffd20 0x10>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -66,7 +66,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > status = "disabled"; > }; > @@ -967,7 +968,7 @@ -> watchdog at fffffd40 { +> watchdog@fffffd40 { > compatible = "atmel,at91sam9260-wdt"; > reg = <0xfffffd40 0x10>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -78,7 +78,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > }; > }; > -> + dumb_irq1_demux: dumb-irq-demux at 1 { +> + dumb_irq1_demux: dumb-irq-demux@1 { > + compatible = "irqchip-dumb-demux"; > + interrupt-controller; > + #interrupt-cells = <1>; @@ -96,9 +96,9 @@ Yep, with the modification that you suggested in "Re: [PATCH v2 4/5] ARM: at91/dt: add AIC irq1 muxed peripheral id definitions" it would be even simpler. -Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> +Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> -> i2c at 0 { +> i2c@0 { > compatible = "i2c-gpio"; > gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */ > @@ -106,3 +106,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> -- Nicolas Ferre +-- +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 5e3a60f..ed79eb2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,31 @@ "ref\01421174781-4340-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01421174781-4340-6-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH v2 5/5] ARM: at91/dt: define a dumb irq demultiplexer chip connected on irq1\0" + "ref\01421174781-4340-6-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v2 5/5] ARM: at91/dt: define a dumb irq demultiplexer chip connected on irq1\0" "Date\0Wed, 14 Jan 2015 14:48:27 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> + " Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Rafael J. Wysocki <rafael.j.wysocki-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-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\0" "\00:1\0" "b\0" - "Le 13/01/2015 19:46, Boris Brezillon a ?crit :\n" + "Le 13/01/2015 19:46, Boris Brezillon a \303\251crit :\n" "> IRQ is multiplexing several peripheral IRQs, but there's no way to\n" "> properly demultiplex those IRQs.\n" "> Use a dumb irq demux chip to achieve this demultiplexing operation.\n" "> \n" - "> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>\n" + "> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/at91sam9260.dtsi | 26 ++++++++++++++++++++------\n" "> 1 file changed, 20 insertions(+), 6 deletions(-)\n" @@ -34,11 +48,11 @@ "> \t\t\t};\n" "> \n" "> +\n" - "> \t\t\tramc0: ramc at ffffea00 {\n" + "> \t\t\tramc0: ramc@ffffea00 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-sdramc\";\n" "> \t\t\t\treg = <0xffffea00 0x200>;\n" "> @@ -97,7 +98,7 @@\n" - "> \t\t\tpmc: pmc at fffffc00 {\n" + "> \t\t\tpmc: pmc@fffffc00 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-pmc\";\n" "> \t\t\t\treg = <0xfffffc00 0x100>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -47,7 +61,7 @@ "> \t\t\t\t#address-cells = <1>;\n" "> \t\t\t\t#size-cells = <0>;\n" "> @@ -364,7 +365,7 @@\n" - "> \t\t\tpit: timer at fffffd30 {\n" + "> \t\t\tpit: timer@fffffd30 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> \t\t\t\treg = <0xfffffd30 0xf>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -56,7 +70,7 @@ "> \t\t\t};\n" "> \n" "> @@ -750,7 +751,7 @@\n" - "> \t\t\tdbgu: serial at fffff200 {\n" + "> \t\t\tdbgu: serial@fffff200 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> \t\t\t\treg = <0xfffff200 0x200>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -65,7 +79,7 @@ "> \t\t\t\tpinctrl-0 = <&pinctrl_dbgu>;\n" "> \t\t\t\tclocks = <&mck>;\n" "> @@ -959,7 +960,7 @@\n" - "> \t\t\trtc at fffffd20 {\n" + "> \t\t\trtc@fffffd20 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-rtt\";\n" "> \t\t\t\treg = <0xfffffd20 0x10>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -74,7 +88,7 @@ "> \t\t\t\tstatus = \"disabled\";\n" "> \t\t\t};\n" "> @@ -967,7 +968,7 @@\n" - "> \t\t\twatchdog at fffffd40 {\n" + "> \t\t\twatchdog@fffffd40 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-wdt\";\n" "> \t\t\t\treg = <0xfffffd40 0x10>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -86,7 +100,7 @@ "> \t\t};\n" "> \t};\n" "> \n" - "> +\tdumb_irq1_demux: dumb-irq-demux at 1 {\n" + "> +\tdumb_irq1_demux: dumb-irq-demux@1 {\n" "> +\t\tcompatible = \"irqchip-dumb-demux\";\n" "> +\t\tinterrupt-controller;\n" "> +\t\t#interrupt-cells = <1>;\n" @@ -104,15 +118,19 @@ "ARM: at91/dt: add AIC irq1 muxed peripheral id definitions\" it would be\n" "even simpler.\n" "\n" - "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n" + "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "\n" - "> \ti2c at 0 {\n" + "> \ti2c@0 {\n" "> \t\tcompatible = \"i2c-gpio\";\n" "> \t\tgpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */\n" "> \n" "\n" "\n" "-- \n" - Nicolas Ferre + "Nicolas Ferre\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 -e84b0f5496ac7962264dd7628603c2ea40514bc99623ff50a361f39573bcee76 +37bb16baad8dec2a39f5f5abf22cb6d97e4454d1927476e71ef998fc10bd773e
diff --git a/a/1.txt b/N2/1.txt index ecc31e1..1aebb08 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -Le 13/01/2015 19:46, Boris Brezillon a ?crit : +Le 13/01/2015 19:46, Boris Brezillon a écrit : > IRQ is multiplexing several peripheral IRQs, but there's no way to > properly demultiplex those IRQs. > Use a dumb irq demux chip to achieve this demultiplexing operation. @@ -26,11 +26,11 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > }; > > + -> ramc0: ramc at ffffea00 { +> ramc0: ramc@ffffea00 { > compatible = "atmel,at91sam9260-sdramc"; > reg = <0xffffea00 0x200>; > @@ -97,7 +98,7 @@ -> pmc: pmc at fffffc00 { +> pmc: pmc@fffffc00 { > compatible = "atmel,at91sam9260-pmc"; > reg = <0xfffffc00 0x100>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -39,7 +39,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > #address-cells = <1>; > #size-cells = <0>; > @@ -364,7 +365,7 @@ -> pit: timer at fffffd30 { +> pit: timer@fffffd30 { > compatible = "atmel,at91sam9260-pit"; > reg = <0xfffffd30 0xf>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -48,7 +48,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > }; > > @@ -750,7 +751,7 @@ -> dbgu: serial at fffff200 { +> dbgu: serial@fffff200 { > compatible = "atmel,at91sam9260-usart"; > reg = <0xfffff200 0x200>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -57,7 +57,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > pinctrl-0 = <&pinctrl_dbgu>; > clocks = <&mck>; > @@ -959,7 +960,7 @@ -> rtc at fffffd20 { +> rtc@fffffd20 { > compatible = "atmel,at91sam9260-rtt"; > reg = <0xfffffd20 0x10>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -66,7 +66,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > status = "disabled"; > }; > @@ -967,7 +968,7 @@ -> watchdog at fffffd40 { +> watchdog@fffffd40 { > compatible = "atmel,at91sam9260-wdt"; > reg = <0xfffffd40 0x10>; > - interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -78,7 +78,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit : > }; > }; > -> + dumb_irq1_demux: dumb-irq-demux at 1 { +> + dumb_irq1_demux: dumb-irq-demux@1 { > + compatible = "irqchip-dumb-demux"; > + interrupt-controller; > + #interrupt-cells = <1>; @@ -98,7 +98,7 @@ even simpler. Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> -> i2c at 0 { +> i2c@0 { > compatible = "i2c-gpio"; > gpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */ > diff --git a/a/content_digest b/N2/content_digest index 5e3a60f..e3e1b2d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,12 +1,25 @@ "ref\01421174781-4340-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01421174781-4340-6-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH v2 5/5] ARM: at91/dt: define a dumb irq demultiplexer chip connected on irq1\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH v2 5/5] ARM: at91/dt: define a dumb irq demultiplexer chip connected on irq1\0" "Date\0Wed, 14 Jan 2015 14:48:27 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris Brezillon <boris.brezillon@free-electrons.com>" + Thomas Gleixner <tglx@linutronix.de> + Jason Cooper <jason@lakedaemon.net> + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> + " Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" + "Cc\0Rafael J. Wysocki <rafael.j.wysocki@intel.com>" + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + " <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" - "Le 13/01/2015 19:46, Boris Brezillon a ?crit :\n" + "Le 13/01/2015 19:46, Boris Brezillon a \303\251crit :\n" "> IRQ is multiplexing several peripheral IRQs, but there's no way to\n" "> properly demultiplex those IRQs.\n" "> Use a dumb irq demux chip to achieve this demultiplexing operation.\n" @@ -34,11 +47,11 @@ "> \t\t\t};\n" "> \n" "> +\n" - "> \t\t\tramc0: ramc at ffffea00 {\n" + "> \t\t\tramc0: ramc@ffffea00 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-sdramc\";\n" "> \t\t\t\treg = <0xffffea00 0x200>;\n" "> @@ -97,7 +98,7 @@\n" - "> \t\t\tpmc: pmc at fffffc00 {\n" + "> \t\t\tpmc: pmc@fffffc00 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-pmc\";\n" "> \t\t\t\treg = <0xfffffc00 0x100>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -47,7 +60,7 @@ "> \t\t\t\t#address-cells = <1>;\n" "> \t\t\t\t#size-cells = <0>;\n" "> @@ -364,7 +365,7 @@\n" - "> \t\t\tpit: timer at fffffd30 {\n" + "> \t\t\tpit: timer@fffffd30 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> \t\t\t\treg = <0xfffffd30 0xf>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -56,7 +69,7 @@ "> \t\t\t};\n" "> \n" "> @@ -750,7 +751,7 @@\n" - "> \t\t\tdbgu: serial at fffff200 {\n" + "> \t\t\tdbgu: serial@fffff200 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> \t\t\t\treg = <0xfffff200 0x200>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -65,7 +78,7 @@ "> \t\t\t\tpinctrl-0 = <&pinctrl_dbgu>;\n" "> \t\t\t\tclocks = <&mck>;\n" "> @@ -959,7 +960,7 @@\n" - "> \t\t\trtc at fffffd20 {\n" + "> \t\t\trtc@fffffd20 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-rtt\";\n" "> \t\t\t\treg = <0xfffffd20 0x10>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -74,7 +87,7 @@ "> \t\t\t\tstatus = \"disabled\";\n" "> \t\t\t};\n" "> @@ -967,7 +968,7 @@\n" - "> \t\t\twatchdog at fffffd40 {\n" + "> \t\t\twatchdog@fffffd40 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-wdt\";\n" "> \t\t\t\treg = <0xfffffd40 0x10>;\n" "> -\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -86,7 +99,7 @@ "> \t\t};\n" "> \t};\n" "> \n" - "> +\tdumb_irq1_demux: dumb-irq-demux at 1 {\n" + "> +\tdumb_irq1_demux: dumb-irq-demux@1 {\n" "> +\t\tcompatible = \"irqchip-dumb-demux\";\n" "> +\t\tinterrupt-controller;\n" "> +\t\t#interrupt-cells = <1>;\n" @@ -106,7 +119,7 @@ "\n" "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n" "\n" - "> \ti2c at 0 {\n" + "> \ti2c@0 {\n" "> \t\tcompatible = \"i2c-gpio\";\n" "> \t\tgpios = <&pioA 23 GPIO_ACTIVE_HIGH /* sda */\n" "> \n" @@ -115,4 +128,4 @@ "-- \n" Nicolas Ferre -e84b0f5496ac7962264dd7628603c2ea40514bc99623ff50a361f39573bcee76 +faea70743c00b1f4e5352fc88ae271cd9b55c229442d2ade02456be6e8cb9f48
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.