mbox series

[v2,0/2] Add support for ADMA

Message ID 20240808100024.317497-1-abin.joseph@amd.com (mailing list archive)
Headers show
Series Add support for ADMA | expand

Message

Abin Joseph Aug. 8, 2024, 10 a.m. UTC
Add support for Versal Gen 2 DMA IP by adding a compatible string and
separate Versal Gen 2 DMA IP register offset.

---

Changes in v2:

1/2:
- Remove example binding documentation.
- Rearrange the order of compatible.

2/2:
- Use lower case for hexa decimal values.
- Update the logic to use of_device_get_match_data
instead of of_device_is_compatible.


Changes in v1:
https://lore.kernel.org/linux-arm-kernel/20240726062639.2609974-1-abin.joseph@amd.com/

---

Abin Joseph (2):
  dt-bindings: dmaengine: zynqmp_dma: Add a new compatible string
  dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IP

 .../dma/xilinx/xlnx,zynqmp-dma-1.0.yaml       |  4 ++-
 drivers/dma/xilinx/zynqmp_dma.c               | 27 ++++++++++++++++---
 2 files changed, 26 insertions(+), 5 deletions(-)

Comments

Vinod Koul Aug. 29, 2024, 5:30 p.m. UTC | #1
On Thu, 08 Aug 2024 15:30:22 +0530, Abin Joseph wrote:
> Add support for Versal Gen 2 DMA IP by adding a compatible string and
> separate Versal Gen 2 DMA IP register offset.
> 

Applied, thanks!

[1/2] dt-bindings: dmaengine: zynqmp_dma: Add a new compatible string
      commit: 36545c6a68b858671cfeb71df682e8cc58b082da
[2/2] dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IP
      commit: 13113f750a4ae0b1770fa25dc94852977ebfb942

Best regards,