[PATCH v2 0/3] Reliability improvements for Microchip MPF FPGA manager

From: Ivan Bornyakov
Date: Mon Dec 26 2022 - 09:37:20 EST


A couple of reliability improvements for Microchip Polarfire FPGA
manager:
* move SPI I/O buffers out of stack
* rewrite status polling routine in a time measurable way

Also improve mpf_ops_write() code readability by separating single data
frame writing routine.

ChangeLog:
v1:
[https://lore.kernel.org/linux-fpga/20221223123854.8023-1-i.bornyakov@xxxxxxxxxxx/]
v2:
* split into 3 distinct patches

Ivan Bornyakov (3):
fpga: microchip-spi: move SPI I/O buffers out of stack
fpga: microchip-spi: rewrite status polling in a time measurable way
fpga: microchip-spi: separate data frame write routine

drivers/fpga/microchip-spi.c | 138 ++++++++++++++++++-----------------
1 file changed, 73 insertions(+), 65 deletions(-)

--
2.38.2