mbox series

[0/3] dmaengine: Miscellaneous cleanups

Message ID 20200117152933.31175-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series dmaengine: Miscellaneous cleanups | expand

Message

Geert Uytterhoeven Jan. 17, 2020, 3:29 p.m. UTC
Hi all,

This patch series contains a few miscellaneous cleanups for the DMA
engine code and API.

Thanks for your comments!

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(-)

Comments

Arnd Bergmann Jan. 17, 2020, 3:49 p.m. UTC | #1
On Fri, Jan 17, 2020 at 4:29 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
>         Hi all,
>
> This patch series contains a few miscellaneous cleanups for the DMA
> engine code and API.
>
> Thanks for your comments!
>
> 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

These all look good to me,

Acked-by: Arnd Bergmann <arnd@arndb.de>
Vinod Koul Jan. 21, 2020, 9:23 a.m. UTC | #2
On 17-01-20, 16:29, Geert Uytterhoeven wrote:
> 	Hi all,
> 
> This patch series contains a few miscellaneous cleanups for the DMA
> engine code and API.

This looks good, thanks for the cleanup. But it fails to apply, can you
please rebase and resend

Thanks
Geert Uytterhoeven Jan. 21, 2020, 9:33 a.m. UTC | #3
Hi Vinod,

On Tue, Jan 21, 2020 at 10:23 AM Vinod Koul <vkoul@kernel.org> wrote:
> On 17-01-20, 16:29, Geert Uytterhoeven wrote:
> > This patch series contains a few miscellaneous cleanups for the DMA
> > engine code and API.
>
> This looks good, thanks for the cleanup. But it fails to apply, can you
> please rebase and resend

Done.

Gr{oetje,eeting}s,

                        Geert