mbox series

[v3,0/3] dmaengine: sh: rz-dmac: add r7s72100 support

Message ID 20241007110200.43166-5-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series dmaengine: sh: rz-dmac: add r7s72100 support | expand

Message

Wolfram Sang Oct. 7, 2024, 11:02 a.m. UTC
Changes since v2:
* added tags to patches 1 and 3
* reword commit message 2 to make clear 'clocks' are not needed
* 'power-domains' is also not required for RZA1

Thanks to Geert for the tags and for the input!

Trimmed down initial cover-letter:

When activating good old Genmai board for regression testing, I found
out that not much is needed to activate the DMA controller for A1H.

Patch 1 is a generic fix. The other patches are the actual enablement.
A branch with DTS additions for MMCIF can be found here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/genmai-upstreaming

These will be upstreamed once the driver parts are in next.

Wolfram Sang (3):
  dmaengine: sh: rz-dmac: handle configs where one address is zero
  dt-bindings: dma: rz-dmac: Document RZ/A1H SoC
  dmaengine: sh: rz-dmac: add r7s72100 support

 .../bindings/dma/renesas,rz-dmac.yaml         | 29 +++++++++++++------
 drivers/dma/sh/Kconfig                        |  8 ++---
 drivers/dma/sh/rz-dmac.c                      | 27 +++++++++--------
 3 files changed, 39 insertions(+), 25 deletions(-)

Comments

Vinod Koul Oct. 14, 2024, 6:32 p.m. UTC | #1
On Mon, 07 Oct 2024 13:02:00 +0200, Wolfram Sang wrote:
> Changes since v2:
> * added tags to patches 1 and 3
> * reword commit message 2 to make clear 'clocks' are not needed
> * 'power-domains' is also not required for RZA1
> 
> Thanks to Geert for the tags and for the input!
> 
> [...]

Applied, thanks!

[2/3] dt-bindings: dma: rz-dmac: Document RZ/A1H SoC
      commit: 209efec19c4c0cea17ff01d67c8fbd75a90fb854
[3/3] dmaengine: sh: rz-dmac: add r7s72100 support
      commit: 32172b3e3265833a367e41842fa8b7eaa0acae96

Best regards,