]> git.sur5r.net Git - u-boot/commit
dm: implement a DMA uclass
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 15 Feb 2016 10:01:37 +0000 (15:31 +0530)
committerJagan Teki <jteki@openedev.com>
Tue, 23 Feb 2016 10:44:45 +0000 (16:14 +0530)
commita0594cefb7682dc0c32084d088b3ac0a85ed7395
treefa70110c909901dc0c8258168e982d5b03c5beb0
parent18c61e95714f4a18f1a206369fc187639d9845e1
dm: implement a DMA uclass

Implement a DMA uclass so that the devices like ethernet, spi,
mmc etc can offload the data transfers from/to the device and
memory.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/dma-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/dma.h [new file with mode: 0644]