Re: [PATCH 1/1] spi-mxs: Fix chipselect glitch

From: Stefan Wahren
Date: Thu Feb 01 2024 - 12:57:17 EST


Am 01.02.24 um 14:15 schrieb Ralf Schlatterbeck:
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@xxxxxxxxxx>
Tested-by: Stefan Wahren <wahrenst@xxxxxxx>

Thanks