]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
spi: spi-sun4i: fix early activation
authorAlessandro Grassi <alessandro.grassi@mailbox.org>
Fri, 2 May 2025 09:55:20 +0000 (11:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Jun 2025 12:45:10 +0000 (14:45 +0200)
commit0a20edf6e24df21e7b46e8b2a5ab4876aefb736e
treee9a848a6de97b17c556e9a451fc3ea5d649c6779
parent9c2cee0039220dab3ad24b237e6593128ca19a78
spi: spi-sun4i: fix early activation

[ Upstream commit fb98bd0a13de2c9d96cb5c00c81b5ca118ac9d71 ]

The SPI interface is activated before the CPOL setting is applied. In
that moment, the clock idles high and CS goes low. After a short delay,
CPOL and other settings are applied, which may cause the clock to change
state and idle low. This transition is not part of a clock cycle, and it
can confuse the receiving device.

To prevent this unexpected transition, activate the interface while CPOL
and the other settings are being applied.

Signed-off-by: Alessandro Grassi <alessandro.grassi@mailbox.org>
Link: https://patch.msgid.link/20250502095520.13825-1-alessandro.grassi@mailbox.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/spi/spi-sun4i.c