All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140411123737.GA5903@kwain>

diff --git a/a/1.txt b/N1/1.txt
index 7a296dd..d5d1001 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Sebastian,
 
 On Fri, Apr 11, 2014 at 11:03:48AM +0200, Sebastian Hesselbarth wrote:
-> 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
@@ -41,7 +41,7 @@ I need to think about that.
 > >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 +
@@ -102,7 +102,7 @@ Do you have a better solution in mind ?
 > >+ *
 > >+ * 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
@@ -238,7 +238,7 @@ actually exists here (and find the previously allocated function name), but this
 check is handled by the pinctrl framework. This would end up in a different
 behaviour than the expected one, imho.
 
-[?]
+[…]
 
 > >+static int berlin_pinctrl_build_state(struct platform_device *pdev,
 > >+			      struct berlin_pinctrl_reg_base *bases,
@@ -472,7 +472,7 @@ Sure.
 > >+};
 > >+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
@@ -486,7 +486,7 @@ Sure.
 > >+ *
 > >+ * 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
@@ -513,6 +513,6 @@ Thanks for the review !
 Antoine
 
 -- 
-Antoine T?nart, Free Electrons
+Antoine Ténart, Free Electrons
 Embedded Linux, Kernel and Android engineering
 http://free-electrons.com
diff --git a/a/content_digest b/N1/content_digest
index 3c03b8e..931c01f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,23 @@
  "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"
  "ref\05347AFF4.3050607@gmail.com\0"
- "From\0antoine.tenart@free-electrons.com (Antoine T\303\251nart)\0"
- "Subject\0[PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs\0"
+ "From\0Antoine T\303\251nart <antoine.tenart@free-electrons.com>\0"
+ "Subject\0Re: [PATCH RESEND 2/5] pinctrl: berlin: add a pinctrl driver for Marvell Berlin SoCs\0"
  "Date\0Fri, 11 Apr 2014 14:37:37 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "Cc\0linus.walleij@linaro.org"
+  alexandre.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"
  "Sebastian,\n"
  "\n"
  "On Fri, Apr 11, 2014 at 11:03:48AM +0200, Sebastian Hesselbarth wrote:\n"
- "> 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"
@@ -50,7 +57,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"
@@ -111,7 +118,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"
@@ -247,7 +254,7 @@
  "check is handled by the pinctrl framework. This would end up in a different\n"
  "behaviour than the expected one, imho.\n"
  "\n"
- "[?]\n"
+ "[\342\200\246]\n"
  "\n"
  "> >+static int berlin_pinctrl_build_state(struct platform_device *pdev,\n"
  "> >+\t\t\t      struct berlin_pinctrl_reg_base *bases,\n"
@@ -481,7 +488,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"
@@ -495,7 +502,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"
@@ -522,8 +529,8 @@
  "Antoine\n"
  "\n"
  "-- \n"
- "Antoine T?nart, Free Electrons\n"
+ "Antoine T\303\251nart, Free Electrons\n"
  "Embedded Linux, Kernel and Android engineering\n"
  http://free-electrons.com
 
-e1d0978ad1204538b2fa0cae6ad850738ea441bab4f7bc57a8bd1b39c78876cb
+3fe23dd991893937731fad687c46d86e29ecc628763786503be6a74c91a16914

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.