Linux SPI subsystem development
 help / color / mirror / Atom feed
* [PATCH] Revert "spi: cadence: Add SPI transfer delays"
@ 2023-12-06 13:44 Nam Cao
  2023-12-06 13:55 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Nam Cao @ 2023-12-06 13:44 UTC (permalink / raw)
  To: broonie, linux-spi, linux-kernel, daniel; +Cc: Nam Cao

This reverts commit 855a40cd8cccfbf5597adfa77f55cdc8c44b6e42.

SPI transfer delay is already handled in SPI core. There is no need to
do it again.

Signed-off-by: Nam Cao <namcao@linutronix.de>
---
 drivers/spi/spi-cadence.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/spi-cadence.c b/drivers/spi/spi-cadence.c
index 12c940ba074a..bd96d8b546cd 100644
--- a/drivers/spi/spi-cadence.c
+++ b/drivers/spi/spi-cadence.c
@@ -451,7 +451,6 @@ static int cdns_transfer_one(struct spi_controller *ctlr,
 		udelay(10);
 
 	cdns_spi_process_fifo(xspi, xspi->tx_fifo_depth, 0);
-	spi_transfer_delay_exec(transfer);
 
 	cdns_spi_write(xspi, CDNS_SPI_IER, CDNS_SPI_IXR_DEFAULT);
 	return transfer->len;
-- 
2.39.2


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

end of thread, other threads:[~2023-12-06 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 13:44 [PATCH] Revert "spi: cadence: Add SPI transfer delays" Nam Cao
2023-12-06 13:55 ` Mark Brown
2023-12-06 14:33   ` Nam Cao

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