All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <650c53fc-482c-feab-faa3-c30689d3d128@synopsys.com>

diff --git a/a/content_digest b/N1/content_digest
index 8bfcef0..d8b3577 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -41,13 +41,13 @@
   " Jingoo Han <jingoohan1\@gmail.com>\0"
 ]
 [
-  "Cc\0<linux-pci\@vger.kernel.org>",
-  " <linux-doc\@vger.kernel.org>",
-  " <linux-kernel\@vger.kernel.org>",
-  " <devicetree\@vger.kernel.org>",
-  " <linux-omap\@vger.kernel.org>",
-  " <linux-arm-kernel\@lists.infradead.org>",
-  " <nsekhar\@ti.com>\0"
+  "Cc\0devicetree\@vger.kernel.org",
+  " linux-doc\@vger.kernel.org",
+  " linux-pci\@vger.kernel.org",
+  " nsekhar\@ti.com",
+  " linux-kernel\@vger.kernel.org",
+  " linux-omap\@vger.kernel.org",
+  " linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -117,4 +117,4 @@
   ">"
 ]
 
-aaf32bd002935a4cf3bd4621ef4ad549fe659e4fd38202892cd9c160dbfedfc3
+11edc55cb48da7ff4606b10e19b3784efebd2dc16dbd9b232bf71a327c6055cd

diff --git a/a/1.txt b/N2/1.txt
index a51b365..b4d1e2e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,8 +1,9 @@
-Às 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:
+=C0s 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:
 > Hi,
-> 
+> =
+
 > On Wednesday 08 March 2017 05:07 PM, Joao Pinto wrote:
->> Às 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:
+>> =C0s 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:
 >>> Hi,
 >>>
 >>> On Wednesday 08 March 2017 05:02 PM, Joao Pinto wrote:
@@ -24,12 +25,16 @@
 >>> Cool, thanks!
 >>
 >> No problem! If you have doubts, please let me know.
-> 
-> Okay, so this looks slightly different than the outbound macro since it takes
-> the register argument. In the case of outbound PCIE_GET_ATU_OUTB_UNR_REG_OFFSET
+> =
+
+> Okay, so this looks slightly different than the outbound macro since it t=
+akes
+> the register argument. In the case of outbound PCIE_GET_ATU_OUTB_UNR_REG_=
+OFFSET
 > returns the offset which was used like
 > dw_pcie_write_dbi(pci, base, offset + reg, 0x4, val);
-> 
+> =
+
 > How should the value from PCIE_GET_ATU_INB_UNR_REG_ADDR be used?
 
 My original way was this one:
@@ -41,7 +46,8 @@ My original way was this one:
 
 Bjorn then converted to offset:
 
-#define PCIE_GET_ATU_OUTB_UNR_REG_OFFSET(region)  ((0x3 << 20) | (region << 9))
+#define PCIE_GET_ATU_OUTB_UNR_REG_OFFSET(region)  ((0x3 << 20) | (region <<=
+ 9))
 
 and applied the <<2 shift to the ATU registers.
 
@@ -53,7 +59,15 @@ So you can use:
 
 Thanks.
 
-> 
+> =
+
 > Thanks
 > Kishon
->
\ No newline at end of file
+> =
+
+
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index 8bfcef0..44c434e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -41,13 +41,13 @@
   " Jingoo Han <jingoohan1\@gmail.com>\0"
 ]
 [
-  "Cc\0<linux-pci\@vger.kernel.org>",
-  " <linux-doc\@vger.kernel.org>",
-  " <linux-kernel\@vger.kernel.org>",
-  " <devicetree\@vger.kernel.org>",
-  " <linux-omap\@vger.kernel.org>",
-  " <linux-arm-kernel\@lists.infradead.org>",
-  " <nsekhar\@ti.com>\0"
+  "Cc\0devicetree\@vger.kernel.org",
+  " linux-doc\@vger.kernel.org",
+  " linux-pci\@vger.kernel.org",
+  " nsekhar\@ti.com",
+  " linux-kernel\@vger.kernel.org",
+  " linux-omap\@vger.kernel.org",
+  " linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -56,11 +56,12 @@
   "b\0"
 ]
 [
-  "\303\200s 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
+  "=C0s 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
   "> Hi,\n",
-  "> \n",
+  "> =\n",
+  "\n",
   "> On Wednesday 08 March 2017 05:07 PM, Joao Pinto wrote:\n",
-  ">> \303\200s 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
+  ">> =C0s 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
   ">>> Hi,\n",
   ">>>\n",
   ">>> On Wednesday 08 March 2017 05:02 PM, Joao Pinto wrote:\n",
@@ -82,12 +83,16 @@
   ">>> Cool, thanks!\n",
   ">>\n",
   ">> No problem! If you have doubts, please let me know.\n",
-  "> \n",
-  "> Okay, so this looks slightly different than the outbound macro since it takes\n",
-  "> the register argument. In the case of outbound PCIE_GET_ATU_OUTB_UNR_REG_OFFSET\n",
+  "> =\n",
+  "\n",
+  "> Okay, so this looks slightly different than the outbound macro since it t=\n",
+  "akes\n",
+  "> the register argument. In the case of outbound PCIE_GET_ATU_OUTB_UNR_REG_=\n",
+  "OFFSET\n",
   "> returns the offset which was used like\n",
   "> dw_pcie_write_dbi(pci, base, offset + reg, 0x4, val);\n",
-  "> \n",
+  "> =\n",
+  "\n",
   "> How should the value from PCIE_GET_ATU_INB_UNR_REG_ADDR be used?\n",
   "\n",
   "My original way was this one:\n",
@@ -99,7 +104,8 @@
   "\n",
   "Bjorn then converted to offset:\n",
   "\n",
-  "#define PCIE_GET_ATU_OUTB_UNR_REG_OFFSET(region)  ((0x3 << 20) | (region << 9))\n",
+  "#define PCIE_GET_ATU_OUTB_UNR_REG_OFFSET(region)  ((0x3 << 20) | (region <<=\n",
+  " 9))\n",
   "\n",
   "and applied the <<2 shift to the ATU registers.\n",
   "\n",
@@ -111,10 +117,18 @@
   "\n",
   "Thanks.\n",
   "\n",
-  "> \n",
+  "> =\n",
+  "\n",
   "> Thanks\n",
   "> Kishon\n",
-  ">"
+  "> =\n",
+  "\n",
+  "\n",
+  "\n",
+  "_______________________________________________\n",
+  "linux-arm-kernel mailing list\n",
+  "linux-arm-kernel\@lists.infradead.org\n",
+  "http://lists.infradead.org/mailman/listinfo/linux-arm-kernel"
 ]
 
-aaf32bd002935a4cf3bd4621ef4ad549fe659e4fd38202892cd9c160dbfedfc3
+5fdb154258bf500c0130df6b1662449be82dab8d80aff620703baf5a51ea91a0

diff --git a/a/1.txt b/N3/1.txt
index a51b365..a47a9da 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,8 +1,8 @@
-Às 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:
+?s 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:
 > Hi,
 > 
 > On Wednesday 08 March 2017 05:07 PM, Joao Pinto wrote:
->> Às 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:
+>> ?s 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:
 >>> Hi,
 >>>
 >>> On Wednesday 08 March 2017 05:02 PM, Joao Pinto wrote:
diff --git a/a/content_digest b/N3/content_digest
index 8bfcef0..818f9a0 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -26,28 +26,16 @@
   "ref\00058C00798.1030302\@ti.com\0"
 ]
 [
-  "From\0Joao Pinto <Joao.Pinto\@synopsys.com>\0"
+  "From\0Joao.Pinto\@synopsys.com (Joao Pinto)\0"
 ]
 [
-  "Subject\0Re: [PATCH v2 08/22] PCI: dwc: designware: Add EP mode support\0"
+  "Subject\0[PATCH v2 08/22] PCI: dwc: designware: Add EP mode support\0"
 ]
 [
   "Date\0Wed, 8 Mar 2017 15:32:03 +0000\0"
 ]
 [
-  "To\0Kishon Vijay Abraham I <kishon\@ti.com>",
-  " Joao Pinto <Joao.Pinto\@synopsys.com>",
-  " Bjorn Helgaas <bhelgaas\@google.com>",
-  " Jingoo Han <jingoohan1\@gmail.com>\0"
-]
-[
-  "Cc\0<linux-pci\@vger.kernel.org>",
-  " <linux-doc\@vger.kernel.org>",
-  " <linux-kernel\@vger.kernel.org>",
-  " <devicetree\@vger.kernel.org>",
-  " <linux-omap\@vger.kernel.org>",
-  " <linux-arm-kernel\@lists.infradead.org>",
-  " <nsekhar\@ti.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -56,11 +44,11 @@
   "b\0"
 ]
 [
-  "\303\200s 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
+  "?s 1:31 PM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
   "> Hi,\n",
   "> \n",
   "> On Wednesday 08 March 2017 05:07 PM, Joao Pinto wrote:\n",
-  ">> \303\200s 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
+  ">> ?s 11:35 AM de 3/8/2017, Kishon Vijay Abraham I escreveu:\n",
   ">>> Hi,\n",
   ">>>\n",
   ">>> On Wednesday 08 March 2017 05:02 PM, Joao Pinto wrote:\n",
@@ -117,4 +105,4 @@
   ">"
 ]
 
-aaf32bd002935a4cf3bd4621ef4ad549fe659e4fd38202892cd9c160dbfedfc3
+1b68f023f7962f58fd4c645586a2fa8d88646075ce13e50f340b19fdc7995542

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.