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

diff --git a/a/1.txt b/N1/1.txt
index 04b461f..7d05ae9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ On Mon, Feb 05, 2018 at 10:36:45AM -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,
 > > > > > 
@@ -16,13 +16,13 @@ On Mon, Feb 05, 2018 at 10:36:45AM -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
@@ -46,7 +46,7 @@ On Mon, Feb 05, 2018 at 10:36:45AM -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
@@ -165,15 +165,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 b0d1186..c6f1d7e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,25 +5,24 @@
  "ref\020180203002626.GA51125@eluebber-mac02.jf.intel.com\0"
  "ref\020180204093706.GA26184@hao-dev\0"
  "ref\020180205183644.GA52136@eluebber-mac02.local\0"
- "ref\020180205183644.GA52136-8lsKh0Wp6yrYELzPhwCr0YT4S9po1h25@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\0Tue, 6 Feb 2018 09:47:00 +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 Mon, Feb 05, 2018 at 10:36:45AM -0800, Luebbers, Enno wrote:\n"
@@ -35,7 +34,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"
@@ -44,13 +43,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"
@@ -74,7 +73,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"
@@ -193,15 +192,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"
@@ -607,4 +606,4 @@
  "> > > > > > 1.8.3.1\n"
  > > > > > >
 
-1534a64963efe0eea2fb42188fcd7bbd650229ef400bfc26454bf6638f6e1c27
+c499c1db8e3f06e369c13c4ee6edab787ccedb0261d5d7c805fe6dedbfbca3fb

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.