diff for duplicates of <560FC0CC.8040901@kernel.org> diff --git a/a/1.txt b/N1/1.txt index c1aad74..ca3ee6c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,9 +4,9 @@ On 30/09/15 02:36, Suresh Rajashekara wrote: > This is based on the driver provided by the vendor > (which was an input driver). Authors of the > driver from the vendor included -> * John Huang <john.huang@dyna-image.com> -> * Templeton Tsai <templeton.tsai@dyna-image.com> -> * Vic Lee <Vic_Lee@asus.com> +> * John Huang <john.huang-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org> +> * Templeton Tsai <templeton.tsai-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org> +> * Vic Lee <Vic_Lee-4gYQFoH7KfQ@public.gmane.org> > > v3 > * Resubmitting due to typo in accompanying patch @@ -16,7 +16,7 @@ On 30/09/15 02:36, Suresh Rajashekara wrote: > * Error handling > * Code cleanups following comments > -> Signed-off-by: Suresh Rajashekara <sureshraj@google.com> +> Signed-off-by: Suresh Rajashekara <sureshraj-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> Fundamentally fine and heading in the right direction. A lot of cases of eating error codes that should be returned and a few other easy cleanups that will make it more readable and @@ -98,13 +98,13 @@ Jonathan > + * >> AP3426 is combined proximity and ambient light sensor. > + * >> AP3216C is combined proximity, ambient light sensor and IRLED. > + * >> -> + * >> Contact: John Huang <john.huang@dyna-image.com> -> + * >> Templeton Tsai <templeton.tsai@dyna-image.com> +> + * >> Contact: John Huang <john.huang-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org> +> + * >> Templeton Tsai <templeton.tsai-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org> > + * > + * Another author initials mentioned in that file was just YC (and no name). > + * > + * Not sure for what kernel version the driver from dyna image was written for. -> + * Vic Lee <Vic_Lee@asus.com> made modifications to it to run on 3.14. +> + * Vic Lee <Vic_Lee-4gYQFoH7KfQ@public.gmane.org> made modifications to it to run on 3.14. > + * > + * Datasheet: > + * http://www.dyna-image.com/english/product/optical-sensor-detail.php?cpid=2&dpid=8#doc @@ -853,7 +853,7 @@ disabling in the remove function. > + > +module_i2c_driver(ap3223_driver); > + -> +MODULE_AUTHOR("Suresh Rajashekara <sureshraj@google.com>"); +> +MODULE_AUTHOR("Suresh Rajashekara <sureshraj-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>"); > +MODULE_DESCRIPTION("AP3223 Ambient Light and Proximity Sensor Driver"); > +MODULE_LICENSE("GPL v2"); > diff --git a/a/content_digest b/N1/content_digest index e10d103..6a7394b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,18 @@ "ref\01443576981-1210-1-git-send-email-sureshraj@google.com\0" - "From\0Jonathan Cameron <jic23@kernel.org>\0" + "ref\01443576981-1210-1-git-send-email-sureshraj-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\0" + "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v3 1/2] iio:light: Add Dyna-Image AP3223 ambient light and proximity driver\0" "Date\0Sat, 3 Oct 2015 12:49:32 +0100\0" - "To\0Suresh Rajashekara <sureshraj@google.com>" - " linux-iio@vger.kernel.org\0" - "Cc\0robh+dt@kernel.org" - pawel.moll@arm.com - mark.rutland@arm.com - ijc+devicetree@hellion.org.uk - galak@codeaurora.org - devicetree@vger.kernel.org - matthias.bgg@gmail.com - " linux-kernel@vger.kernel.org\0" + "To\0Suresh Rajashekara <sureshraj-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>" + " linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" + pawel.moll-5wv7dgnIgG8@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org + galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On 30/09/15 02:36, Suresh Rajashekara wrote:\n" @@ -20,9 +21,9 @@ "> This is based on the driver provided by the vendor\n" "> (which was an input driver). Authors of the\n" "> driver from the vendor included\n" - "> * John Huang <john.huang@dyna-image.com>\n" - "> * Templeton Tsai <templeton.tsai@dyna-image.com>\n" - "> * Vic Lee <Vic_Lee@asus.com>\n" + "> * John Huang <john.huang-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org>\n" + "> * Templeton Tsai <templeton.tsai-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org>\n" + "> * Vic Lee <Vic_Lee-4gYQFoH7KfQ@public.gmane.org>\n" "> \n" "> v3\n" "> * Resubmitting due to typo in accompanying patch\n" @@ -32,7 +33,7 @@ "> * Error handling\n" "> * Code cleanups following comments\n" "> \n" - "> Signed-off-by: Suresh Rajashekara <sureshraj@google.com>\n" + "> Signed-off-by: Suresh Rajashekara <sureshraj-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" "Fundamentally fine and heading in the right direction.\n" "A lot of cases of eating error codes that should be returned and\n" "a few other easy cleanups that will make it more readable and\n" @@ -114,13 +115,13 @@ "> + * >> AP3426 is combined proximity and ambient light sensor.\n" "> + * >> AP3216C is combined proximity, ambient light sensor and IRLED.\n" "> + * >>\n" - "> + * >> Contact: John Huang <john.huang@dyna-image.com>\n" - "> + * >>\t Templeton Tsai <templeton.tsai@dyna-image.com>\n" + "> + * >> Contact: John Huang <john.huang-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org>\n" + "> + * >>\t Templeton Tsai <templeton.tsai-qvb3surRQ5wkmLvzuZlaBw@public.gmane.org>\n" "> + *\n" "> + * Another author initials mentioned in that file was just YC (and no name).\n" "> + *\n" "> + * Not sure for what kernel version the driver from dyna image was written for.\n" - "> + * Vic Lee <Vic_Lee@asus.com> made modifications to it to run on 3.14.\n" + "> + * Vic Lee <Vic_Lee-4gYQFoH7KfQ@public.gmane.org> made modifications to it to run on 3.14.\n" "> + *\n" "> + * Datasheet:\n" "> + * http://www.dyna-image.com/english/product/optical-sensor-detail.php?cpid=2&dpid=8#doc\n" @@ -869,9 +870,9 @@ "> +\n" "> +module_i2c_driver(ap3223_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Suresh Rajashekara <sureshraj@google.com>\");\n" + "> +MODULE_AUTHOR(\"Suresh Rajashekara <sureshraj-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"AP3223 Ambient Light and Proximity Sensor Driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" > -adc85c241004f8245c051a9c5b2e4a2ecea77e100db67b277cb740be5b818e51 +a21378e7897784baf41957cc738fa4330edc11e270636ee1b4573e270dfe82ea
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.