diff for duplicates of <20180206021756.GA3971@hao-dev> diff --git a/a/1.txt b/N1/1.txt index 7c638bc..7c90e30 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On Mon, Feb 05, 2018 at 11:21:52AM -0600, Alan Tull wrote: -> On Sun, Feb 4, 2018 at 4:05 AM, Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote: +> On Sun, Feb 4, 2018 at 4:05 AM, Wu Hao <hao.wu@intel.com> wrote: > > On Sat, Feb 03, 2018 at 11:41:24AM +0100, Moritz Fischer wrote: > >> Hi Hao, > >> @@ -8,7 +8,7 @@ On Mon, Feb 05, 2018 at 11:21:52AM -0600, Alan Tull 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, > >> > > > @@ -17,13 +17,13 @@ On Mon, Feb 05, 2018 at 11:21:52AM -0600, Alan Tull 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 @@ -47,7 +47,7 @@ On Mon, Feb 05, 2018 at 11:21:52AM -0600, Alan Tull 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 @@ -195,15 +195,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 24eeb69..072757e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,29 +6,28 @@ "ref\020180203104124.luniynyrr6iwxozd@derp-derp.local\0" "ref\020180204100546.GB26184@hao-dev\0" "ref\0CANk1AXRxkUqPqknzb+-apvjZM6MFRom9fscHPmMc8MTYSLpooA@mail.gmail.com\0" - "ref\0CANk1AXRxkUqPqknzb+-apvjZM6MFRom9fscHPmMc8MTYSLpooA-JsoAwUIsXosN+BqQ9rBEUg@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 10:17:56 +0800\0" - "To\0Alan Tull <atull-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Cc\0Moritz Fischer <mdf-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" + "To\0Alan Tull <atull@kernel.org>\0" + "Cc\0Moritz Fischer <mdf@kernel.org>" Luebbers - Enno <enno.luebbers-ral2JQCrhuEAvxtiuMwx3w@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> + 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 11:21:52AM -0600, Alan Tull wrote:\n" - "> On Sun, Feb 4, 2018 at 4:05 AM, Wu Hao <hao.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:\n" + "> On Sun, Feb 4, 2018 at 4:05 AM, Wu Hao <hao.wu@intel.com> wrote:\n" "> > On Sat, Feb 03, 2018 at 11:41:24AM +0100, Moritz Fischer wrote:\n" "> >> Hi Hao,\n" "> >>\n" @@ -37,7 +36,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" @@ -46,13 +45,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" @@ -76,7 +75,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" @@ -224,15 +223,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" @@ -643,4 +642,4 @@ "> >\n" > > -df5e64a0bde7ac0bfbbdfad9ab4fd0ff3cac16cb8829994990fec3b47630d0ec +a983af85fe48f69b41eb97269d74395c19b49150607f81f1cd2d177edec786fd
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.