]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: Move AMD PTDMA driver to amd directory
authorBasavaraj Natikar <Basavaraj.Natikar@amd.com>
Fri, 25 Oct 2024 09:59:26 +0000 (15:29 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 Dec 2024 17:25:27 +0000 (22:55 +0530)
commite01ee7c660752923b2d0881fb20045ce79677258
treec10f46f33f008f727e306ad4035a1ae1ef670afb
parent8d0191a6020e325a1c9730539dd2f0c03d71d9b4
dmaengine: Move AMD PTDMA driver to amd directory

PTDMA driver is the AMD DMA driver, and newer AMD platforms support newer
DMA engines. Hence, move the current drivers to the AMD directory. This
would also mean that future driver submissions to the AMD DMA driver will
also land in the AMD-specific directory.

Reviewed-by: Raju Rangoju <Raju.Rangoju@amd.com>
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Link: https://lore.kernel.org/r/20241025095931.726018-2-Basavaraj.Natikar@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
12 files changed:
MAINTAINERS
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/amd/Kconfig
drivers/dma/amd/Makefile
drivers/dma/amd/ptdma/Makefile [moved from drivers/dma/ptdma/Makefile with 100% similarity]
drivers/dma/amd/ptdma/ptdma-debugfs.c [moved from drivers/dma/ptdma/ptdma-debugfs.c with 100% similarity]
drivers/dma/amd/ptdma/ptdma-dev.c [moved from drivers/dma/ptdma/ptdma-dev.c with 100% similarity]
drivers/dma/amd/ptdma/ptdma-dmaengine.c [moved from drivers/dma/ptdma/ptdma-dmaengine.c with 99% similarity]
drivers/dma/amd/ptdma/ptdma-pci.c [moved from drivers/dma/ptdma/ptdma-pci.c with 100% similarity]
drivers/dma/amd/ptdma/ptdma.h [moved from drivers/dma/ptdma/ptdma.h with 99% similarity]
drivers/dma/ptdma/Kconfig [deleted file]