+9
−0
+1
−0
drivers/dma/pl330.c
0 → 100644
+866
−0
include/linux/amba/pl330.h
0 → 100644
+45
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Add DMA Engine API driver for the PL330 DMAC. This driver is supposed to be reusable by various platforms that have one or more PL330 DMACs. Atm, DMA_SLAVE and DMA_MEMCPY capabilities have been implemented. Signed-off-by:Jassi Brar <jassi.brar@samsung.com> Reviewed-by:
Linus Walleij <linus.walleij@stericsson.com> [dan.j.williams@intel.com: missing slab.h and ->device_control() fixups] Signed-off-by:
Dan Williams <dan.j.williams@intel.com>