diff for duplicates of <56BA66EC.1070303@kernel.org> diff --git a/a/1.txt b/N1/1.txt index a7b96d2..610896f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,11 +3,11 @@ On 07/02/16 09:14, Akinobu Mita wrote: > I have tested with ADC0831 and ADC0832. The remaining ADC0834 and > ADC0838 are very similar to ADC0832. > -> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> -> Cc: Jonathan Cameron <jic23@kernel.org> -> Cc: Hartmut Knaack <knaack.h@gmx.de> -> Cc: Lars-Peter Clausen <lars@metafoo.de> -> Cc: Peter Meerwald <pmeerw@pmeerw.net> +> Signed-off-by: Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +> Cc: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +> Cc: Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org> +> Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org> +> Cc: Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org> Very nice. Applied to the togreg branch of iio.git - initially pushed out @@ -97,7 +97,7 @@ Jonathan > +/* > + * ADC0831/ADC0832/ADC0834/ADC0838 8-bit ADC driver > + * -> + * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com> +> + * Copyright (c) 2016 Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > + * > + * This file is subject to the terms and conditions of version 2 of > + * the GNU General Public License. See the file COPYING in the main @@ -379,7 +379,12 @@ Jonathan > +}; > +module_spi_driver(adc0832_driver); > + -> +MODULE_AUTHOR("Akinobu Mita <akinobu.mita@gmail.com>"); +> +MODULE_AUTHOR("Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"); > +MODULE_DESCRIPTION("ADC0831/ADC0832/ADC0834/ADC0838 driver"); > +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/N1/content_digest index 7ec1468..5519f50 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,14 @@ "ref\01454836456-17033-1-git-send-email-akinobu.mita@gmail.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\01454836456-17033-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v2] iio: adc: add support for ADC0831/ADC0832/ADC0834/ADC0838 chips\0" "Date\0Tue, 9 Feb 2016 22:23:40 +0000\0" - "To\0Akinobu Mita <akinobu.mita@gmail.com>" - linux-iio@vger.kernel.org - " devicetree@vger.kernel.org\0" - "Cc\0Hartmut Knaack <knaack.h@gmx.de>" - Lars-Peter Clausen <lars@metafoo.de> - " Peter Meerwald <pmeerw@pmeerw.net>\0" + "To\0Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>" + Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org> + " Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>\0" "\00:1\0" "b\0" "On 07/02/16 09:14, Akinobu Mita wrote:\n" @@ -15,11 +16,11 @@ "> I have tested with ADC0831 and ADC0832. The remaining ADC0834 and\n" "> ADC0838 are very similar to ADC0832.\n" "> \n" - "> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>\n" - "> Cc: Jonathan Cameron <jic23@kernel.org>\n" - "> Cc: Hartmut Knaack <knaack.h@gmx.de>\n" - "> Cc: Lars-Peter Clausen <lars@metafoo.de>\n" - "> Cc: Peter Meerwald <pmeerw@pmeerw.net>\n" + "> Signed-off-by: Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "> Cc: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "> Cc: Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>\n" + "> Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>\n" + "> Cc: Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>\n" "Very nice.\n" "\n" "Applied to the togreg branch of iio.git - initially pushed out\n" @@ -109,7 +110,7 @@ "> +/*\n" "> + * ADC0831/ADC0832/ADC0834/ADC0838 8-bit ADC driver\n" "> + *\n" - "> + * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>\n" + "> + * Copyright (c) 2016 Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> + *\n" "> + * This file is subject to the terms and conditions of version 2 of\n" "> + * the GNU General Public License. See the file COPYING in the main\n" @@ -391,9 +392,14 @@ "> +};\n" "> +module_spi_driver(adc0832_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Akinobu Mita <akinobu.mita@gmail.com>\");\n" + "> +MODULE_AUTHOR(\"Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"ADC0831/ADC0832/ADC0834/ADC0838 driver\");\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 -f1db40ba6493e74223611d273001d06e282fdfe7c2f4a3f424e98eb976114d07 +20ed4297da2e1a8a3a8654d16d8a222cff98831928cc16e8c608a53e01109dd0
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.