diff for duplicates of <569A2937.609@kernel.org> diff --git a/a/1.txt b/N1/1.txt index eebf550..486c6d3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -44,7 +44,7 @@ Jonathan > + > +Example: > + -> +adc: adc@fc030000 { +> +adc: adc at fc030000 { > + compatible = "atmel,sama5d2-adc"; > + reg = <0xfc030000 0x100>; > + interrupts = <40 IRQ_TYPE_LEVEL_HIGH 7>; diff --git a/a/content_digest b/N1/content_digest index e149962..9369500 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,9 @@ "ref\01452785897-16270-1-git-send-email-ludovic.desroches@atmel.com\0" "ref\01452785897-16270-2-git-send-email-ludovic.desroches@atmel.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" - "Subject\0Re: [PATCH v3 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver\0" + "From\0jic23@kernel.org (Jonathan Cameron)\0" + "Subject\0[PATCH v3 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver\0" "Date\0Sat, 16 Jan 2016 11:27:51 +0000\0" - "To\0Ludovic Desroches <ludovic.desroches@atmel.com>" - nicolas.ferre@atmel.com - " alexandre.belloni@free-electrons.com\0" - "Cc\0devicetree@vger.kernel.org" - linux-kernel@vger.kernel.org - linux-iio@vger.kernel.org - plagnioj@jcrosoft.com - linux-arm-kernel@lists.infradead.org - pmeerw@pmeerw.net - " robh@kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 14/01/16 15:38, Ludovic Desroches wrote:\n" @@ -61,7 +52,7 @@ "> +\n" "> +Example:\n" "> +\n" - "> +adc: adc@fc030000 {\n" + "> +adc: adc at fc030000 {\n" "> +\tcompatible = \"atmel,sama5d2-adc\";\n" "> +\treg = <0xfc030000 0x100>;\n" "> +\tinterrupts = <40 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -626,4 +617,4 @@ "> +MODULE_LICENSE(\"GPL v2\");\n" > -cd11b9de29fdd17028314640af5d7eb448b9db0c24e01df89e13e820e558483e +0cc536ea0d54c379cde7aa0bee4f7b23ba0dba11a2beb79c2d9c7a2b2c897fe5
diff --git a/a/1.txt b/N2/1.txt index eebf550..eec5e75 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,8 +2,8 @@ On 14/01/16 15:38, Ludovic Desroches wrote: > This driver supports the new version of the Atmel ADC device introduced > with the SAMA5D2 SoC family. > -> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> -> Acked-by: Rob Herring <robh@kernel.org> +> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> +> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Looks good to me. One totally trivial note inline (which I'm not even going to bother changing whilst applying the patch - a good measure of how trivial ;) @@ -100,7 +100,7 @@ Jonathan > + * Atmel ADC driver for SAMA5D2 devices and compatible. > + * > + * Copyright (C) 2015 Atmel, -> + * 2015 Ludovic Desroches <ludovic.desroches@atmel.com> +> + * 2015 Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and @@ -604,7 +604,12 @@ I'd have done this as sizeof(*st)) but really doesn't matter. > +}; > +module_platform_driver(at91_adc_driver) > + -> +MODULE_AUTHOR("Ludovic Desroches <ludovic.desroches@atmel.com>"); +> +MODULE_AUTHOR("Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>"); > +MODULE_DESCRIPTION("Atmel AT91 SAMA5D2 ADC"); > +MODULE_LICENSE("GPL v2"); -> +> + +-- +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/N2/content_digest index e149962..f66e183 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,26 +1,27 @@ "ref\01452785897-16270-1-git-send-email-ludovic.desroches@atmel.com\0" "ref\01452785897-16270-2-git-send-email-ludovic.desroches@atmel.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\01452785897-16270-2-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v3 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver\0" "Date\0Sat, 16 Jan 2016 11:27:51 +0000\0" - "To\0Ludovic Desroches <ludovic.desroches@atmel.com>" - nicolas.ferre@atmel.com - " alexandre.belloni@free-electrons.com\0" - "Cc\0devicetree@vger.kernel.org" - linux-kernel@vger.kernel.org - linux-iio@vger.kernel.org - plagnioj@jcrosoft.com - linux-arm-kernel@lists.infradead.org - pmeerw@pmeerw.net - " robh@kernel.org\0" + "To\0Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>" + nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org + " alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org + " robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" "\00:1\0" "b\0" "On 14/01/16 15:38, Ludovic Desroches wrote:\n" "> This driver supports the new version of the Atmel ADC device introduced\n" "> with the SAMA5D2 SoC family.\n" "> \n" - "> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>\n" - "> Acked-by: Rob Herring <robh@kernel.org>\n" + "> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" + "> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" "Looks good to me. One totally trivial note inline (which I'm not even going\n" "to bother changing whilst applying the patch - a good measure of how trivial ;)\n" "\n" @@ -117,7 +118,7 @@ "> + * Atmel ADC driver for SAMA5D2 devices and compatible.\n" "> + *\n" "> + * Copyright (C) 2015 Atmel,\n" - "> + * 2015 Ludovic Desroches <ludovic.desroches@atmel.com>\n" + "> + * 2015 Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" "> + *\n" "> + * This software is licensed under the terms of the GNU General Public\n" "> + * License version 2, as published by the Free Software Foundation, and\n" @@ -621,9 +622,14 @@ "> +};\n" "> +module_platform_driver(at91_adc_driver)\n" "> +\n" - "> +MODULE_AUTHOR(\"Ludovic Desroches <ludovic.desroches@atmel.com>\");\n" + "> +MODULE_AUTHOR(\"Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"Atmel AT91 SAMA5D2 ADC\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" - > + "> \n" + "\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 -cd11b9de29fdd17028314640af5d7eb448b9db0c24e01df89e13e820e558483e +d9943e1d1fba2a473889b09d580a8ef502bc1c2339d32fbe1dd4c6b37c1a88ee
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.