]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi-mxs: Fix chipselect glitch
authorRalf Schlatterbeck <rsc@runtux.com>
Fri, 2 Feb 2024 11:53:30 +0000 (12:53 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 13 Feb 2024 15:48:22 +0000 (15:48 +0000)
commit269e31aecdd0b70f53a05def79480f15cbcc0fd6
tree30137c5dd40021674742c78f596ee06be0ab056e
parent8f44e3808200c1434c26ef459722f88f48b306df
spi-mxs: Fix chipselect glitch

There was a change in the mxs-dma engine that uses a new custom flag.
The change was not applied to the mxs spi driver.
This results in chipselect being deasserted too early.
This fixes the chipselect problem by using the new flag in the mxs-spi
driver.

Fixes: ceeeb99cd821 ("dmaengine: mxs: rename custom flag")
Signed-off-by: Ralf Schlatterbeck <rsc@runtux.com>
Link: https://msgid.link/r/20240202115330.wxkbfmvd76sy3a6a@runtux.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mxs.c