All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Reliability improvements for Microchip MPF FPGA manager
@ 2022-12-26 14:23 Ivan Bornyakov
  2022-12-26 14:23 ` [PATCH v2 1/3] fpga: microchip-spi: move SPI I/O buffers out of stack Ivan Bornyakov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ivan Bornyakov @ 2022-12-26 14:23 UTC (permalink / raw)
  To: Conor Dooley, Moritz Fischer, Wu Hao, Xu Yilun, Tom Rix
  Cc: Ivan Bornyakov, linux-fpga, linux-kernel, system

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@metrotek.ru/]
  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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-26 19:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-26 14:23 [PATCH v2 0/3] Reliability improvements for Microchip MPF FPGA manager Ivan Bornyakov
2022-12-26 14:23 ` [PATCH v2 1/3] fpga: microchip-spi: move SPI I/O buffers out of stack Ivan Bornyakov
2022-12-26 14:23 ` [PATCH v2 2/3] fpga: microchip-spi: rewrite status polling in a time measurable way Ivan Bornyakov
2022-12-26 18:24   ` Ilpo Järvinen
2022-12-26 18:58     ` Ivan Bornyakov
2022-12-26 14:23 ` [PATCH v2 3/3] fpga: microchip-spi: separate data frame write routine Ivan Bornyakov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.