]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: sh-msiof: Correct RX FIFO size for R-Car Gen2
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 16 May 2025 13:32:18 +0000 (15:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 19 May 2025 10:55:32 +0000 (11:55 +0100)
commit1ab2c8c45f5c5df6707cc848686e674f4ec5c3d9
treea46aedd992057f466623c7e06737ce4ac57b23eb
parent955f7ce6680564963765e5fc1c3e71027a39a806
spi: sh-msiof: Correct RX FIFO size for R-Car Gen2

According to Renesas Technical Updates TN-RCS-S068A/E, the MSIOF receive
FIFOs on R-Car Gen2 SoCs have room for 128 words of 32 bits.

Note that this change has no actual impact on the behavior of the
driver, as SPI_CONTROLLER_MUST_TX is set, and transfer size is currenty
limited to the minimum of the transmit and receive FIFO sizes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/fd11933f932df81d84f417a21e2179bd4fdcfdc1.1747401908.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sh-msiof.c