diff for duplicates of <20141110123901.GY21424@x1> diff --git a/a/1.txt b/N1/1.txt index 0d1428f..5a430c1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,10 +5,10 @@ On Mon, 10 Nov 2014, Beomho Seo wrote: > flash LED current source, LDO and synchronous Buck converter. It is interfaced > to host controller using I2C interface. > -> Cc: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> -> Cc: Lee Jones <lee.jone-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -> Signed-off-by: Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> -> Acked-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> Cc: Samuel Ortiz <sameo@linux.intel.com> +> Cc: Lee Jones <lee.jone@linaro.org> +> Signed-off-by: Beomho Seo <beomho.seo@samsung.com> +> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> > --- > Changes in v2 > - Remove volatile_reg callback. Because this driver not in use regmap cache. @@ -77,7 +77,7 @@ s/. This/, which > + * MFD core driver for the Richtek RT5033. > + * > + * Copyright (C) 2014 Samsung Electronics, Co., Ltd. -> + * Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> + * Beomho Seo <beomho.seo@samsung.com> Babysitter, butcher, pool cleaner or author? @@ -238,7 +238,7 @@ of_match_ptr() here. > +module_i2c_driver(rt5033_driver); > + > +MODULE_DESCRIPTION("Richtek RT5033 multi-function core driver"); -> +MODULE_AUTHOR("Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>"); +> +MODULE_AUTHOR("Beomho Seo <beomho.seo@samsung.com>"); > +MODULE_LICENSE("GPL"); > diff --git a/include/linux/mfd/rt5033-private.h b/include/linux/mfd/rt5033-private.h > new file mode 100644 @@ -250,7 +250,7 @@ of_match_ptr() here. > + * MFD core driver for Richtek RT5033 > + * > + * Copyright (C) 2014 Samsung Electronics, Co., Ltd. -> + * Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> + * Beomho Seo <beomho.seo@samsung.com> * Author: ... @@ -518,7 +518,7 @@ of_match_ptr() here. > + * MFD core driver for the RT5033 > + * > + * Copyright (C) 2014 Samsung Electronics -> + * Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> + * Beomho Seo <beomho.seo@samsung.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -587,7 +587,3 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -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 9b93447..77f786d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,18 @@ "ref\01415603987-32475-1-git-send-email-beomho.seo@samsung.com\0" "ref\01415603987-32475-2-git-send-email-beomho.seo@samsung.com\0" - "ref\01415603987-32475-2-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCH v2 1/5] mfd: rt5033: Add Richtek RT5033 driver core.\0" "Date\0Mon, 10 Nov 2014 12:39:01 +0000\0" - "To\0Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - geunsik.lim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - " Lee Jones <lee.jone-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "To\0Beomho Seo <beomho.seo@samsung.com>\0" + "Cc\0linux-kernel@vger.kernel.org" + linux-pm@vger.kernel.org + devicetree@vger.kernel.org + cw00.choi@samsung.com + geunsik.lim@samsung.com + inki.dae@samsung.com + sw0312.kim@samsung.com + Samuel Ortiz <sameo@linux.intel.com> + " Lee Jones <lee.jone@linaro.org>\0" "\00:1\0" "b\0" "On Mon, 10 Nov 2014, Beomho Seo wrote:\n" @@ -23,10 +22,10 @@ "> flash LED current source, LDO and synchronous Buck converter. It is interfaced\n" "> to host controller using I2C interface.\n" "> \n" - "> Cc: Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" - "> Cc: Lee Jones <lee.jone-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" - "> Signed-off-by: Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" - "> Acked-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> Cc: Samuel Ortiz <sameo@linux.intel.com>\n" + "> Cc: Lee Jones <lee.jone@linaro.org>\n" + "> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>\n" + "> Acked-by: Chanwoo Choi <cw00.choi@samsung.com>\n" "> ---\n" "> Changes in v2\n" "> - Remove volatile_reg callback. Because this driver not in use regmap cache.\n" @@ -95,7 +94,7 @@ "> + * MFD core driver for the Richtek RT5033.\n" "> + *\n" "> + * Copyright (C) 2014 Samsung Electronics, Co., Ltd.\n" - "> + * Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> + * Beomho Seo <beomho.seo@samsung.com>\n" "\n" "Babysitter, butcher, pool cleaner or author?\n" "\n" @@ -256,7 +255,7 @@ "> +module_i2c_driver(rt5033_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"Richtek RT5033 multi-function core driver\");\n" - "> +MODULE_AUTHOR(\"Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Beomho Seo <beomho.seo@samsung.com>\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/include/linux/mfd/rt5033-private.h b/include/linux/mfd/rt5033-private.h\n" "> new file mode 100644\n" @@ -268,7 +267,7 @@ "> + * MFD core driver for Richtek RT5033\n" "> + *\n" "> + * Copyright (C) 2014 Samsung Electronics, Co., Ltd.\n" - "> + * Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> + * Beomho Seo <beomho.seo@samsung.com>\n" "\n" " * Author: ...\n" "\n" @@ -536,7 +535,7 @@ "> + * MFD core driver for the RT5033\n" "> + *\n" "> + * Copyright (C) 2014 Samsung Electronics\n" - "> + * Beomho Seo <beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> + * Beomho Seo <beomho.seo@samsung.com>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -604,10 +603,6 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\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 + Follow Linaro: Facebook | Twitter | Blog -4994673ea6bacc11bf2349201e9df2f5a6c6cdccc53dbd897c00e3505a1774b6 +d3e448208f41ef730b84af17af0e1cb095eb3c51f5f6a6ab45635d6fc0e2e82c
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.