2023-10-10 10:17:39

by Sergey Khimich

[permalink] [raw]
Subject: [PATCH v2 0/1] Add support DMAX_NUM_CHANNELS > 16

This patch adds support for DW AXI DMA controller with
32 channels.

v2:
- Fix warning reported by kernel test robot:
| Reported-by: kernel test robot <[email protected]>
| Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/


Sergey Khimich (1):
dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16

.../dma/dw-axi-dmac/dw-axi-dmac-platform.c | 156 +++++++++++++-----
drivers/dma/dw-axi-dmac/dw-axi-dmac.h | 6 +-
2 files changed, 120 insertions(+), 42 deletions(-)

--
2.30.2


2023-10-16 11:13:22

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH v2 0/1] Add support DMAX_NUM_CHANNELS > 16


On Tue, 10 Oct 2023 13:14:49 +0300, Sergey Khimich wrote:
> This patch adds support for DW AXI DMA controller with
> 32 channels.
>
> v2:
> - Fix warning reported by kernel test robot:
> | Reported-by: kernel test robot <[email protected]>
> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
>
> [...]

Applied, thanks!

[1/1] dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16
commit: 495e18b16e3dd8218eaec6a8a55334fb55245d59

Best regards,
--
~Vinod