commit | c9ce311aaac2d66f62b4e8dbeb88879055776a56 | [log] [tgz] |
---|---|---|
author | Eric Ackermann <eric.ackermann@cispa.de> | Thu Aug 29 15:13:31 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 18 19:31:20 2024 -0500 |
tree | 725169a99b8da8a35c82070ad4065402644161eb | |
parent | 057528b894be3b4acd17d8c2dfd26c53fc5f4df3 [diff] |
drivers: dma: Add Xilinx AXI DMA driver The Xilinx AXI DMA Controller is commonly used in FPGA designs. For example, it is a part of the 1G/2.5G AXI Ethernet subsystem. This patch adds a driver for the Xilinx AXI DMA that supports single MM2S and S2MM channels as well as the control and status streams used by the AXI Ethernet subsystem. Signed-off-by: Eric Ackermann <eric.ackermann@cispa.de>