diff for duplicates of <20171222124427.GI3374@localhost> diff --git a/a/1.txt b/N1/1.txt index ab7be60..529ccc2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On Fri, Dec 01, 2017 at 08:49:36AM +0100, H. Nikolaus Schaller wrote: > Additionally, rfkill block/unblock can be used to control an external LNA > (and power down the module if not needed). > -> The driver concept is based on code developed by Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org> +> The driver concept is based on code developed by Neil Brown <neilb@suse.de> > but simplified and adapted to use the new serdev API introduced in v4.11. I'm sorry (and I know this discussion has been going on for a long @@ -35,7 +35,7 @@ implementation details). That being said, I'm still pointing some bugs and issue below that you can consider for future versions of this (and other drivers) below. -> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org> +> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > --- > drivers/misc/Kconfig | 10 + > drivers/misc/Makefile | 1 + @@ -90,8 +90,8 @@ Some whitespace issue here. > +/* > + * Driver for power controlling the w2sg0004/w2sg0084 GPS receiver. > + * -> + * Copyright (C) 2013 Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org> -> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>, +> + * Copyright (C) 2013 Neil Brown <neilb@suse.de> +> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns@goldelico.com>, > + * Golden Delicious Computers > + * > + * This receiver has an ON/OFF pin which must be toggled to @@ -720,13 +720,9 @@ Clearly that's something you need to determine. > + > +module_serdev_device_driver(w2sg_driver); > + -> +MODULE_AUTHOR("NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>"); -> +MODULE_AUTHOR("H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>"); +> +MODULE_AUTHOR("NeilBrown <neilb@suse.de>"); +> +MODULE_AUTHOR("H. Nikolaus Schaller <hns@goldelico.com>"); > +MODULE_DESCRIPTION("w2sg0004 GPS power management driver"); > +MODULE_LICENSE("GPL v2"); Johan --- -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 441f723..0b2fda9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,27 +1,9 @@ "ref\0cover.1512114576.git.hns@goldelico.com\0" "ref\05494ad34b39a6c62601e3747440268dfb3be7d5a.1512114576.git.hns@goldelico.com\0" - "ref\05494ad34b39a6c62601e3747440268dfb3be7d5a.1512114576.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org\0" - "From\0Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver\0" + "From\0johan@kernel.org (Johan Hovold)\0" + "Subject\0[PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver\0" "Date\0Fri, 22 Dec 2017 13:44:27 +0100\0" - "To\0H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>\0" - "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" - Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> - Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> - " Andreas F\303\244rber <afaerber-l3A5Bk7waGM@public.gmane.org>" - Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - letux-kernel-S0jZdbWzriLCfDggNXIi3w@public.gmane.org - kernel-Jl6IXVxNIMRxAtABVqVhTwC/G2K4zDHf@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Dec 01, 2017 at 08:49:36AM +0100, H. Nikolaus Schaller wrote:\n" @@ -34,7 +16,7 @@ "> Additionally, rfkill block/unblock can be used to control an external LNA\n" "> (and power down the module if not needed).\n" "> \n" - "> The driver concept is based on code developed by Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org>\n" + "> The driver concept is based on code developed by Neil Brown <neilb@suse.de>\n" "> but simplified and adapted to use the new serdev API introduced in v4.11.\n" "\n" "I'm sorry (and I know this discussion has been going on for a long\n" @@ -61,7 +43,7 @@ "That being said, I'm still pointing some bugs and issue below that you\n" "can consider for future versions of this (and other drivers) below.\n" "\n" - "> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>\n" + "> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>\n" "> ---\n" "> drivers/misc/Kconfig | 10 +\n" "> drivers/misc/Makefile | 1 +\n" @@ -116,8 +98,8 @@ "> +/*\n" "> + * Driver for power controlling the w2sg0004/w2sg0084 GPS receiver.\n" "> + *\n" - "> + * Copyright (C) 2013 Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org>\n" - "> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>,\n" + "> + * Copyright (C) 2013 Neil Brown <neilb@suse.de>\n" + "> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns@goldelico.com>,\n" "> + *\t\t\t\t\t\tGolden Delicious Computers\n" "> + *\n" "> + * This receiver has an ON/OFF pin which must be toggled to\n" @@ -746,15 +728,11 @@ "> +\n" "> +module_serdev_device_driver(w2sg_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>\");\n" - "> +MODULE_AUTHOR(\"H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"NeilBrown <neilb@suse.de>\");\n" + "> +MODULE_AUTHOR(\"H. Nikolaus Schaller <hns@goldelico.com>\");\n" "> +MODULE_DESCRIPTION(\"w2sg0004 GPS power management driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "\n" - "Johan\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 + Johan -7d10eff17b4b89e0f4495a92958d631328ef28f5f736203b2fa8fcd28e734938 +1fecdf966e1048dcd5cfeaa2ad15a9246c0ad97a17329ec4b88355c82d185b4f
diff --git a/a/1.txt b/N2/1.txt index ab7be60..529ccc2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,7 @@ On Fri, Dec 01, 2017 at 08:49:36AM +0100, H. Nikolaus Schaller wrote: > Additionally, rfkill block/unblock can be used to control an external LNA > (and power down the module if not needed). > -> The driver concept is based on code developed by Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org> +> The driver concept is based on code developed by Neil Brown <neilb@suse.de> > but simplified and adapted to use the new serdev API introduced in v4.11. I'm sorry (and I know this discussion has been going on for a long @@ -35,7 +35,7 @@ implementation details). That being said, I'm still pointing some bugs and issue below that you can consider for future versions of this (and other drivers) below. -> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org> +> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > --- > drivers/misc/Kconfig | 10 + > drivers/misc/Makefile | 1 + @@ -90,8 +90,8 @@ Some whitespace issue here. > +/* > + * Driver for power controlling the w2sg0004/w2sg0084 GPS receiver. > + * -> + * Copyright (C) 2013 Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org> -> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>, +> + * Copyright (C) 2013 Neil Brown <neilb@suse.de> +> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns@goldelico.com>, > + * Golden Delicious Computers > + * > + * This receiver has an ON/OFF pin which must be toggled to @@ -720,13 +720,9 @@ Clearly that's something you need to determine. > + > +module_serdev_device_driver(w2sg_driver); > + -> +MODULE_AUTHOR("NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>"); -> +MODULE_AUTHOR("H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>"); +> +MODULE_AUTHOR("NeilBrown <neilb@suse.de>"); +> +MODULE_AUTHOR("H. Nikolaus Schaller <hns@goldelico.com>"); > +MODULE_DESCRIPTION("w2sg0004 GPS power management driver"); > +MODULE_LICENSE("GPL v2"); Johan --- -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 441f723..30af38d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,26 @@ "ref\0cover.1512114576.git.hns@goldelico.com\0" "ref\05494ad34b39a6c62601e3747440268dfb3be7d5a.1512114576.git.hns@goldelico.com\0" - "ref\05494ad34b39a6c62601e3747440268dfb3be7d5a.1512114576.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org\0" - "From\0Johan Hovold <johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Johan Hovold <johan@kernel.org>\0" "Subject\0Re: [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver\0" "Date\0Fri, 22 Dec 2017 13:44:27 +0100\0" - "To\0H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>\0" - "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - " Beno\303\256t Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" - Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> - Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Kevin Hilman <khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> - " Andreas F\303\244rber <afaerber-l3A5Bk7waGM@public.gmane.org>" - Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - letux-kernel-S0jZdbWzriLCfDggNXIi3w@public.gmane.org - kernel-Jl6IXVxNIMRxAtABVqVhTwC/G2K4zDHf@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0H. Nikolaus Schaller <hns@goldelico.com>\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + Mark Rutland <mark.rutland@arm.com> + " Beno\303\256t Cousson <bcousson@baylibre.com>" + Tony Lindgren <tony@atomide.com> + Russell King <linux@armlinux.org.uk> + Arnd Bergmann <arnd@arndb.de> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Kevin Hilman <khilman@baylibre.com> + " Andreas F\303\244rber <afaerber@suse.de>" + Thierry Reding <treding@nvidia.com> + Jonathan Cameron <jic23@kernel.org> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-omap@vger.kernel.org + letux-kernel@openphoenux.org + kernel@pyra-handheld.com + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Dec 01, 2017 at 08:49:36AM +0100, H. Nikolaus Schaller wrote:\n" @@ -34,7 +33,7 @@ "> Additionally, rfkill block/unblock can be used to control an external LNA\n" "> (and power down the module if not needed).\n" "> \n" - "> The driver concept is based on code developed by Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org>\n" + "> The driver concept is based on code developed by Neil Brown <neilb@suse.de>\n" "> but simplified and adapted to use the new serdev API introduced in v4.11.\n" "\n" "I'm sorry (and I know this discussion has been going on for a long\n" @@ -61,7 +60,7 @@ "That being said, I'm still pointing some bugs and issue below that you\n" "can consider for future versions of this (and other drivers) below.\n" "\n" - "> Signed-off-by: H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>\n" + "> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>\n" "> ---\n" "> drivers/misc/Kconfig | 10 +\n" "> drivers/misc/Makefile | 1 +\n" @@ -116,8 +115,8 @@ "> +/*\n" "> + * Driver for power controlling the w2sg0004/w2sg0084 GPS receiver.\n" "> + *\n" - "> + * Copyright (C) 2013 Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org>\n" - "> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>,\n" + "> + * Copyright (C) 2013 Neil Brown <neilb@suse.de>\n" + "> + * Copyright (C) 2015-2017 H. Nikolaus Schaller <hns@goldelico.com>,\n" "> + *\t\t\t\t\t\tGolden Delicious Computers\n" "> + *\n" "> + * This receiver has an ON/OFF pin which must be toggled to\n" @@ -746,15 +745,11 @@ "> +\n" "> +module_serdev_device_driver(w2sg_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>\");\n" - "> +MODULE_AUTHOR(\"H. Nikolaus Schaller <hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"NeilBrown <neilb@suse.de>\");\n" + "> +MODULE_AUTHOR(\"H. Nikolaus Schaller <hns@goldelico.com>\");\n" "> +MODULE_DESCRIPTION(\"w2sg0004 GPS power management driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "\n" - "Johan\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 + Johan -7d10eff17b4b89e0f4495a92958d631328ef28f5f736203b2fa8fcd28e734938 +aeaaf866e415b76d36b0347bf757f939e217ac9ffffdf5e11ba7780b9ecc2a45
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.