[PATCH v2 0/1] Add support DMAX_NUM_CHANNELS > 16

Sergey Khimich posted 1 patch 2 years, 2 months ago
Only 0 patches received!
.../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(-)
[PATCH v2 0/1] Add support DMAX_NUM_CHANNELS > 16
Posted by Sergey Khimich 2 years, 2 months ago
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 <lkp@intel.com>
   | Closes: https://lore.kernel.org/oe-kbuild-all/202310060144.oLP6NoVL-lkp@intel.com/


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
Re: [PATCH v2 0/1] Add support DMAX_NUM_CHANNELS > 16
Posted by Vinod Koul 2 years, 2 months ago
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 <lkp@intel.com>
>    | Closes: https://lore.kernel.org/oe-kbuild-all/202310060144.oLP6NoVL-lkp@intel.com/
> 
> [...]

Applied, thanks!

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

Best regards,
-- 
~Vinod