omap3: Add interface for omap3 DMA
authorSimon Schwarz <simonschwarzcor@googlemail.com>
Wed, 28 Sep 2011 05:00:26 +0000 (05:00 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:34 +0000 (21:56 +0200)
commit4c4bb19d056da6f32a5bb7cb27045524513d63e0
tree216d0772189b1d6aff889bf5c25822360bb83e0e
parent7b646a6d12a67416587630381eb77f16ce6d33e2
omap3: Add interface for omap3 DMA

Adds an interface to use the OMAP3 DMA.

Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-omap3/dma.h [new file with mode: 0644]
doc/README.omap3
drivers/dma/Makefile
drivers/dma/omap3_dma.c [new file with mode: 0644]