2020-01-17 15:32:59

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH 0/3] dmaengine: Miscellaneous cleanups

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

--
2.17.1

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


2020-01-17 15:51:50

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH 0/3] dmaengine: Miscellaneous cleanups

On Fri, Jan 17, 2020 at 4:29 PM Geert Uytterhoeven
<[email protected]> 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 <[email protected]>

2020-01-21 09:24:16

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH 0/3] dmaengine: Miscellaneous cleanups

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
--
~Vinod

2020-01-21 09:35:04

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH 0/3] dmaengine: Miscellaneous cleanups

Hi Vinod,

On Tue, Jan 21, 2020 at 10:23 AM Vinod Koul <[email protected]> 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

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds