diff for duplicates of <55AD49AC.6070807@freescale.com> diff --git a/a/1.txt b/N1/1.txt index 978a2db..3e6c816 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,12 +17,12 @@ On 06/17/2015 11:49 AM, York Sun wrote: > Export __clk_is_prepared from clk.c so drivers can check and unprepare > clocks upon removal. > -> Signed-off-by: York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org> -> CC: Mike Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> -> CC: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> -> CC: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> -> CC: Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org> -> CC: Paul Bolle <pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org> +> Signed-off-by: York Sun <yorksun@freescale.com> +> CC: Mike Turquette <mturquette@baylibre.com> +> CC: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> +> CC: Guenter Roeck <linux@roeck-us.net> +> CC: Andrey Filippov <andrey@elphel.com> +> CC: Paul Bolle <pebolle@tiscali.nl> > > --- > Change log: @@ -283,9 +283,9 @@ On 06/17/2015 11:49 AM, York Sun wrote: > + * clk-si5338.c: Silicon Labs Si5338 I2C Clock Generator > + * > + * Copyright 2015 Freescale Semiconductor -> + * York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> + * York Sun <yorksun@freescale.com> > + * -> + * Some code is taken from si5338.c by Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org> +> + * Some code is taken from si5338.c by Andrey Filippov <andrey@elphel.com> > + * Copyright 2013 Elphel, Inc. > + * > + * SI5338 has several blocks, including @@ -3958,7 +3958,7 @@ On 06/17/2015 11:49 AM, York Sun wrote: > +}; > +module_i2c_driver(si5338_driver); > + -> +MODULE_AUTHOR("York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org"); +> +MODULE_AUTHOR("York Sun <yorksun@freescale.com"); > +MODULE_DESCRIPTION("Silicon Labs Si5338 clock generator driver"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/clk/clk-si5338.h b/drivers/clk/clk-si5338.h @@ -3971,9 +3971,9 @@ On 06/17/2015 11:49 AM, York Sun wrote: > + * clk-si5338.h: Silicon Labs Si5338 I2C Clock Generator > + * > + * Copyright 2015 Freescale Semiconductor -> + * York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> + * York Sun <yorksun@freescale.com> > + * -> + * Partially taken from si5338.c by Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org> +> + * Partially taken from si5338.c by Andrey Filippov <andrey@elphel.com> > + * Copyright (C) 2013 Elphel, Inc. > + * > + * This program is free software; you can redistribute it and/or modify it @@ -4297,7 +4297,7 @@ On 06/17/2015 11:49 AM, York Sun wrote: > + * > + * Copyright 2015 Freescale Semiconductor > + * -> + * York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org> +> + * York Sun <yorksun@freescale.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 diff --git a/a/content_digest b/N1/content_digest index fea4e3d..b25d68e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,14 @@ "ref\01434566944-8748-1-git-send-email-yorksun@freescale.com\0" - "ref\01434566944-8748-1-git-send-email-yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org\0" - "From\0York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\0" + "From\0York Sun <yorksun@freescale.com>\0" "Subject\0Re: [Patch v4] driver/clk/clk-si5338: Add common clock framework driver for si5338\0" "Date\0Mon, 20 Jul 2015 12:19:08 -0700\0" - "To\0mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> - Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org> - " Paul Bolle <pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org>\0" + "To\0<mturquette@baylibre.com>\0" + "Cc\0<linux-kernel@vger.kernel.org>" + <linux-i2c@vger.kernel.org> + Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> + Guenter Roeck <linux@roeck-us.net> + Andrey Filippov <andrey@elphel.com> + " Paul Bolle <pebolle@tiscali.nl>\0" "\00:1\0" "b\0" "Dear Maintainers,\n" @@ -31,12 +30,12 @@ "> Export __clk_is_prepared from clk.c so drivers can check and unprepare\n" "> clocks upon removal.\n" "> \n" - "> Signed-off-by: York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" - "> CC: Mike Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n" - "> CC: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" - "> CC: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\n" - "> CC: Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org>\n" - "> CC: Paul Bolle <pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org>\n" + "> Signed-off-by: York Sun <yorksun@freescale.com>\n" + "> CC: Mike Turquette <mturquette@baylibre.com>\n" + "> CC: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\n" + "> CC: Guenter Roeck <linux@roeck-us.net>\n" + "> CC: Andrey Filippov <andrey@elphel.com>\n" + "> CC: Paul Bolle <pebolle@tiscali.nl>\n" "> \n" "> ---\n" "> Change log:\n" @@ -297,9 +296,9 @@ "> + * clk-si5338.c: Silicon Labs Si5338 I2C Clock Generator\n" "> + *\n" "> + * Copyright 2015 Freescale Semiconductor\n" - "> + * York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> + * York Sun <yorksun@freescale.com>\n" "> + *\n" - "> + * Some code is taken from si5338.c by Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org>\n" + "> + * Some code is taken from si5338.c by Andrey Filippov <andrey@elphel.com>\n" "> + * Copyright 2013 Elphel, Inc.\n" "> + *\n" "> + * SI5338 has several blocks, including\n" @@ -3972,7 +3971,7 @@ "> +};\n" "> +module_i2c_driver(si5338_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org\");\n" + "> +MODULE_AUTHOR(\"York Sun <yorksun@freescale.com\");\n" "> +MODULE_DESCRIPTION(\"Silicon Labs Si5338 clock generator driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/clk/clk-si5338.h b/drivers/clk/clk-si5338.h\n" @@ -3985,9 +3984,9 @@ "> + * clk-si5338.h: Silicon Labs Si5338 I2C Clock Generator\n" "> + *\n" "> + * Copyright 2015 Freescale Semiconductor\n" - "> + * York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> + * York Sun <yorksun@freescale.com>\n" "> + *\n" - "> + * Partially taken from si5338.c by Andrey Filippov <andrey-MoRZu3FOBbXQT0dZR+AlfA@public.gmane.org>\n" + "> + * Partially taken from si5338.c by Andrey Filippov <andrey@elphel.com>\n" "> + * Copyright (C) 2013 Elphel, Inc.\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify it\n" @@ -4311,7 +4310,7 @@ "> + *\n" "> + * Copyright 2015 Freescale Semiconductor\n" "> + *\n" - "> + * York Sun <yorksun-KZfg59tc24xl57MIdRCFDg@public.gmane.org>\n" + "> + * York Sun <yorksun@freescale.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" @@ -4429,4 +4428,4 @@ "> +#endif\n" > -c55321bce3fac228591dde53ec94957f3ae9fdc5a8c161f7e691f3b0593fa9bf +a648840ab87ff5a75455bebfba1efb32aedd80789febbeeaf58fbd1cce47213f
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.