aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dma-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08dma: Reduce error level when DMA channel type does not existVignesh Raghavendra1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dma: Rename free() to rfree()Simon Glass1-2/+2
2019-12-09dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra1-0/+12
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-12-07dma: add channels supportÁlvaro Fernández Rojas1-4/+177
2018-12-07dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2016-02-23dm: implement a DMA uclassMugunthan V N1-0/+72