public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] DW SPI: fixes and improvements
@ 2018-03-22 10:50 Eugeniy Paltsev
  2018-03-22 10:50 ` [U-Boot] [PATCH v2 1/5] DW SPI: fix tx data loss on FIFO flush Eugeniy Paltsev
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Eugeniy Paltsev @ 2018-03-22 10:50 UTC (permalink / raw)
  To: u-boot

Various fixes and improvements of designware spi driver.

Changes v1->v2:
 * Use readl_poll_timeout macros instead of custom code.

Eugeniy Paltsev (5):
  DW SPI: fix tx data loss on FIFO flush
  DW SPI: fix transmit only mode
  DW SPI: refactor poll_transfer functions
  DW SPI: add option to use external gpio for chip select
  DW SPI: use 32 bit access instead of 16 and 32 bit mix

 drivers/spi/designware_spi.c | 132 ++++++++++++++++++++++++++++---------------
 1 file changed, 87 insertions(+), 45 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-03-22 18:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-22 10:50 [U-Boot] [PATCH v2 0/5] DW SPI: fixes and improvements Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 1/5] DW SPI: fix tx data loss on FIFO flush Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 2/5] DW SPI: fix transmit only mode Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 3/5] DW SPI: refactor poll_transfer functions Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 4/5] DW SPI: add option to use external gpio for chip select Eugeniy Paltsev
2018-03-22 10:50 ` [U-Boot] [PATCH v2 5/5] DW SPI: use 32 bit access instead of 16 and 32 bit mix Eugeniy Paltsev
2018-03-22 17:33 ` [U-Boot] [PATCH v2 0/5] DW SPI: fixes and improvements Jagan Teki
2018-03-22 17:35   ` Alexey Brodkin
2018-03-22 18:12     ` Jagan Teki
2018-03-22 18:13       ` Alexey Brodkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox