RE: [PATCH v4 03/24] fpga: mgr: add status for fpga-manager

2018-02-15 Thread Wu, Hao
> On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: > > Hi Hao, > > > This patch adds status to fpga-manager data structure, > > Please update the header to better describe the current changes, this > patch no longer adds status to the fpga mgr data struct. Sorry, will fix it. Thanks a lot! Hao

Re: [PATCH v4 03/24] fpga: mgr: add status for fpga-manager

2018-02-14 Thread Moritz Fischer
Hi Hao, with Alan's Feedback On Tue, Feb 13, 2018 at 05:24:32PM +0800, Wu Hao wrote: > This patch adds status to fpga-manager data structure, to allow > driver to store full/partial reconfiguration errors and other > status information, and adds one status callback to fpga_manager_ops > to allow

Re: [PATCH v4 03/24] fpga: mgr: add status for fpga-manager

2018-02-14 Thread Alan Tull
On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: Hi Hao, > This patch adds status to fpga-manager data structure, Please update the header to better describe the current changes, this patch no longer adds status to the fpga mgr data struct. > to allow > driver to store full/partial reconfigurati

[PATCH v4 03/24] fpga: mgr: add status for fpga-manager

2018-02-13 Thread Wu Hao
This patch adds status to fpga-manager data structure, to allow driver to store full/partial reconfiguration errors and other status information, and adds one status callback to fpga_manager_ops to allow fpga_manager to collect latest status when failures are detected. The following sysfs file is