Message ID | 20200121093311.28639-1-geert+renesas@glider.be (mailing list archive) |
---|---|
Headers | show |
Series | dmaengine: Miscellaneous cleanups | expand |
On 21-01-20, 10:33, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven <geert@linux-m68k.org> > > Hi Vinod, > > This patch series contains a few miscellaneous cleanups for the DMA > engine code and API. > > Changes compared to v1: > - Add Acked-by, > - Rebase on top of today's slave-dma/next. Thanks for the quick rebase :), applied now
From: Geert Uytterhoeven <geert@linux-m68k.org> Hi Vinod, This patch series contains a few miscellaneous cleanups for the DMA engine code and API. Changes compared to v1: - Add Acked-by, - Rebase on top of today's slave-dma/next. Thanks! Geert Uytterhoeven (3): dmaengine: Remove dma_device_satisfies_mask() wrapper dmaengine: Remove dma_request_slave_channel_compat() wrapper dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.h drivers/dma/dmaengine.c | 9 +++------ drivers/dma/dmaengine.h | 3 +++ drivers/dma/of-dma.c | 2 ++ include/linux/dmaengine.h | 8 ++------ 4 files changed, 10 insertions(+), 12 deletions(-)