]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: Add support for BCM2835
authorFlorian Meier <florian.meier@koalo.de>
Mon, 6 Jan 2014 19:18:24 +0000 (20:18 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 7 Jan 2014 16:06:39 +0000 (21:36 +0530)
commit84bed0e9ef484e9529a91dd7501b1c7223d5539d
tree26a0f4ba89dd2b55db3f7fa48519f8c75b8923c6
parent8992bc47f549da7013a28679b05a404e3eeddd8f
dmaengine: Add support for BCM2835

Add support for DMA controller of BCM2835 as used in the Raspberry Pi.
Currently it only supports cyclic DMA.

Signed-off-by: Florian Meier <florian.meier@koalo.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Documentation/devicetree/bindings/dma/bcm2835-dma.txt [new file with mode: 0644]
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/bcm2835-dma.c [new file with mode: 0644]