]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: mxs: Drop unnecessary flag
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 21 May 2019 07:06:39 +0000 (09:06 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 27 Jun 2019 18:05:29 +0000 (20:05 +0200)
commitd443cb25c0482cf89b7178e94df5665496cab97b
tree3401ff2101cc8b4553f5d3ea0a13cb5849cfc9df
parent041414682b0daa04c9ab40c87ffd86bc55abf592
dmaengine: mxs: Drop unnecessary flag

The mxs dma driver insists on having the DMA_PREP_INTERRUPT flag set
on all but the first transfer. There's no need to let the user set this
flag, the driver can do it internally whenever it needs it. Drop
handling of this flag from the driver.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/dma/mxs-dma.c