aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dma-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek1-4/+3
2022-10-18dma: Transfer dma_ops should use DMA address typesAndrew Davis1-1/+1
2022-10-18dma: Use dma-mapping for cache ops and sync after writeAndrew Davis1-4/+13
2022-01-13treewide: invaild -> invalidSean Anderson1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
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