summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/dfl-fme-error.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-03fpga: dfl: fme: add global error reporting supportWu Hao1-0/+359
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 <luwei.kang@intel.com> Signed-off-by: Ananda Ravuri <ananda.ravuri@intel.com> Signed-off-by: Xu Yilun <yilun.xu@intel.com> Signed-off-by: Wu Hao <hao.wu@intel.com> Acked-by: Alan Tull <atull@kernel.org> Signed-off-by: Moritz Fischer <mdf@kernel.org>