-
- Downloads
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>
Showing
- drivers/dma/Kconfig 15 additions, 0 deletionsdrivers/dma/Kconfig
- drivers/dma/Makefile 2 additions, 0 deletionsdrivers/dma/Makefile
- drivers/dma/dma-uclass.c 72 additions, 0 deletionsdrivers/dma/dma-uclass.c
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
- include/dma.h 86 additions, 0 deletionsinclude/dma.h
Loading
Please register or sign in to comment