Re: [PATCH v2 17/18] fpga: dfl: fme: add global error reporting support

2019-05-09 Thread Wu Hao
On Thu, May 09, 2019 at 11:27:36AM -0500, Alan Tull wrote: > On Mon, Apr 29, 2019 at 4:13 AM Wu Hao wrote: > > Hi Hao, > > The changes look good. There's one easy to fix thing that Greg has > pointed out recently on another patch (below). > > > > > This patch adds support for global error

Re: [PATCH v2 17/18] fpga: dfl: fme: add global error reporting support

2019-05-09 Thread Alan Tull
On Mon, Apr 29, 2019 at 4:13 AM Wu Hao wrote: Hi Hao, The changes look good. There's one easy to fix thing that Greg has pointed out recently on another patch (below). > > This patch adds support for global error reporting for FPGA > Management Engine (FME), it introduces sysfs interfaces to

[PATCH v2 17/18] fpga: dfl: fme: add global error reporting support

2019-04-29 Thread Wu Hao
This patch adds support for global error reporting for FPGA Management Engine (FME), it introduces sysfs interfaces to report different error detected by the hardware, and allow user to clear errors or inject error for testing purpose. Signed-off-by: Luwei Kang Signed-off-by: Ananda Ravuri