index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmaengine.c
Age
Commit message (
Expand
)
Author
2025-06-26
dmaengine: Add devm_dma_request_chan()
Bence Csókás
2025-02-10
dmaengine: Unify checks in dma_request_chan()
Andy Shevchenko
2025-02-10
dmaengine: Add a comment on why it's okay when kasprintf() fails
Andy Shevchenko
2024-08-29
dmaengine: avoid non-constant format string
Arnd Bergmann
2024-06-11
dmaengine: add channel device name to channel registration
Amelie Delaunay
2023-12-21
dmaengine: fix NULL pointer in channel unregistration function
Amelie Delaunay
2023-08-21
dmaengine: Simplify dma_async_device_register()
Yajun Deng
2023-03-17
dmaengine: Actually use devm_add_action_or_reset()
Andy Shevchenko
2023-02-24
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-10
dmaengine: Simplify dmaenginem_async_device_register() function
Andy Shevchenko
2023-02-10
dmaengine: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-01-18
dmaengine: Fix double increment of client_count in dma_chan_get()
Koba Ko
2022-06-27
dmaengine: remove DMA_MEMCPY_SG once again
Christoph Hellwig
2022-04-11
dmaengine: Remove a useless mutex
Christophe JAILLET
2021-11-22
dmaengine: Add core function and capability check for DMA_MEMCPY_SG
Adrian Larumbe
2021-10-18
dmaengine: Remove redundant initialization of variable err
Colin Ian King
2021-04-12
dmaengine: Fix a double free in dma_async_device_register
Lv Yunlong
2021-01-19
dmaengine: move channel device_node deletion to driver
Dave Jiang
2020-11-18
dmaengine: fix error codes in channel_register()
Dan Carpenter
2020-09-03
dmaengine: Save few bytes and increase readability of dma_request_chan()
Andy Shevchenko
2020-09-03
dmaengine: Mark dma_request_slave_channel() deprecated
Peter Ujfalusi
2020-07-27
dmaengine: Introduce DMA-device device_caps callback
Serge Semin
2020-07-27
dmaengine: Introduce max SG burst capability
Serge Semin
2020-07-27
dmaengine: Introduce min burst length capability
Serge Semin
2020-06-10
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-05-04
dmaengine: Fix doc strings to satisfy validation script
Andy Shevchenko
2020-05-04
dmaengine: Include dmaengine.h into dmaengine.c
Andy Shevchenko
2020-04-27
dmaengine: fix channel index enumeration
Dave Jiang
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-03-11
dmaengine: Create debug directories for DMA devices
Peter Ujfalusi
2020-03-11
dmaengine: Add basic debugfs support
Peter Ujfalusi
2020-03-11
dmaengine: move .device_release missing log warning to debug level
Vinod Koul
2020-02-03
dmaengine: Cleanups for the slave <-> channel symlink support
Peter Ujfalusi
2020-02-03
dmaengine: fix null ptr check for __dma_async_device_channel_register()
Dave Jiang
2020-01-30
dmaengine: Fix return value for dma_request_chan() in case of failure
Marek Szyprowski
2020-01-24
dmaengine: Create symlinks between DMA channels and slaves
Geert Uytterhoeven
2020-01-24
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
2020-01-24
dmaengine: break out channel registration
Dave Jiang
2020-01-21
dmaengine: Remove dma_device_satisfies_mask() wrapper
Geert Uytterhoeven
2020-01-21
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
2019-12-26
dmaengine: print more meaningful error message
Vinod Koul
2019-12-26
dmaengine: move module_/dma_device_put() after route free
Vinod Koul
2019-12-24
dmaengine: Add reference counting to dma_device struct
Logan Gunthorpe
2019-12-24
dmaengine: Move dma_channel_rebalance() infrastructure up in code
Logan Gunthorpe
2019-12-24
dmaengine: Call module_put() after device_free_chan_resources()
Logan Gunthorpe
2019-12-24
dmaengine: Store module owner in dma_device struct
Logan Gunthorpe
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-06-10
dmaengine: Grammar s/the its/its/, s/need/needs/
Geert Uytterhoeven
2019-05-27
dmaengine: Add matching device node validation in __dma_request_channel()
Baolin Wang
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7
Thomas Gleixner
[next]