diff for duplicates of <20180120171241.7d36898d@archlinux> diff --git a/a/1.txt b/N1/1.txt index 53721f5..93231a2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,10 +1,10 @@ On Wed, 17 Jan 2018 11:38:28 +0800 -Phil Reid <preid@electromag.com.au> wrote: +Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org> wrote: > Add implementation for Analog Devices AD5272 and AD5274 digital > potentiometer devices. > -> Signed-off-by: Phil Reid <preid@electromag.com.au> +> Signed-off-by: Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org> A couple more minor comments. Jonathan @@ -62,7 +62,7 @@ and the help text contains a list of parts. AD5274 is missing here. > @@ -0,0 +1,231 @@ > +/* > + * Analog Devices AD5372 digital potentiometer driver -> + * Copyright (C) 2018 Phil Reid <preid@electromag.com.au> +> + * Copyright (C) 2018 Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org> > + * > + * Datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/AD5272_5274.pdf > + * @@ -291,6 +291,11 @@ before return statements. > + > +module_i2c_driver(ad5272_driver); > + -> +MODULE_AUTHOR("Phil Reid <preid@eletromag.com.au>"); +> +MODULE_AUTHOR("Phil Reid <preid-TeWIRZsGUAnP+dxuUfoltA@public.gmane.org>"); > +MODULE_DESCRIPTION("AD5272 digital potentiometer"); > +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 76a9cc6..baf5b50 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,27 +1,28 @@ "ref\01516160308-16937-1-git-send-email-preid@electromag.com.au\0" "ref\01516160308-16937-3-git-send-email-preid@electromag.com.au\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\01516160308-16937-3-git-send-email-preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v3 2/2] iio: ad5272: Add support for Analog Devices digital potentiometers\0" "Date\0Sat, 20 Jan 2018 17:12:41 +0000\0" - "To\0Phil Reid <preid@electromag.com.au>\0" - "Cc\0knaack.h@gmx.de" - lars@metafoo.de - pmeerw@pmeerw.net - robh+dt@kernel.org - mark.rutland@arm.com - Michael.Hennerich@analog.com - linux-iio@vger.kernel.org - devicetree@vger.kernel.org - " alexandru.ardelean@analog.com\0" + "To\0Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org>\0" + "Cc\0knaack.h-Mmb7MZpHnFY@public.gmane.org" + lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org + pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + Michael.Hennerich-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org + linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " alexandru.ardelean-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org\0" "\00:1\0" "b\0" "On Wed, 17 Jan 2018 11:38:28 +0800\n" - "Phil Reid <preid@electromag.com.au> wrote:\n" + "Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org> wrote:\n" "\n" "> Add implementation for Analog Devices AD5272 and AD5274 digital\n" "> potentiometer devices.\n" "> \n" - "> Signed-off-by: Phil Reid <preid@electromag.com.au>\n" + "> Signed-off-by: Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org>\n" "A couple more minor comments.\n" "\n" "Jonathan\n" @@ -79,7 +80,7 @@ "> @@ -0,0 +1,231 @@\n" "> +/*\n" "> + * Analog Devices AD5372 digital potentiometer driver\n" - "> + * Copyright (C) 2018 Phil Reid <preid@electromag.com.au>\n" + "> + * Copyright (C) 2018 Phil Reid <preid-qgqNFa1JUf/o2iN0hyhwsIdd74u8MsAO@public.gmane.org>\n" "> + *\n" "> + * Datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/AD5272_5274.pdf\n" "> + *\n" @@ -308,8 +309,13 @@ "> +\n" "> +module_i2c_driver(ad5272_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Phil Reid <preid@eletromag.com.au>\");\n" + "> +MODULE_AUTHOR(\"Phil Reid <preid-TeWIRZsGUAnP+dxuUfoltA@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"AD5272 digital potentiometer\");\n" - "> +MODULE_LICENSE(\"GPL v2\");" + "> +MODULE_LICENSE(\"GPL v2\");\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 -ba65015db6b8865f50e8146e96d121621180a61448dd49155d835a7b7b4fe637 +f38dbc2300fd6a77ef3b450f75611276ac3c5c87b9c33984bceb6a1f0412fb49
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.