dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script
authorRobin Gong <yibin.gong@nxp.com>
Wed, 14 Jul 2021 10:20:45 +0000 (18:20 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 23 Jul 2021 03:18:38 +0000 (11:18 +0800)
commite8fafa50645c223e4b8693595c43f98a5b16fe22
tree7f84b195017c6c4c9afbfe9df02f743b85960ee0
parente555a03b112838883fdd8185d613c35d043732f2
dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script

Add 'fw_loaded' and 'is_ram_script' to check if the script used by channel
is ram script and it's loaded or not, so that could prevent meaningless
following malloc dma descriptor and bd allocate in sdma_transfer_init(),
otherwise memory may be consumed out potentially without free in case
that spi fallback into pio while dma transfer failed by sdma firmware not
ready(next ERR009165 patch depends on sdma RAM scripts/firmware).

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/dma/imx-sdma.c