diff for duplicates of <87bnm2i8rt.fsf@natisbad.org> diff --git a/a/1.txt b/N1/1.txt index ce0d3f8..029a2af 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi Gregory, -Gregory CLEMENT <gregory.clement@free-electrons.com> writes: +Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> writes: > The new mvebu SoCs come with a new RTC driver. This patch adds the > support for this new IP which is currently found in the Armada 38x @@ -9,7 +9,7 @@ Gregory CLEMENT <gregory.clement@free-electrons.com> writes: > This RTC provides two alarms, but only the first one is used in the > driver. The RTC also allows using periodic interrupts. > -> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> +> Signed-off-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > --- > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + @@ -61,7 +61,7 @@ Gregory CLEMENT <gregory.clement@free-electrons.com> writes: > + * > + * Copyright (C) 2015 Marvell > + * -> + * Gregory Clement <gregory.clement@free-electrons.com> +> + * Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@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 @@ -116,7 +116,7 @@ out of curiosity, why use a spinlock and not a mutex? > +} In the remaining of the driver, you have various direct calls to writel() -w/o that 5?s protection, to update/modifiy rtc registers. Is that 5?s +w/o that 5µs protection, to update/modifiy rtc registers. Is that 5µs trick specific to a given subpart of the registers? In that case, I guess it would help to update the comment. @@ -426,5 +426,9 @@ is valid in the "if" above. > +module_platform_driver_probe(armada38x_rtc_driver, armada38x_rtc_probe); > + > +MODULE_DESCRIPTION("Marvell Armada 38x RTC driver"); -> +MODULE_AUTHOR("Gregory CLEMENT <gregory.clement@free-electrons.com>"); +> +MODULE_AUTHOR("Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"); > +MODULE_LICENSE("GPL"); +-- +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 a4b5894..59635c8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,29 @@ "ref\01420817565-28800-1-git-send-email-gregory.clement@free-electrons.com\0" "ref\01420817565-28800-3-git-send-email-gregory.clement@free-electrons.com\0" - "From\0arno@natisbad.org (Arnaud Ebalard)\0" - "Subject\0[PATCH 2/4] drivers/rtc/rtc-armada38x: Add a new RTC driver for recent mvebu SoCs\0" + "From\0arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard)\0" + "Subject\0Re: [PATCH 2/4] drivers/rtc/rtc-armada38x: Add a new RTC driver for recent mvebu SoCs\0" "Date\0Wed, 14 Jan 2015 00:02:46 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>" + rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> + Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "Hi Gregory,\n" "\n" - "Gregory CLEMENT <gregory.clement@free-electrons.com> writes:\n" + "Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> writes:\n" "\n" "> The new mvebu SoCs come with a new RTC driver. This patch adds the\n" "> support for this new IP which is currently found in the Armada 38x\n" @@ -17,7 +32,7 @@ "> This RTC provides two alarms, but only the first one is used in the\n" "> driver. The RTC also allows using periodic interrupts.\n" ">\n" - "> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>\n" + "> Signed-off-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> ---\n" "> drivers/rtc/Kconfig | 10 ++\n" "> drivers/rtc/Makefile | 1 +\n" @@ -69,7 +84,7 @@ "> + *\n" "> + * Copyright (C) 2015 Marvell\n" "> + *\n" - "> + * Gregory Clement <gregory.clement@free-electrons.com>\n" + "> + * Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or\n" "> + * modify it under the terms of the GNU General Public License as\n" @@ -124,7 +139,7 @@ "> +}\n" "\n" "In the remaining of the driver, you have various direct calls to writel()\n" - "w/o that 5?s protection, to update/modifiy rtc registers. Is that 5?s\n" + "w/o that 5\302\265s protection, to update/modifiy rtc registers. Is that 5\302\265s\n" "trick specific to a given subpart of the registers? In that case, I\n" "guess it would help to update the comment.\n" "\n" @@ -434,7 +449,11 @@ "> +module_platform_driver_probe(armada38x_rtc_driver, armada38x_rtc_probe);\n" "> +\n" "> +MODULE_DESCRIPTION(\"Marvell Armada 38x RTC driver\");\n" - "> +MODULE_AUTHOR(\"Gregory CLEMENT <gregory.clement@free-electrons.com>\");\n" - "> +MODULE_LICENSE(\"GPL\");" + "> +MODULE_AUTHOR(\"Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\");\n" + "> +MODULE_LICENSE(\"GPL\");\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 -5b389e26f61a9395cae637ac2ba1b7a98090b133367f821607b0d5ab63bd2c5d +a738966ca791840539ee01bcee6670a15bc633c6b98035643a3ca67a3ba62ea5
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.