diff for duplicates of <568580B4.2060409@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 9a2718a..2cac007 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ On 23/12/15 10:27, Ludovic Desroches wrote: >>> + >>> +Example: >>> + ->>> +adc: adc@fc030000 { +>>> +adc: adc at fc030000 { >>> + compatible = "atmel,sama5d2-adc"; >>> + reg = <0xfc030000 0x100>; >>> + interrupts = <40 IRQ_TYPE_LEVEL_HIGH 7>; @@ -551,6 +551,6 @@ A reasonable aim! > Ludovic > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in -> the body of a message to majordomo@vger.kernel.org +> the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > diff --git a/a/content_digest b/N1/content_digest index fc1b039..bcfe082 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,16 +2,10 @@ "ref\01450689852-22763-2-git-send-email-ludovic.desroches@atmel.com\0" "ref\056799798.203@kernel.org\0" "ref\020151223102700.GC2789@odux.rfo.atmel.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" - "Subject\0Re: [PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver\0" + "From\0jic23@kernel.org (Jonathan Cameron)\0" + "Subject\0[PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver\0" "Date\0Thu, 31 Dec 2015 19:23:32 +0000\0" - "To\0nicolas.ferre@atmel.com" - alexandre.belloni@free-electrons.com - devicetree@vger.kernel.org - linux-kernel@vger.kernel.org - linux-iio@vger.kernel.org - plagnioj@jcrosoft.com - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 23/12/15 10:27, Ludovic Desroches wrote:\n" @@ -57,7 +51,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" @@ -567,8 +561,8 @@ "> Ludovic\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" + "> the body of a message to majordomo at vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -900ac2636d4fccd29131d6029bebc7609a49a79c7bcb73ee5301d07fb29f15e8 +d38e62319ada76ca057cfbc06c4a0a36f41719c831d20f2ed3f7e1b68576c66e
diff --git a/a/1.txt b/N2/1.txt index 9a2718a..ecaddee 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 23/12/15 10:27, 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> +>>> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> >> A few more bits and bobs from me. Mostly looking good. >> >> Jonathan @@ -94,7 +94,7 @@ On 23/12/15 10:27, Ludovic Desroches wrote: >>> + * Atmel ADC driver for SAMA5D2 devices and later. >>> + * >>> + * 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 @@ -540,7 +540,7 @@ A reasonable aim! >>> +}; >>> +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 ADC 8xx"); >>> +MODULE_LICENSE("GPL v2"); >>> @@ -551,6 +551,6 @@ A reasonable aim! > Ludovic > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in -> the body of a message to majordomo@vger.kernel.org +> 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 fc1b039..fc3bbc6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,16 +2,17 @@ "ref\01450689852-22763-2-git-send-email-ludovic.desroches@atmel.com\0" "ref\056799798.203@kernel.org\0" "ref\020151223102700.GC2789@odux.rfo.atmel.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\020151223102700.GC2789-FuRPzXQv2LUWBfJKYY8PcdBPR1lH4CV8@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver\0" "Date\0Thu, 31 Dec 2015 19:23:32 +0000\0" - "To\0nicolas.ferre@atmel.com" - alexandre.belloni@free-electrons.com - devicetree@vger.kernel.org - linux-kernel@vger.kernel.org - linux-iio@vger.kernel.org - plagnioj@jcrosoft.com - " linux-arm-kernel@lists.infradead.org\0" + "To\0nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org" + alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org + devicetree-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\0" "\00:1\0" "b\0" "On 23/12/15 10:27, Ludovic Desroches wrote:\n" @@ -20,7 +21,7 @@ ">>> 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" + ">>> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" ">> A few more bits and bobs from me. Mostly looking good.\n" ">>\n" ">> Jonathan\n" @@ -110,7 +111,7 @@ ">>> + * Atmel ADC driver for SAMA5D2 devices and later.\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" @@ -556,7 +557,7 @@ ">>> +};\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 ADC 8xx\");\n" ">>> +MODULE_LICENSE(\"GPL v2\");\n" ">>>\n" @@ -567,8 +568,8 @@ "> Ludovic\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-iio\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" + "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -900ac2636d4fccd29131d6029bebc7609a49a79c7bcb73ee5301d07fb29f15e8 +f796a17077b4f8a1234c6793af98f0b015cdab7abd3014fed688272a827f33b1
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.