]> Git Repo - linux.git/commit
spi: mediatek: fix fifo rx mode
authorPeter Hess <[email protected]>
Tue, 6 Jul 2021 12:16:09 +0000 (14:16 +0200)
committerMark Brown <[email protected]>
Sun, 11 Jul 2021 22:44:40 +0000 (23:44 +0100)
commit3a70dd2d050331ee4cf5ad9d5c0a32d83ead9a43
treebba5ea41919e4d9e327213fabaa1eae696a17e21
parent69e1818ad27bae167eeaaf6829d4a08900ef5153
spi: mediatek: fix fifo rx mode

In FIFO mode were two problems:
- RX mode was never handled and
- in this case the tx_buf pointer was NULL and caused an exception

fix this by handling RX mode in mtk_spi_fifo_transfer

Fixes: a568231f4632 ("spi: mediatek: Add spi bus for Mediatek MT8173")
Signed-off-by: Peter Hess <[email protected]>
Signed-off-by: Frank Wunderlich <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/spi-mt65xx.c
This page took 0.049475 seconds and 4 git commands to generate.