]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb80badb2c428e108491ce0bb4c658c27454f713a
tree518af4e246446e17949112bb07ab04cdc6ac6a6f
parent2194a6609282eda588a23ddb418ec0ad7808205e
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]