diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-23 20:28:19 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-05-23 20:28:19 -0700 |
commit | b3040e40675ec2c43542331cd30d4ee3dae797e8 (patch) | |
tree | a327c4a92118dd0e1c61b8455e744910cd121f57 /drivers/dma/Makefile | |
parent | 6f68fbaafbaa033205cd131d3e1f3c4b914e9b78 (diff) | |
download | talos-op-linux-b3040e40675ec2c43542331cd30d4ee3dae797e8.tar.gz talos-op-linux-b3040e40675ec2c43542331cd30d4ee3dae797e8.zip |
DMA: PL330: Add dma api driver
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>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 20881426c1ac..0fe5ebbfda5d 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -22,3 +22,4 @@ obj-$(CONFIG_COH901318) += coh901318.o coh901318_lli.o obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/ obj-$(CONFIG_TIMB_DMA) += timb_dma.o obj-$(CONFIG_STE_DMA40) += ste_dma40.o ste_dma40_ll.o +obj-$(CONFIG_PL330_DMA) += pl330.o |