diff for duplicates of <5347AFF4.3050607@gmail.com> diff --git a/a/1.txt b/N1/1.txt index b820c4a..7d74635 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -On 04/10/2014 03:07 PM, Antoine T?nart wrote: +On 04/10/2014 03:07 PM, Antoine Ténart wrote: > The Marvell Berlin boards have a group based pinmuxing mechanism. This > driver adds the support for the BG2CD, BG2 and BG2Q. We actually do not > need any information about the pins here and only have the definition @@ -34,7 +34,7 @@ what pingroup has to be switched. > So in order to configure BK4 -> UART0_TX and BH6 -> UART0_RX, we need > to set (sm_base + 0x40 + 0x10) &= ff3fffff. > -> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com> +> Signed-off-by: Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > --- > drivers/pinctrl/Kconfig | 4 + > drivers/pinctrl/Makefile | 1 + @@ -89,7 +89,7 @@ you do please put it into a subfolder berlin, too. > + * > + * Copyright (C) 2014 Marvell Technology Group Ltd. > + * -> + * Antoine T?nart <antoine.tenart@free-electrons.com> +> + * Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > + * > + * This file is licensed under the terms of the GNU General Public > + * License version 2. This program is licensed "as is" without any @@ -523,7 +523,7 @@ See my comment about names<>reg relation. > +}; > +module_platform_driver(berlin_pinctrl_driver); > + -> +MODULE_AUTHOR("Antoine T?nart <antoine.tenart@free-electrons.com>"); +> +MODULE_AUTHOR("Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTGGXanvQGlWp@public.gmane.orgm>"); > +MODULE_DESCRIPTION("Marvell Berlin pinctrl driver"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/pinctrl/pinctrl-berlin.h b/drivers/pinctrl/pinctrl-berlin.h @@ -537,7 +537,7 @@ See my comment about names<>reg relation. > + * > + * Copyright (C) 2014 Marvell Technology Group Ltd. > + * -> + * Antoine T?nart <antoine.tenart@free-electrons.com> +> + * Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > + * > + * This file is licensed under the terms of the GNU General Public > + * License version 2. This program is licensed "as is" without any @@ -610,3 +610,8 @@ Sebastian > + > +#endif /* __PINCTRL_BERLIN_H */ > + +-- +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 b6ecb7d..cd39ae0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,20 @@ "ref\01397135274-10764-1-git-send-email-antoine.tenart@free-electrons.com\0" "ref\01397135274-10764-3-git-send-email-antoine.tenart@free-electrons.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs\0" + "ref\01397135274-10764-3-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs\0" "Date\0Fri, 11 Apr 2014 11:03:48 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Antoine T\303\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + " linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" + "Cc\0alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org" + zmxu-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org + jszhang-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" - "On 04/10/2014 03:07 PM, Antoine T?nart wrote:\n" + "On 04/10/2014 03:07 PM, Antoine T\303\203\302\251nart wrote:\n" "> The Marvell Berlin boards have a group based pinmuxing mechanism. This\n" "> driver adds the support for the BG2CD, BG2 and BG2Q. We actually do not\n" "> need any information about the pins here and only have the definition\n" @@ -42,7 +50,7 @@ "> So in order to configure BK4 -> UART0_TX and BH6 -> UART0_RX, we need\n" "> to set (sm_base + 0x40 + 0x10) &= ff3fffff.\n" ">\n" - "> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>\n" + "> Signed-off-by: Antoine T\303\203\302\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> ---\n" "> drivers/pinctrl/Kconfig | 4 +\n" "> drivers/pinctrl/Makefile | 1 +\n" @@ -97,7 +105,7 @@ "> + *\n" "> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" "> + *\n" - "> + * Antoine T?nart <antoine.tenart@free-electrons.com>\n" + "> + * Antoine T\303\203\302\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> + *\n" "> + * This file is licensed under the terms of the GNU General Public\n" "> + * License version 2. This program is licensed \"as is\" without any\n" @@ -531,7 +539,7 @@ "> +};\n" "> +module_platform_driver(berlin_pinctrl_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Antoine T?nart <antoine.tenart@free-electrons.com>\");\n" + "> +MODULE_AUTHOR(\"Antoine T\303\203\302\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTGGXanvQGlWp@public.gmane.orgm>\");\n" "> +MODULE_DESCRIPTION(\"Marvell Berlin pinctrl driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/pinctrl/pinctrl-berlin.h b/drivers/pinctrl/pinctrl-berlin.h\n" @@ -545,7 +553,7 @@ "> + *\n" "> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" "> + *\n" - "> + * Antoine T?nart <antoine.tenart@free-electrons.com>\n" + "> + * Antoine T\303\203\302\251nart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> + *\n" "> + * This file is licensed under the terms of the GNU General Public\n" "> + * License version 2. This program is licensed \"as is\" without any\n" @@ -617,6 +625,11 @@ "> +\t}\n" "> +\n" "> +#endif /* __PINCTRL_BERLIN_H */\n" - > + ">\n" + "\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 -e48e0ebe771aef7098bd177597d7d6a66bc050f230a8e58a0125903ad8e6f2b8 +d1c5d5b6b2a6776e5a7f7f07d735e6c2f461d2fad23001c8fca09de4a15a8b19
diff --git a/a/1.txt b/N2/1.txt index b820c4a..4f052c6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -On 04/10/2014 03:07 PM, Antoine T?nart wrote: +On 04/10/2014 03:07 PM, Antoine Ténart wrote: > The Marvell Berlin boards have a group based pinmuxing mechanism. This > driver adds the support for the BG2CD, BG2 and BG2Q. We actually do not > need any information about the pins here and only have the definition @@ -34,7 +34,7 @@ what pingroup has to be switched. > So in order to configure BK4 -> UART0_TX and BH6 -> UART0_RX, we need > to set (sm_base + 0x40 + 0x10) &= ff3fffff. > -> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com> +> Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> > --- > drivers/pinctrl/Kconfig | 4 + > drivers/pinctrl/Makefile | 1 + @@ -89,7 +89,7 @@ you do please put it into a subfolder berlin, too. > + * > + * Copyright (C) 2014 Marvell Technology Group Ltd. > + * -> + * Antoine T?nart <antoine.tenart@free-electrons.com> +> + * Antoine Ténart <antoine.tenart@free-electrons.com> > + * > + * This file is licensed under the terms of the GNU General Public > + * License version 2. This program is licensed "as is" without any @@ -523,7 +523,7 @@ See my comment about names<>reg relation. > +}; > +module_platform_driver(berlin_pinctrl_driver); > + -> +MODULE_AUTHOR("Antoine T?nart <antoine.tenart@free-electrons.com>"); +> +MODULE_AUTHOR("Antoine Ténart <antoine.tenart@free-electrons.com>"); > +MODULE_DESCRIPTION("Marvell Berlin pinctrl driver"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/pinctrl/pinctrl-berlin.h b/drivers/pinctrl/pinctrl-berlin.h @@ -537,7 +537,7 @@ See my comment about names<>reg relation. > + * > + * Copyright (C) 2014 Marvell Technology Group Ltd. > + * -> + * Antoine T?nart <antoine.tenart@free-electrons.com> +> + * Antoine Ténart <antoine.tenart@free-electrons.com> > + * > + * This file is licensed under the terms of the GNU General Public > + * License version 2. This program is licensed "as is" without any diff --git a/a/content_digest b/N2/content_digest index b6ecb7d..0679bdf 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,12 +1,19 @@ "ref\01397135274-10764-1-git-send-email-antoine.tenart@free-electrons.com\0" "ref\01397135274-10764-3-git-send-email-antoine.tenart@free-electrons.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "Subject\0Re: [PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs\0" "Date\0Fri, 11 Apr 2014 11:03:48 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Antoine T\303\251nart <antoine.tenart@free-electrons.com>" + " linus.walleij@linaro.org\0" + "Cc\0alexandre.belloni@free-electrons.com" + zmxu@marvell.com + jszhang@marvell.com + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "On 04/10/2014 03:07 PM, Antoine T?nart wrote:\n" + "On 04/10/2014 03:07 PM, Antoine T\303\251nart wrote:\n" "> The Marvell Berlin boards have a group based pinmuxing mechanism. This\n" "> driver adds the support for the BG2CD, BG2 and BG2Q. We actually do not\n" "> need any information about the pins here and only have the definition\n" @@ -42,7 +49,7 @@ "> So in order to configure BK4 -> UART0_TX and BH6 -> UART0_RX, we need\n" "> to set (sm_base + 0x40 + 0x10) &= ff3fffff.\n" ">\n" - "> Signed-off-by: Antoine T?nart <antoine.tenart@free-electrons.com>\n" + "> Signed-off-by: Antoine T\303\251nart <antoine.tenart@free-electrons.com>\n" "> ---\n" "> drivers/pinctrl/Kconfig | 4 +\n" "> drivers/pinctrl/Makefile | 1 +\n" @@ -97,7 +104,7 @@ "> + *\n" "> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" "> + *\n" - "> + * Antoine T?nart <antoine.tenart@free-electrons.com>\n" + "> + * Antoine T\303\251nart <antoine.tenart@free-electrons.com>\n" "> + *\n" "> + * This file is licensed under the terms of the GNU General Public\n" "> + * License version 2. This program is licensed \"as is\" without any\n" @@ -531,7 +538,7 @@ "> +};\n" "> +module_platform_driver(berlin_pinctrl_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Antoine T?nart <antoine.tenart@free-electrons.com>\");\n" + "> +MODULE_AUTHOR(\"Antoine T\303\251nart <antoine.tenart@free-electrons.com>\");\n" "> +MODULE_DESCRIPTION(\"Marvell Berlin pinctrl driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/pinctrl/pinctrl-berlin.h b/drivers/pinctrl/pinctrl-berlin.h\n" @@ -545,7 +552,7 @@ "> + *\n" "> + * Copyright (C) 2014 Marvell Technology Group Ltd.\n" "> + *\n" - "> + * Antoine T?nart <antoine.tenart@free-electrons.com>\n" + "> + * Antoine T\303\251nart <antoine.tenart@free-electrons.com>\n" "> + *\n" "> + * This file is licensed under the terms of the GNU General Public\n" "> + * License version 2. This program is licensed \"as is\" without any\n" @@ -619,4 +626,4 @@ "> +#endif /* __PINCTRL_BERLIN_H */\n" > -e48e0ebe771aef7098bd177597d7d6a66bc050f230a8e58a0125903ad8e6f2b8 +2f43138a4222c62dce33cc6e6783c9d334e89e2ca408f31212d02641fe4780f1
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.