summaryrefslogtreecommitdiffstats
path: root/include/dma.h
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+2
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* dma: Add stub of dma_memcpy and dma_get_deviceVignesh Raghavendra2020-01-151-0/+11
* dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra2019-12-091-0/+12
* dma: add channels supportÁlvaro Fernández Rojas2018-12-071-2/+258
* dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2018-12-071-22/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: implement a DMA uclassMugunthan V N2016-02-231-0/+86