All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5603f393-554d-e2a8-c2d8-6bafc20f4169@cogentembedded.com>

diff --git a/a/1.txt b/N1/1.txt
index 8ceffee..8f21a61 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,9 +5,9 @@ On 02/10/2020 01:21 PM, Behme Dirk (CM/ESO2) wrote:
 >> It also provides the absract "back end" device APIs that can be used by
 >> the "front end" SPI/MTD drivers to talk to the real hardware.
 >>
->> Based on the original patch by Mason Yang <masonccyang@mxic.com.tw>.
+>> Based on the original patch by Mason Yang <masonccyang-I/i+R0kf0WFNUHwG+Fw1Kw@public.gmane.org>.
 >>
->> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
+>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
 > 
 > 
 > FYI, please find below [1] the changes I did locally on this driver. It seems to read & write successfully on my custom M3 (R8A7796) device, now.
@@ -23,14 +23,14 @@ attach the patches, not paste. :-/
 > [1]
 > 
 > From d72b805cc461ab1e9747c973e9be84e7abb8f828 Mon Sep 17 00:00:00 2001
-> From: Dirk Behme <dirk.behme@de.bosch.com>
+> From: Dirk Behme <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>
 > Date: Tue, 4 Feb 2020 08:39:31 +0100
 > Subject: [PATCH] memory: renesas-rpc-if: Correct the STRTIM and some other
 >  clean up
 > 
 > This is required to make the driver work correctly in my M3 environment.
 > 
-> Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
+> Signed-off-by: Dirk Behme <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>
 > ---
 >  drivers/memory/renesas-rpc-if.c | 42 ++++++++++++++++++++-------------
 >  1 file changed, 25 insertions(+), 17 deletions(-)
diff --git a/a/content_digest b/N1/content_digest
index cca2c2d..0d24b6b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,18 @@
  "ref\0cb7022c9-0059-4eb2-7910-aab42124fa1c@cogentembedded.com\0"
  "ref\04db876ed-1ccc-e3be-311d-30cd52f40259@cogentembedded.com\0"
  "ref\05760bcdb-e44b-6f18-7262-9526684e5780@de.bosch.com\0"
- "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0"
+ "ref\05760bcdb-e44b-6f18-7262-9526684e5780-V5te9oGctAVWk0Htik3J/w@public.gmane.org\0"
+ "From\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0"
  "Subject\0Re: [PATCH RFC 2/2] memory: add Renesas RPC-IF driver\0"
  "Date\0Sat, 22 Feb 2020 23:42:26 +0300\0"
- "To\0Behme Dirk (CM/ESO2) <dirk.behme@de.bosch.com>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-kernel@vger.kernel.org
-  Philipp Zabel <p.zabel@pengutronix.de>
-  Mason Yang <masonccyang@mxic.com.tw>
-  linux-spi@vger.kernel.org
-  Chris Brandt <chris.brandt@renesas.com>
- " linux-renesas-soc@vger.kernel.org\0"
+ "To\0Behme Dirk (CM/ESO2) <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
+  Mason Yang <masonccyang-I/i+R0kf0WFNUHwG+Fw1Kw@public.gmane.org>
+  linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Chris Brandt <chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
+ " linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 02/10/2020 01:21 PM, Behme Dirk (CM/ESO2) wrote:\n"
@@ -21,9 +22,9 @@
  ">> It also provides the absract \"back end\" device APIs that can be used by\n"
  ">> the \"front end\" SPI/MTD drivers to talk to the real hardware.\n"
  ">>\n"
- ">> Based on the original patch by Mason Yang <masonccyang@mxic.com.tw>.\n"
+ ">> Based on the original patch by Mason Yang <masonccyang-I/i+R0kf0WFNUHwG+Fw1Kw@public.gmane.org>.\n"
  ">>\n"
- ">> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\n"
+ ">> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\n"
  "> \n"
  "> \n"
  "> FYI, please find below [1] the changes I did locally on this driver. It seems to read & write successfully on my custom M3 (R8A7796) device, now.\n"
@@ -39,14 +40,14 @@
  "> [1]\n"
  "> \n"
  "> From d72b805cc461ab1e9747c973e9be84e7abb8f828 Mon Sep 17 00:00:00 2001\n"
- "> From: Dirk Behme <dirk.behme@de.bosch.com>\n"
+ "> From: Dirk Behme <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>\n"
  "> Date: Tue, 4 Feb 2020 08:39:31 +0100\n"
  "> Subject: [PATCH] memory: renesas-rpc-if: Correct the STRTIM and some other\n"
  ">  clean up\n"
  "> \n"
  "> This is required to make the driver work correctly in my M3 environment.\n"
  "> \n"
- "> Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>\n"
+ "> Signed-off-by: Dirk Behme <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>\n"
  "> ---\n"
  ">  drivers/memory/renesas-rpc-if.c | 42 ++++++++++++++++++++-------------\n"
  ">  1 file changed, 25 insertions(+), 17 deletions(-)\n"
@@ -89,4 +90,4 @@
  "\n"
  MBR, Sergei
 
-94175a62a88ee1275ee59d5bb40f38167e7b0191a943179ec743999aab73d4db
+b334febf6ab48fd3d9b67ae92841374429fdb067cabd06d9fa0ea9a796be8367

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.