diff for duplicates of <1329123903.13995.1.camel@phoenix> diff --git a/a/1.txt b/N1/1.txt index b5b4b1f..3e4c7b4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ This patch converts the drivers in drivers/i2c/* to use the module_i2c_driver() macro which makes the code smaller and a bit simpler. -Signed-off-by: Axel Lin <axel.lin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> -Cc: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> -Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org> -Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org> -Cc: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org> -Cc: Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> +Signed-off-by: Axel Lin <axel.lin@gmail.com> +Cc: Wolfram Sang <w.sang@pengutronix.de> +Cc: Guenter Roeck <guenter.roeck@ericsson.com> +Cc: Jean Delvare <khali@linux-fr.org> +Cc: Michael Lawnick <ml.lawnick@gmx.de> +Cc: Ben Dooks <ben-linux@fluff.org> --- drivers/i2c/i2c-smbus.c | 13 +------------ drivers/i2c/muxes/pca9541.c | 13 +------------ @@ -35,7 +35,7 @@ index f61ccc1..9316705 100644 -module_exit(i2c_smbus_exit); +module_i2c_driver(smbalert_driver); - MODULE_AUTHOR("Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>"); + MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); MODULE_DESCRIPTION("SMBus protocol extensions support"); diff --git a/drivers/i2c/muxes/pca9541.c b/drivers/i2c/muxes/pca9541.c index ed699c5..e0df9b6 100644 @@ -59,7 +59,7 @@ index ed699c5..e0df9b6 100644 -module_exit(pca9541_exit); +module_i2c_driver(pca9541_driver); - MODULE_AUTHOR("Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>"); + MODULE_AUTHOR("Guenter Roeck <guenter.roeck@ericsson.com>"); MODULE_DESCRIPTION("PCA9541 I2C master selector driver"); diff --git a/drivers/i2c/muxes/pca954x.c b/drivers/i2c/muxes/pca954x.c index 6f89536..0e37ef2 100644 @@ -83,7 +83,7 @@ index 6f89536..0e37ef2 100644 -module_exit(pca954x_exit); +module_i2c_driver(pca954x_driver); - MODULE_AUTHOR("Rodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>"); + MODULE_AUTHOR("Rodolfo Giometti <giometti@linux.it>"); MODULE_DESCRIPTION("PCA954x I2C mux/switch driver"); -- 1.7.5.4 diff --git a/a/content_digest b/N1/content_digest index 0de027b..f4f89a5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,24 @@ - "From\0Axel Lin <axel.lin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Axel Lin <axel.lin@gmail.com>\0" "Subject\0[PATCH] i2c: convert drivers/i2c/* to use module_i2c_driver()\0" "Date\0Mon, 13 Feb 2012 17:05:03 +0800\0" - "To\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>" - Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org> - Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org> - Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org> - Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> - " linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-kernel@vger.kernel.org\0" + "Cc\0Wolfram Sang <w.sang@pengutronix.de>" + Guenter Roeck <guenter.roeck@ericsson.com> + Jean Delvare <khali@linux-fr.org> + Michael Lawnick <ml.lawnick@gmx.de> + Ben Dooks <ben-linux@fluff.org> + " linux-i2c@vger.kernel.org\0" "\00:1\0" "b\0" "This patch converts the drivers in drivers/i2c/* to use the\n" "module_i2c_driver() macro which makes the code smaller and a bit simpler.\n" "\n" - "Signed-off-by: Axel Lin <axel.lin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" - "Cc: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" - "Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\n" - "Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\n" - "Cc: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>\n" - "Cc: Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>\n" + "Signed-off-by: Axel Lin <axel.lin@gmail.com>\n" + "Cc: Wolfram Sang <w.sang@pengutronix.de>\n" + "Cc: Guenter Roeck <guenter.roeck@ericsson.com>\n" + "Cc: Jean Delvare <khali@linux-fr.org>\n" + "Cc: Michael Lawnick <ml.lawnick@gmx.de>\n" + "Cc: Ben Dooks <ben-linux@fluff.org>\n" "---\n" " drivers/i2c/i2c-smbus.c | 13 +------------\n" " drivers/i2c/muxes/pca9541.c | 13 +------------\n" @@ -47,7 +47,7 @@ "-module_exit(i2c_smbus_exit);\n" "+module_i2c_driver(smbalert_driver);\n" " \n" - " MODULE_AUTHOR(\"Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>\");\n" + " MODULE_AUTHOR(\"Jean Delvare <khali@linux-fr.org>\");\n" " MODULE_DESCRIPTION(\"SMBus protocol extensions support\");\n" "diff --git a/drivers/i2c/muxes/pca9541.c b/drivers/i2c/muxes/pca9541.c\n" "index ed699c5..e0df9b6 100644\n" @@ -71,7 +71,7 @@ "-module_exit(pca9541_exit);\n" "+module_i2c_driver(pca9541_driver);\n" " \n" - " MODULE_AUTHOR(\"Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>\");\n" + " MODULE_AUTHOR(\"Guenter Roeck <guenter.roeck@ericsson.com>\");\n" " MODULE_DESCRIPTION(\"PCA9541 I2C master selector driver\");\n" "diff --git a/drivers/i2c/muxes/pca954x.c b/drivers/i2c/muxes/pca954x.c\n" "index 6f89536..0e37ef2 100644\n" @@ -95,9 +95,9 @@ "-module_exit(pca954x_exit);\n" "+module_i2c_driver(pca954x_driver);\n" " \n" - " MODULE_AUTHOR(\"Rodolfo Giometti <giometti-k2GhghHVRtY@public.gmane.org>\");\n" + " MODULE_AUTHOR(\"Rodolfo Giometti <giometti@linux.it>\");\n" " MODULE_DESCRIPTION(\"PCA954x I2C mux/switch driver\");\n" "-- \n" 1.7.5.4 -1406e3ad73c4538480990831e6de42b6d0fa126ddc0c8294e7348df6285706ab +5f439d85f1f9ab1e8d92e0515f6534efb6cde0447cefc587454ad78e779c8c72
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.