]> git.baikalelectronics.ru Git - kernel.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)
commit031d71938b7550b0f84debece50cd98d708aa30b
tree3401ff2101cc8b4553f5d3ea0a13cb5849cfc9df
parent8ba5f54812fed7d7748ecfb1353d6d1a44e2fb32
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