RE: [PATCH v1 2/3] fpga: intel_sdm_mb: Add watchdog reset

2020-08-10 Thread Tan, Ley Foon
> > Subject: [PATCH v1 2/3] fpga: intel_sdm_mb: Add watchdog reset > > Ensure watchdog reset is not triggered if the fpga reconfiguration is taking > too long. > > Signed-off-by: Chee Hong Ang > --- > drivers/fpga/intel_sdm_mb.c | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Ley Foon Tan Regards Ley Foon

[PATCH v1 2/3] fpga: intel_sdm_mb: Add watchdog reset

2020-08-06 Thread Chee Hong Ang
Ensure watchdog reset is not triggered if the fpga reconfiguration is taking too long. Signed-off-by: Chee Hong Ang --- drivers/fpga/intel_sdm_mb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/fpga/intel_sdm_mb.c b/drivers/fpga/intel_sdm_mb.c index 3508231191..9a1dc2c0c8 100644