diff for duplicates of <20150108191603.GF2447@piout.net> diff --git a/a/1.txt b/N1/1.txt index e91070f..cf355b5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,12 +15,12 @@ Nicolas will do it but he has not yet started to create a branch for > On Monday 29 December 2014, 13:08:41 wrote Alexander Stein: > > This adds the device node for the ac97 controller. > > -> > Signed-off-by: Alexander Stein <alexanders83@web.de> -> > Acked-By Alexandre Belloni <alexandre.belloni@free-electrons.com> +> > Signed-off-by: Alexander Stein <alexanders83-S0/GAf8tV78@public.gmane.org> +> > Acked-By Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > --- > > Changes in v3: > > * Renamed the compatible string to atmel,at91sam9263-ac97c -> > * Added 'Acked-By Alexandre Belloni <alexandre.belloni@free-electrons.com>' +> > * Added 'Acked-By Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>' > > > > arch/arm/boot/dts/at91sam9263.dtsi | 21 +++++++++++++++++++++ > > 1 file changed, 21 insertions(+) @@ -43,14 +43,14 @@ Nicolas will do it but he has not yet started to create a branch for > > + }; > > + }; > > + -> > pioA: gpio at fffff200 { +> > pioA: gpio@fffff200 { > > compatible = "atmel,at91rm9200-gpio"; > > reg = <0xfffff200 0x200>; > > @@ -828,6 +838,17 @@ > > status = "disabled"; > > }; > > -> > + ac97: sound at fffa0000 { +> > + ac97: sound@fffa0000 { > > + compatible = "atmel,at91sam9263-ac97c"; > > + reg = <0xfffa0000 0x4000>; > > + interrupts = <18 IRQ_TYPE_LEVEL_HIGH 5>; @@ -61,7 +61,7 @@ Nicolas will do it but he has not yet started to create a branch for > > + status = "disabled"; > > + }; > > + -> > macb0: ethernet at fffbc000 { +> > macb0: ethernet@fffbc000 { > > compatible = "cdns,at32ap7000-macb", "cdns,macb"; > > reg = <0xfffbc000 0x100>; > > @@ -71,3 +71,7 @@ Nicolas will do it but he has not yet started to create a branch for Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +-- +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 d5a66e4..c211c9d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,17 @@ "ref\01419854922-29338-1-git-send-email-alexanders83@web.de\0" "ref\01419854922-29338-3-git-send-email-alexanders83@web.de\0" "ref\02066438.if5qXaBWRu@kongar\0" - "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0" - "Subject\0[PATCH v3] ARM: at91/dt: sam9263: Add ac97 device node\0" + "From\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH v3] ARM: at91/dt: sam9263: Add ac97 device node\0" "Date\0Thu, 8 Jan 2015 20:16:03 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Alexander Stein <alexanders83-S0/GAf8tV78@public.gmane.org>\0" + "Cc\0Andrew Victor <linux-PelNFVqkFnVyf+4FbqDuWQ@public.gmane.org>" + Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> + Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" "\00:1\0" "b\0" "Hi,\n" @@ -24,12 +31,12 @@ "> On Monday 29 December 2014, 13:08:41 wrote Alexander Stein:\n" "> > This adds the device node for the ac97 controller.\n" "> > \n" - "> > Signed-off-by: Alexander Stein <alexanders83@web.de>\n" - "> > Acked-By Alexandre Belloni <alexandre.belloni@free-electrons.com>\n" + "> > Signed-off-by: Alexander Stein <alexanders83-S0/GAf8tV78@public.gmane.org>\n" + "> > Acked-By Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > ---\n" "> > Changes in v3:\n" "> > * Renamed the compatible string to atmel,at91sam9263-ac97c\n" - "> > * Added 'Acked-By Alexandre Belloni <alexandre.belloni@free-electrons.com>'\n" + "> > * Added 'Acked-By Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>'\n" "> > \n" "> > arch/arm/boot/dts/at91sam9263.dtsi | 21 +++++++++++++++++++++\n" "> > 1 file changed, 21 insertions(+)\n" @@ -52,14 +59,14 @@ "> > +\t\t\t\t\t};\n" "> > +\t\t\t\t};\n" "> > +\n" - "> > \t\t\t\tpioA: gpio at fffff200 {\n" + "> > \t\t\t\tpioA: gpio@fffff200 {\n" "> > \t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> > \t\t\t\t\treg = <0xfffff200 0x200>;\n" "> > @@ -828,6 +838,17 @@\n" "> > \t\t\t\tstatus = \"disabled\";\n" "> > \t\t\t};\n" "> > \n" - "> > +\t\t\tac97: sound at fffa0000 {\n" + "> > +\t\t\tac97: sound@fffa0000 {\n" "> > +\t\t\t\tcompatible = \"atmel,at91sam9263-ac97c\";\n" "> > +\t\t\t\treg = <0xfffa0000 0x4000>;\n" "> > +\t\t\t\tinterrupts = <18 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -70,7 +77,7 @@ "> > +\t\t\t\tstatus = \"disabled\";\n" "> > +\t\t\t};\n" "> > +\n" - "> > \t\t\tmacb0: ethernet at fffbc000 {\n" + "> > \t\t\tmacb0: ethernet@fffbc000 {\n" "> > \t\t\t\tcompatible = \"cdns,at32ap7000-macb\", \"cdns,macb\";\n" "> > \t\t\t\treg = <0xfffbc000 0x100>;\n" "> > \n" @@ -79,6 +86,10 @@ "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - http://free-electrons.com + "http://free-electrons.com\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 -58d67e70f72182ed434f4dba94b32c8516e42c6869685133026d1b8d0a3bd7e1 +ad10de001164755d2ae97faa2028bbbe48966ae50ab1b46b5c8cf75dad6d4bbf
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.