Re: [PATCH v4 5/5] fpga manager: xilinx-spi: provide better diagnostics on programming failure

2020-08-30 Thread Moritz Fischer
On Sun, Aug 30, 2020 at 06:38:50PM +0200, Luca Ceresoli wrote: > When the DONE pin does not go high after programming to confirm programming > success, the INIT_B pin provides some info on the reason. Use it if > available to provide a more explanatory error message. > > Reviewed-by: Tom Rix >

[PATCH v4 5/5] fpga manager: xilinx-spi: provide better diagnostics on programming failure

2020-08-30 Thread Luca Ceresoli
When the DONE pin does not go high after programming to confirm programming success, the INIT_B pin provides some info on the reason. Use it if available to provide a more explanatory error message. Reviewed-by: Tom Rix Signed-off-by: Luca Ceresoli --- Changes in v4: - add Reviewed-by Tom