diff for duplicates of <20121106181148.GD6801@atomide.com> diff --git a/a/1.txt b/N1/1.txt index e8f1f2a..9b57a6a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,11 @@ -* Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org> [121031 11:10]: +* Aaro Koskinen <aaro.koskinen@iki.fi> [121031 11:10]: > Add i2c driver to enable access to devices behind CBUS on Nokia Internet > Tablets. > > The patch also adds CBUS I2C configuration for N8x0 which is one of the > users of this driver. -Added Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> to cc so he +Added Wolfram Sang <w.sang@pengutronix.de> to cc so he knows to pick this one if no more comments. You may need to resend with him in cc. @@ -13,10 +13,10 @@ Regards, Tony -> Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -> Acked-by: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org> -> Acked-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> -> Signed-off-by: Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org> +> Cc: linux-i2c@vger.kernel.org +> Acked-by: Felipe Balbi <balbi@ti.com> +> Acked-by: Tony Lindgren <tony@atomide.com> +> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> > --- > arch/arm/mach-omap2/board-n8x0.c | 42 ++++++ > drivers/i2c/busses/Kconfig | 10 ++ @@ -433,7 +433,7 @@ Tony > +MODULE_AUTHOR("David Weinehall"); > +MODULE_AUTHOR("Mikko Ylinen"); > +MODULE_AUTHOR("Felipe Balbi"); -> +MODULE_AUTHOR("Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org>"); +> +MODULE_AUTHOR("Aaro Koskinen <aaro.koskinen@iki.fi>"); > +MODULE_LICENSE("GPL"); > diff --git a/include/linux/i2c-cbus.h b/include/linux/i2c-cbus.h > new file mode 100644 @@ -473,5 +473,5 @@ Tony > > -- > To unsubscribe from this list: send the line "unsubscribe linux-i2c" in -> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index b7b2308..cdab9e4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,23 @@ "ref\01351706626-32186-1-git-send-email-aaro.koskinen@iki.fi\0" "ref\01351706626-32186-2-git-send-email-aaro.koskinen@iki.fi\0" - "ref\01351706626-32186-2-git-send-email-aaro.koskinen-X3B1VOXEql0@public.gmane.org\0" - "From\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Tony Lindgren <tony@atomide.com>\0" "Subject\0Re: [PATCH v2 1/4] i2c: introduce i2c-cbus driver\0" "Date\0Tue, 6 Nov 2012 10:11:49 -0800\0" - "To\0Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org>\0" - "Cc\0linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" + "To\0Aaro Koskinen <aaro.koskinen@iki.fi>\0" + "Cc\0linux-omap@vger.kernel.org" + linux-kernel@vger.kernel.org + linux-i2c@vger.kernel.org + " Wolfram Sang <w.sang@pengutronix.de>\0" "\00:1\0" "b\0" - "* Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org> [121031 11:10]:\n" + "* Aaro Koskinen <aaro.koskinen@iki.fi> [121031 11:10]:\n" "> Add i2c driver to enable access to devices behind CBUS on Nokia Internet\n" "> Tablets.\n" "> \n" "> The patch also adds CBUS I2C configuration for N8x0 which is one of the\n" "> users of this driver.\n" "\n" - "Added Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> to cc so he\n" + "Added Wolfram Sang <w.sang@pengutronix.de> to cc so he\n" "knows to pick this one if no more comments. You may need to\n" "resend with him in cc.\n" "\n" @@ -26,10 +25,10 @@ "\n" "Tony\n" " \n" - "> Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - "> Acked-by: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>\n" - "> Acked-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" - "> Signed-off-by: Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org>\n" + "> Cc: linux-i2c@vger.kernel.org\n" + "> Acked-by: Felipe Balbi <balbi@ti.com>\n" + "> Acked-by: Tony Lindgren <tony@atomide.com>\n" + "> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>\n" "> ---\n" "> arch/arm/mach-omap2/board-n8x0.c | 42 ++++++\n" "> drivers/i2c/busses/Kconfig | 10 ++\n" @@ -446,7 +445,7 @@ "> +MODULE_AUTHOR(\"David Weinehall\");\n" "> +MODULE_AUTHOR(\"Mikko Ylinen\");\n" "> +MODULE_AUTHOR(\"Felipe Balbi\");\n" - "> +MODULE_AUTHOR(\"Aaro Koskinen <aaro.koskinen-X3B1VOXEql0@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Aaro Koskinen <aaro.koskinen@iki.fi>\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/include/linux/i2c-cbus.h b/include/linux/i2c-cbus.h\n" "> new file mode 100644\n" @@ -486,7 +485,7 @@ "> \n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-i2c\" in\n" - "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -dd794a184b8444664626c6e781e4a5d218c8788b47698424805fa5e0ccced164 +48867ea2f89fd18f1b063100a0764e71e04567c949fc0d6543c4ff1a547dd4ae
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.