Re: [PATCH 5/5] fpga manager: xilinx-spi: check INIT_B pin during write_init

2020-06-15 Thread Moritz Fischer
Hi Luca, On Thu, Jun 11, 2020 at 11:11:44PM +0200, Luca Ceresoli wrote: > The INIT_B reports the status during startup and after the end of the > programming process. However the current driver completely ignores it. > > Check the pin status during startup to make sure programming is never > star

[PATCH 5/5] fpga manager: xilinx-spi: check INIT_B pin during write_init

2020-06-11 Thread Luca Ceresoli
The INIT_B reports the status during startup and after the end of the programming process. However the current driver completely ignores it. Check the pin status during startup to make sure programming is never started too early and also to detect any hardware issues in the FPGA connection. This