]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: sh-msiof: Increase TX FIFO size for R-Car V4H/V4M
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 16 May 2025 13:32:20 +0000 (15:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 19 May 2025 10:55:33 +0000 (11:55 +0100)
commit5b91dc7e3e371e7263b95c0d31151c645d6652a6
tree4966e41052d904b133a7f32c2ba3f9f1481a6aee
parentf669c2827dd691b10fcf4e4c5546869a51d0a46e
spi: sh-msiof: Increase TX FIFO size for R-Car V4H/V4M

The MSIOF transmit FIFOs on R-Car V4H and V4M have 256 stages.
Add a new family-specific match entry to handle this.
Add quirk match entries for older R-Car Gen4 Socs (R-Car V3U and S4-8)
that have transmit FIFOs with only 64 stages, just like on R-Car Gen3.

Update the (unused) definition of SIFCTR_TFUA for consistency.

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