dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
authorLogan Gunthorpe <logang@deltatee.com>
Fri, 3 Jan 2020 21:20:19 +0000 (14:20 -0700)
committerVinod Koul <vkoul@kernel.org>
Wed, 15 Jan 2020 14:10:51 +0000 (19:40 +0530)
commit905ca51e63be794331e09ff74ccddd44393d3378
tree518af4e246446e17949112bb07ab04cdc6ac6a6f
parent02939cd167095f16328a1bd5cab5a90b550606df
dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton

Some PLX Switches can expose DMA engines via extra PCI functions
on the upstream port. Each function will have one DMA channel.

This patch is just the core PCI driver skeleton and dma
engine registration.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Link: https://lore.kernel.org/r/20200103212021.2881-2-logang@deltatee.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
MAINTAINERS
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/plx_dma.c [new file with mode: 0644]