index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dma-uclass.c
Age
Commit message (
Expand
)
Author
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-10-08
dma: Reduce error level when DMA channel type does not exist
Vignesh Raghavendra
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dma: Rename free() to rfree()
Simon Glass
2019-12-09
dma: Introduce dma_get_cfg() interface
Vignesh Raghavendra
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2018-12-07
dma: add channels support
Álvaro Fernández Rojas
2018-12-07
dma: move dma_ops to dma-uclass.h
Álvaro Fernández Rojas
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2016-02-23
dm: implement a DMA uclass
Mugunthan V N