]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
spi-mxs: Fix chipselect glitch
authorRalf Schlatterbeck <rsc@runtux.com>
Fri, 2 Feb 2024 11:53:30 +0000 (12:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:51:11 +0000 (12:51 +0100)
commit1cd7fd082c789a3f6358bdcd790099f19bd2dc24
tree5add17eb8d87f6839598a0fbb81b75f6a1d6eecd
parentcd093880587591b08bd53c1f7e537e573b8e26b6
spi-mxs: Fix chipselect glitch

commit 269e31aecdd0b70f53a05def79480f15cbcc0fd6 upstream.

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>
Cc: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spi/spi-mxs.c