]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: tegra210-quad: modify chip select (CS) deactivation
authorVishwaroop A <va@nvidia.com>
Wed, 16 Apr 2025 11:06:03 +0000 (11:06 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 24 Apr 2025 13:30:56 +0000 (14:30 +0100)
commitd8966b65413390d1b5b706886987caac05fbe024
tree0aa543455325d10bfffbe355951135dae61cef25
parent400d9f1a27cc2fceabdb1ed93eaf0b89b6d32ba5
spi: tegra210-quad: modify chip select (CS) deactivation

Modify the chip select (CS) deactivation and inter-transfer delay
execution only during the DATA_TRANSFER phase when the cs_change
flag is not set. This ensures proper CS handling and timing between
transfers while eliminating redundant operations.

Fixes: 1b8342cc4a38 ("spi: tegra210-quad: combined sequence mode")
Signed-off-by: Vishwaroop A <va@nvidia.com>
Link: https://patch.msgid.link/20250416110606.2737315-4-va@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-tegra210-quad.c