diff for duplicates of <20121007225417.GA29996@glitch> diff --git a/a/1.txt b/N1/1.txt index 6403531..59b414e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ On Sun, Oct 07, 2012 at 09:57:59PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 03:53 Sun 07 Oct , Domenico Andreoli wrote: -> > From: Domenico Andreoli <domenico.andreoli@linux.com> +> > From: Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> > > > > BCM476x's minimal infrastructure, Kernel's great reuse. > > > > Look mom, no include/mach directory! > > -> > Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com> +> > Signed-off-by: Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> > > --- > > Documentation/devicetree/bindings/arm/bcm476x.txt | 8 + > > MAINTAINERS | 9 + @@ -44,7 +44,7 @@ On Sun, Oct 07, 2012 at 09:57:59PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote > > + #size-cells = <1>; > > + ranges; > > + -> > + vic0: interrupt-controller at 80000 { +> > + vic0: interrupt-controller@80000 { > > + compatible = "brcm,bcm476x-pl192", "arm,pl192-vic", "arm,primecell"; > why brcm specific compatbile? @@ -58,7 +58,7 @@ common one. I'm not sure it's an actual requirement with use cases. > > + #interrupt-cells = <1>; > > + }; > > + -> > + vic1: interrupt-controller at 81000 { +> > + vic1: interrupt-controller@81000 { > > + compatible = "brcm,bcm476x-pl192", "arm,pl192-vic", "arm,primecell"; > > + reg = <0x81000 0x1000>; > > + interrupt-controller; @@ -74,7 +74,7 @@ common one. I'm not sure it's an actual requirement with use cases. > > +/* > > + * Broadcom BCM476x SoCs DEBUG_LL support > > + * -> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli@linux.com> +> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> > > + * > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU General Public License as published by @@ -122,7 +122,7 @@ Where could I place such detection, in the maco addruart itself? > > +/* > > + * Broadcom BCM476x SoCs decompressor output > > + * -> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli@linux.com> +> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> > > + * > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU General Public License as published by diff --git a/a/content_digest b/N1/content_digest index ebba088..afebf8c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,24 @@ "ref\020121007015300.828366635@gmail.com\0" "ref\020121007015405.958959522@gmail.com\0" "ref\020121007195759.GG12801@game.jcrosoft.org\0" - "From\0cavokz@gmail.com (Domenico Andreoli)\0" - "Subject\0[PATCH 1/6] ARM: bcm476x: Add infrastructure\0" + "ref\020121007195759.GG12801-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org\0" + "From\0Domenico Andreoli <cavokz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure\0" "Date\0Mon, 8 Oct 2012 00:54:17 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\0" + "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Sun, Oct 07, 2012 at 09:57:59PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:\n" "> On 03:53 Sun 07 Oct , Domenico Andreoli wrote:\n" - "> > From: Domenico Andreoli <domenico.andreoli@linux.com>\n" + "> > From: Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org>\n" "> > \n" "> > BCM476x's minimal infrastructure, Kernel's great reuse.\n" "> > \n" "> > Look mom, no include/mach directory!\n" "> > \n" - "> > Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>\n" + "> > Signed-off-by: Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org>\n" "> > ---\n" "> > Documentation/devicetree/bindings/arm/bcm476x.txt | 8 +\n" "> > MAINTAINERS | 9 +\n" @@ -53,7 +56,7 @@ "> > +\t\t#size-cells = <1>;\n" "> > +\t\tranges;\n" "> > +\n" - "> > +\t\tvic0: interrupt-controller at 80000 {\n" + "> > +\t\tvic0: interrupt-controller@80000 {\n" "> > +\t\t\tcompatible = \"brcm,bcm476x-pl192\", \"arm,pl192-vic\", \"arm,primecell\";\n" "> why brcm specific compatbile?\n" "\n" @@ -67,7 +70,7 @@ "> > +\t\t\t#interrupt-cells = <1>;\n" "> > +\t\t};\n" "> > +\n" - "> > +\t\tvic1: interrupt-controller at 81000 {\n" + "> > +\t\tvic1: interrupt-controller@81000 {\n" "> > +\t\t\tcompatible = \"brcm,bcm476x-pl192\", \"arm,pl192-vic\", \"arm,primecell\";\n" "> > +\t\t\treg = <0x81000 0x1000>;\n" "> > +\t\t\tinterrupt-controller;\n" @@ -83,7 +86,7 @@ "> > +/*\n" "> > + * Broadcom BCM476x SoCs DEBUG_LL support\n" "> > + *\n" - "> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli@linux.com>\n" + "> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org>\n" "> > + *\n" "> > + * This program is free software; you can redistribute it and/or modify\n" "> > + * it under the terms of the GNU General Public License as published by\n" @@ -131,7 +134,7 @@ "> > +/*\n" "> > + * Broadcom BCM476x SoCs decompressor output\n" "> > + *\n" - "> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli@linux.com>\n" + "> > + * Copyright (C) 2012 Domenico Andreoli <domenico.andreoli-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org>\n" "> > + *\n" "> > + * This program is free software; you can redistribute it and/or modify\n" "> > + * it under the terms of the GNU General Public License as published by\n" @@ -191,4 +194,4 @@ "Regards,\n" Domenico -d8342f9c155ac7df4e6f3a32960531fd9df72ff6bce7ae4180e31fe5f608637b +8b1ad5f0472709e2024d04cf7de250699760f3072351d4ed73ecfabe7082973c
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.