This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-18 16:56:53 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4f97031ff8
linux_dsm_epyc7002
/
drivers
/
dma
/
xilinx
/
Makefile
3 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
dmaengine: xilinx: Rename driver and config In the existing vdma driver support for AXI DMA and CDMA got added so the driver is no longer VDMA specific. This patch renames the driver and DT binding doc to xilinx_dma and updates the Kconfig description for all the DMAS. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-06-24 12:21:25 +07:00
obj-$(CONFIG_XILINX_DMA)
+=
xilinx_dma.o
dmaengine: Add Xilinx zynqmp dma engine driver support Added the driver for zynqmp dma engine used in Zynq UltraScale+ MPSoC. This dma controller supports memory to memory and I/O to I/O buffer transfers. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2016-07-01 18:37:06 +07:00
obj-$(CONFIG_XILINX_ZYNQMP_DMA)
+=
zynqmp_dma.o
Reference in New Issue
Copy Permalink