index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dma-uclass.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
dma: Remove <common.h> and add needed includes
Tom Rini
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2022-10-29
dm: treewide: Do not use the return value of simple uclass iterator
Michal Suchanek
2022-10-18
dma: Transfer dma_ops should use DMA address types
Andrew Davis
2022-10-18
dma: Use dma-mapping for cache ops and sync after write
Andrew Davis
2022-01-13
treewide: invaild -> invalid
Sean Anderson
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