diff for duplicates of <20141121084933.GL24143@lukather> diff --git a/a/1.txt b/N1/1.txt index 6174219..e72da99 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On Thu, Nov 20, 2014 at 04:55:22PM +0100, Hans de Goede wrote: > Add a driver for mod0 clocks found in the prcm. Currently there is only > one mod0 clocks in the prcm, the ir clock. > -> Signed-off-by: Hans de Goede <hdegoede@redhat.com> +> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 1 + > drivers/clk/sunxi/Makefile | 2 +- @@ -44,7 +44,7 @@ On Thu, Nov 20, 2014 at 04:55:22PM +0100, Hans de Goede wrote: > +/* > + * Allwinner A31 PRCM mod0 clock driver > + * -> + * Copyright (C) 2014 Hans de Goede <hdegoede@redhat.com> +> + * Copyright (C) 2014 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by @@ -102,7 +102,7 @@ On Thu, Nov 20, 2014 at 04:55:22PM +0100, Hans de Goede wrote: > +module_platform_driver(sun6i_a31_prcm_mod0_clk_driver); > + > +MODULE_DESCRIPTION("Allwinner A31 PRCM mod0 clock driver"); -> +MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); +> +MODULE_AUTHOR("Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"); > +MODULE_LICENSE("GPL"); I don't think this is the right approach, mainly for two reasons: the @@ -128,10 +128,3 @@ Maxime Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 819 bytes -Desc: Digital signature -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141121/ae9cf821/attachment-0001.sig> diff --git a/a/content_digest b/N1/content_digest index 986f83c..1509b14 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,17 @@ "ref\01416498928-1300-1-git-send-email-hdegoede@redhat.com\0" "ref\01416498928-1300-4-git-send-email-hdegoede@redhat.com\0" - "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" - "Subject\0[PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver\0" + "ref\01416498928-1300-4-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" + "From\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver\0" "Date\0Fri, 21 Nov 2014 09:49:33 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "Cc\0Emilio Lopez <emilio-0Z03zUJReD5OxF6Tv1QG9Q@public.gmane.org>" + Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Linux Media Mailing List <linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0" + "\01:1\0" "b\0" "Hi,\n" "\n" @@ -12,7 +19,7 @@ "> Add a driver for mod0 clocks found in the prcm. Currently there is only\n" "> one mod0 clocks in the prcm, the ir clock.\n" "> \n" - "> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" + "> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" "> ---\n" "> Documentation/devicetree/bindings/clock/sunxi.txt | 1 +\n" "> drivers/clk/sunxi/Makefile | 2 +-\n" @@ -52,7 +59,7 @@ "> +/*\n" "> + * Allwinner A31 PRCM mod0 clock driver\n" "> + *\n" - "> + * Copyright (C) 2014 Hans de Goede <hdegoede@redhat.com>\n" + "> + * Copyright (C) 2014 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\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 as published by\n" @@ -110,7 +117,7 @@ "> +module_platform_driver(sun6i_a31_prcm_mod0_clk_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"Allwinner A31 PRCM mod0 clock driver\");\n" - "> +MODULE_AUTHOR(\"Hans de Goede <hdegoede@redhat.com>\");\n" + "> +MODULE_AUTHOR(\"Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "\n" "I don't think this is the right approach, mainly for two reasons: the\n" @@ -135,13 +142,6 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - "http://free-electrons.com\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 819 bytes\n" - "Desc: Digital signature\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141121/ae9cf821/attachment-0001.sig> + http://free-electrons.com -2b98bc670d7eb7331b850c6cf8d70b30dac06ff21dd61704677b32df279f9bf1 +99efce3bf09ae3527d9ed182ca4633ff3dc878912eff7a6d88391cf1b7f08fae
diff --git a/a/1.txt b/N2/1.txt index 6174219..6323327 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -128,10 +128,3 @@ Maxime Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 819 bytes -Desc: Digital signature -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141121/ae9cf821/attachment-0001.sig> diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..232d61f --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAEBAgAGBQJUbvydAAoJEBx+YmzsjxAguE8P/1Q8eFC4Hr76eSWw2bzgTqoX +yOuZoW3Mlqwt3BCRKtxCq3o3c68KYyoLM1tDWeli+ACTpdUTxczbfvl0YCDFaiRF +pFgQR8nnsw4wLWM4mwJqib2QFa6UeSq/CEwRNdpCKiS7YzWOJZJ/qNlzKEEjcMNN +Ushw+uCeDtcSBV9V8BM1Y9ATbx9CT/ZFdek3TYTW89mMmxDov004rBZ+LIxFbzKH +u2MVaR7GfsK8tA+O/6OvPGtmd3H3DYJeKZ+U8kYhwB6HbhIoyUA3czxkd8epInUV +EwvMYdS+sikWaLO/GA95+hdsap05lD0sDO4ApN8uWImdduJ+J9wH/wj+phDURxDK +3fCoffmB2aAQfTaGHM19j6IhZ+WcpGz1uAy8tl4K13zUC+ZrKfuORoIfWPIp/ECd +/zJGsw0qHR+duOvzRLpm/wuVv43raY7VgGZkN2MubvaKTMrDhQ1NvbPIwu3qfp/K +PeIlcxwR9iqs8R4Q1k3Ys8jvJNAVNTiWPiN+5GM9UxLp9tpCM3QGCHxmePETVsgK +LcA4oBizdckfVGZugT1DjDR2UiOUB0XgWoTZ0NMtw4+IyFx3FRuHquf96Qj2O9MX +iuVsS+dSzJhmgrU0M1SfIPLBj8zc0klE+YtJKrXqY7p8caF3i/wp4UNPu+LvtuF4 +1xWvJHhJ5/zPZvcFepV0 +=b85z +-----END PGP SIGNATURE----- diff --git a/N2/2.hdr b/N2/2.hdr new file mode 100644 index 0000000..3237378 --- /dev/null +++ b/N2/2.hdr @@ -0,0 +1,2 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: Digital signature diff --git a/a/content_digest b/N2/content_digest index 986f83c..53de853 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,16 @@ "ref\01416498928-1300-1-git-send-email-hdegoede@redhat.com\0" "ref\01416498928-1300-4-git-send-email-hdegoede@redhat.com\0" - "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" - "Subject\0[PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver\0" + "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "Subject\0Re: [PATCH 3/9] clk: sunxi: Add prcm mod0 clock driver\0" "Date\0Fri, 21 Nov 2014 09:49:33 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Hans de Goede <hdegoede@redhat.com>\0" + "Cc\0Emilio Lopez <emilio@elopez.com.ar>" + Mike Turquette <mturquette@linaro.org> + Linux Media Mailing List <linux-media@vger.kernel.org> + linux-arm-kernel@lists.infradead.org + devicetree <devicetree@vger.kernel.org> + " linux-sunxi@googlegroups.com\0" + "\01:1\0" "b\0" "Hi,\n" "\n" @@ -135,13 +141,27 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - "http://free-electrons.com\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 819 bytes\n" - "Desc: Digital signature\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141121/ae9cf821/attachment-0001.sig> + http://free-electrons.com + "\01:2\0" + "fn\0signature.asc\0" + "d\0Digital signature\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v1\n" + "\n" + "iQIcBAEBAgAGBQJUbvydAAoJEBx+YmzsjxAguE8P/1Q8eFC4Hr76eSWw2bzgTqoX\n" + "yOuZoW3Mlqwt3BCRKtxCq3o3c68KYyoLM1tDWeli+ACTpdUTxczbfvl0YCDFaiRF\n" + "pFgQR8nnsw4wLWM4mwJqib2QFa6UeSq/CEwRNdpCKiS7YzWOJZJ/qNlzKEEjcMNN\n" + "Ushw+uCeDtcSBV9V8BM1Y9ATbx9CT/ZFdek3TYTW89mMmxDov004rBZ+LIxFbzKH\n" + "u2MVaR7GfsK8tA+O/6OvPGtmd3H3DYJeKZ+U8kYhwB6HbhIoyUA3czxkd8epInUV\n" + "EwvMYdS+sikWaLO/GA95+hdsap05lD0sDO4ApN8uWImdduJ+J9wH/wj+phDURxDK\n" + "3fCoffmB2aAQfTaGHM19j6IhZ+WcpGz1uAy8tl4K13zUC+ZrKfuORoIfWPIp/ECd\n" + "/zJGsw0qHR+duOvzRLpm/wuVv43raY7VgGZkN2MubvaKTMrDhQ1NvbPIwu3qfp/K\n" + "PeIlcxwR9iqs8R4Q1k3Ys8jvJNAVNTiWPiN+5GM9UxLp9tpCM3QGCHxmePETVsgK\n" + "LcA4oBizdckfVGZugT1DjDR2UiOUB0XgWoTZ0NMtw4+IyFx3FRuHquf96Qj2O9MX\n" + "iuVsS+dSzJhmgrU0M1SfIPLBj8zc0klE+YtJKrXqY7p8caF3i/wp4UNPu+LvtuF4\n" + "1xWvJHhJ5/zPZvcFepV0\n" + "=b85z\n" + "-----END PGP SIGNATURE-----\n" -2b98bc670d7eb7331b850c6cf8d70b30dac06ff21dd61704677b32df279f9bf1 +28deb9f04f8b315ab627cb810af683f8f61de4a7a29605da47ea670d1aa93870
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.