All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180204093706.GA26184@hao-dev>

diff --git a/a/1.txt b/N1/1.txt
index ee1d51f..ee584b7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ On Fri, Feb 02, 2018 at 04:26:26PM -0800, Luebbers, Enno wrote:
 > 
 > On Fri, Feb 02, 2018 at 05:42:13PM +0800, Wu Hao wrote:
 > > On Thu, Feb 01, 2018 at 04:00:36PM -0600, Alan Tull wrote:
-> > > On Mon, Nov 27, 2017 at 12:42 AM, Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
+> > > On Mon, Nov 27, 2017 at 12:42 AM, Wu Hao <hao.wu@intel.com> wrote:
 > > > 
 > > > Hi Hao,
 > > > 
@@ -12,13 +12,13 @@ On Fri, Feb 02, 2018 at 04:26:26PM -0800, Luebbers, Enno wrote:
 > > > > This patch adds fpga manager driver for FPGA Management Engine (FME). It
 > > > > implements fpga_manager_ops for FPGA Partial Reconfiguration function.
 > > > >
-> > > > Signed-off-by: Tim Whisonant <tim.whisonant-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > Signed-off-by: Enno Luebbers <enno.luebbers-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > Signed-off-by: Shiva Rao <shiva.rao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > Signed-off-by: Christopher Rauer <christopher.rauer-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > Signed-off-by: Kang Luwei <luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > Signed-off-by: Xiao Guangrong <guangrong.xiao-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
-> > > > Signed-off-by: Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+> > > > Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
+> > > > Signed-off-by: Enno Luebbers <enno.luebbers@intel.com>
+> > > > Signed-off-by: Shiva Rao <shiva.rao@intel.com>
+> > > > Signed-off-by: Christopher Rauer <christopher.rauer@intel.com>
+> > > > Signed-off-by: Kang Luwei <luwei.kang@intel.com>
+> > > > Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
+> > > > Signed-off-by: Wu Hao <hao.wu@intel.com>
 > > > > ----
 > > > > v3: rename driver to dfl-fpga-fme-mgr
 > > > >     implemented status callback for fpga manager
@@ -42,7 +42,7 @@ On Fri, Feb 02, 2018 at 04:26:26PM -0800, Luebbers, Enno wrote:
 > > > > +What:          /sys/bus/platform/devices/fpga-dfl-fme-mgr.0/interface_id
 > > > > +Date:          November 2017
 > > > > +KernelVersion:  4.15
-> > > > +Contact:       Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+> > > > +Contact:       Wu Hao <hao.wu@intel.com>
 > > > > +Description:   Read-only. It returns interface id of partial reconfiguration
 > > > > +               hardware. Userspace could use this information to check if
 > > > > +               current hardware is compatible with given image before FPGA
@@ -132,15 +132,15 @@ Hao
 > > > > + * Copyright (C) 2017 Intel Corporation, Inc.
 > > > > + *
 > > > > + * Authors:
-> > > > + *   Kang Luwei <luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Xiao Guangrong <guangrong.xiao-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
-> > > > + *   Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Joseph Grecco <joe.grecco-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Enno Luebbers <enno.luebbers-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Tim Whisonant <tim.whisonant-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Ananda Ravuri <ananda.ravuri-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Christopher Rauer <christopher.rauer-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-> > > > + *   Henry Mitchel <henry.mitchel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+> > > > + *   Kang Luwei <luwei.kang@intel.com>
+> > > > + *   Xiao Guangrong <guangrong.xiao@linux.intel.com>
+> > > > + *   Wu Hao <hao.wu@intel.com>
+> > > > + *   Joseph Grecco <joe.grecco@intel.com>
+> > > > + *   Enno Luebbers <enno.luebbers@intel.com>
+> > > > + *   Tim Whisonant <tim.whisonant@intel.com>
+> > > > + *   Ananda Ravuri <ananda.ravuri@intel.com>
+> > > > + *   Christopher Rauer <christopher.rauer@intel.com>
+> > > > + *   Henry Mitchel <henry.mitchel@intel.com>
 > > > > + *
 > > > > + * This work is licensed under the terms of the GNU GPL version 2.
 > > > > + * SPDX-License-Identifier: GPL-2.0
diff --git a/a/content_digest b/N1/content_digest
index 1a488f0..798b144 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,25 +3,24 @@
  "ref\0CANk1AXS-ON+Pcxtk-AY1XxH8Paw2aFBjiqhuCz7cA4cyuAQMUA@mail.gmail.com\0"
  "ref\020180202094213.GB17015@hao-dev\0"
  "ref\020180203002626.GA51125@eluebber-mac02.jf.intel.com\0"
- "ref\020180203002626.GA51125-8lsKh0Wp6ypIVPrYeAqNvTMJUdESFZ8XQQ4Iyu8u01E@public.gmane.org\0"
- "From\0Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Wu Hao <hao.wu@intel.com>\0"
  "Subject\0Re: [PATCH v3 14/21] fpga: dfl: add fpga manager platform driver for FME\0"
  "Date\0Sun, 4 Feb 2018 17:37:06 +0800\0"
  "To\0Luebbers"
- " Enno <enno.luebbers-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
- "Cc\0Alan Tull <atull-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
-  Moritz Fischer <mdf-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  linux-fpga-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-kernel <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Enno <enno.luebbers@intel.com>\0"
+ "Cc\0Alan Tull <atull@kernel.org>"
+  Moritz Fischer <mdf@kernel.org>
+  linux-fpga@vger.kernel.org
+  linux-kernel <linux-kernel@vger.kernel.org>
+  linux-api@vger.kernel.org
   Kang
-  Luwei <luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  Luwei <luwei.kang@intel.com>
   Zhang
-  Yi Z <yi.z.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Tim Whisonant <tim.whisonant-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Shiva Rao <shiva.rao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  Christopher Rauer <christopher.rauer-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
- " Xiao Guangrong <guangrong.xiao-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0"
+  Yi Z <yi.z.zhang@intel.com>
+  Tim Whisonant <tim.whisonant@intel.com>
+  Shiva Rao <shiva.rao@intel.com>
+  Christopher Rauer <christopher.rauer@intel.com>
+ " Xiao Guangrong <guangrong.xiao@linux.intel.com>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Feb 02, 2018 at 04:26:26PM -0800, Luebbers, Enno wrote:\n"
@@ -29,7 +28,7 @@
  "> \n"
  "> On Fri, Feb 02, 2018 at 05:42:13PM +0800, Wu Hao wrote:\n"
  "> > On Thu, Feb 01, 2018 at 04:00:36PM -0600, Alan Tull wrote:\n"
- "> > > On Mon, Nov 27, 2017 at 12:42 AM, Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:\n"
+ "> > > On Mon, Nov 27, 2017 at 12:42 AM, Wu Hao <hao.wu@intel.com> wrote:\n"
  "> > > \n"
  "> > > Hi Hao,\n"
  "> > > \n"
@@ -38,13 +37,13 @@
  "> > > > This patch adds fpga manager driver for FPGA Management Engine (FME). It\n"
  "> > > > implements fpga_manager_ops for FPGA Partial Reconfiguration function.\n"
  "> > > >\n"
- "> > > > Signed-off-by: Tim Whisonant <tim.whisonant-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > Signed-off-by: Enno Luebbers <enno.luebbers-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > Signed-off-by: Shiva Rao <shiva.rao-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > Signed-off-by: Christopher Rauer <christopher.rauer-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > Signed-off-by: Kang Luwei <luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > Signed-off-by: Xiao Guangrong <guangrong.xiao-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
- "> > > > Signed-off-by: Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "> > > > Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>\n"
+ "> > > > Signed-off-by: Enno Luebbers <enno.luebbers@intel.com>\n"
+ "> > > > Signed-off-by: Shiva Rao <shiva.rao@intel.com>\n"
+ "> > > > Signed-off-by: Christopher Rauer <christopher.rauer@intel.com>\n"
+ "> > > > Signed-off-by: Kang Luwei <luwei.kang@intel.com>\n"
+ "> > > > Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>\n"
+ "> > > > Signed-off-by: Wu Hao <hao.wu@intel.com>\n"
  "> > > > ----\n"
  "> > > > v3: rename driver to dfl-fpga-fme-mgr\n"
  "> > > >     implemented status callback for fpga manager\n"
@@ -68,7 +67,7 @@
  "> > > > +What:          /sys/bus/platform/devices/fpga-dfl-fme-mgr.0/interface_id\n"
  "> > > > +Date:          November 2017\n"
  "> > > > +KernelVersion:  4.15\n"
- "> > > > +Contact:       Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "> > > > +Contact:       Wu Hao <hao.wu@intel.com>\n"
  "> > > > +Description:   Read-only. It returns interface id of partial reconfiguration\n"
  "> > > > +               hardware. Userspace could use this information to check if\n"
  "> > > > +               current hardware is compatible with given image before FPGA\n"
@@ -158,15 +157,15 @@
  "> > > > + * Copyright (C) 2017 Intel Corporation, Inc.\n"
  "> > > > + *\n"
  "> > > > + * Authors:\n"
- "> > > > + *   Kang Luwei <luwei.kang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Xiao Guangrong <guangrong.xiao-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
- "> > > > + *   Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Joseph Grecco <joe.grecco-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Enno Luebbers <enno.luebbers-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Tim Whisonant <tim.whisonant-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Ananda Ravuri <ananda.ravuri-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Christopher Rauer <christopher.rauer-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "> > > > + *   Henry Mitchel <henry.mitchel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "> > > > + *   Kang Luwei <luwei.kang@intel.com>\n"
+ "> > > > + *   Xiao Guangrong <guangrong.xiao@linux.intel.com>\n"
+ "> > > > + *   Wu Hao <hao.wu@intel.com>\n"
+ "> > > > + *   Joseph Grecco <joe.grecco@intel.com>\n"
+ "> > > > + *   Enno Luebbers <enno.luebbers@intel.com>\n"
+ "> > > > + *   Tim Whisonant <tim.whisonant@intel.com>\n"
+ "> > > > + *   Ananda Ravuri <ananda.ravuri@intel.com>\n"
+ "> > > > + *   Christopher Rauer <christopher.rauer@intel.com>\n"
+ "> > > > + *   Henry Mitchel <henry.mitchel@intel.com>\n"
  "> > > > + *\n"
  "> > > > + * This work is licensed under the terms of the GNU GPL version 2.\n"
  "> > > > + * SPDX-License-Identifier: GPL-2.0\n"
@@ -572,4 +571,4 @@
  "> > > > 1.8.3.1\n"
  > > > >
 
-1109210c2eee511dfde8c848dff6b99c0327b98d71563014a9e11d1bb69e2144
+6444cb656bac5bfd5cef8cc598cac2a6995c3712fa0f5ed6bff525705f179c64

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.