summaryrefslogtreecommitdiff
path: root/drivers/dma/dma-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dma: Reduce error level when DMA channel type does not existVignesh Raghavendra2020-10-081-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dma: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra2019-12-091-0/+12
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* dma: add channels supportÁlvaro Fernández Rojas2018-12-071-4/+177
* dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2018-12-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* dm: implement a DMA uclassMugunthan V N2016-02-231-0/+72