From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Tull Subject: Re: [PATCH v3 02/21] fpga: mgr: add region_id to fpga_image_info Date: Wed, 31 Jan 2018 09:35:20 -0600 Message-ID: References: <1511764948-20972-1-git-send-email-hao.wu@intel.com> <1511764948-20972-3-git-send-email-hao.wu@intel.com> <20171129061107.w62q5tk5dplq2zmr@us-aus-ras-130-164-29-6.amer.corp.natinst.com> <20171205033611.GB19730@hao-dev> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20171205033611.GB19730@hao-dev> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Wu Hao Cc: Moritz Fischer , linux-fpga-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Kang, Luwei" , "Zhang, Yi Z" List-Id: linux-api@vger.kernel.org On Mon, Dec 4, 2017 at 9:36 PM, Wu Hao wrote: > On Mon, Dec 04, 2017 at 02:26:14PM -0600, Alan Tull wrote: >> On Wed, Nov 29, 2017 at 12:11 AM, Moritz Fischer wrote: >> > Hi Hao, >> > >> > On Mon, Nov 27, 2017 at 02:42:09PM +0800, Wu Hao wrote: >> >> This patch adds region_id to fpga_image_info data structure, it >> >> allows driver to pass region id information to fpga-mgr via >> >> fpga_image_info for fpga reconfiguration function. >> >> >> >> Signed-off-by: Wu Hao >> > Acked-by: Moritz Fischer >> >> Acked-by: Alan Tull > > Hi Alan / Moritz > > Thanks for the review. :) Just to be clear, when you post the next version, keep the Acks that have been added. Thanks, Alan > > Hao