RE: [PATCH v4 03/24] fpga: mgr: add status for fpga-manager
From: Wu, Hao <hidden>
Date: 2018-02-15 09:42:39
Also in:
linux-fpga, lkml
From: Wu, Hao <hidden>
Date: 2018-02-15 09:42:39
Also in:
linux-fpga, lkml
On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao [off-list ref] wrote: Hi Hao,quoted
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
quoted
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.Other than that, looks good to me! Thanks for taking my feedback. Alanquoted
The following sysfs file is created: * /sys/class/fpga_manager/<fpga>/status Return status of fpga manager, including reconfiguration errors. Signed-off-by: Wu Hao <redacted>Acked-by: Alan Tull <atull@kernel.org>