index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmaengine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
dmaengine: fix NULL pointer in channel unregistration function
Amelie Delaunay
1
-0
/
+3
2023-08-21
dmaengine: Simplify dma_async_device_register()
Yajun Deng
1
-62
/
+20
2023-03-17
dmaengine: Actually use devm_add_action_or_reset()
Andy Shevchenko
1
-1
/
+1
2023-02-25
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-19
/
+7
2023-02-10
dmaengine: Simplify dmaenginem_async_device_register() function
Andy Shevchenko
1
-16
/
+4
2023-02-10
dmaengine: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-3
/
+3
2023-01-18
dmaengine: Fix double increment of client_count in dma_chan_get()
Koba Ko
1
-3
/
+4
2022-06-27
dmaengine: remove DMA_MEMCPY_SG once again
Christoph Hellwig
1
-7
/
+0
2022-04-11
dmaengine: Remove a useless mutex
Christophe JAILLET
1
-7
/
+0
2021-11-22
dmaengine: Add core function and capability check for DMA_MEMCPY_SG
Adrian Larumbe
1
-0
/
+7
2021-10-18
dmaengine: Remove redundant initialization of variable err
Colin Ian King
1
-2
/
+1
2021-04-12
dmaengine: Fix a double free in dma_async_device_register
Lv Yunlong
1
-0
/
+1
2021-01-19
dmaengine: move channel device_node deletion to driver
Dave Jiang
1
-1
/
+0
2020-11-18
dmaengine: fix error codes in channel_register()
Dan Carpenter
1
-8
/
+9
2020-09-03
dmaengine: Save few bytes and increase readability of dma_request_chan()
Andy Shevchenko
1
-2
/
+4
2020-09-03
dmaengine: Mark dma_request_slave_channel() deprecated
Peter Ujfalusi
1
-18
/
+0
2020-07-27
dmaengine: Introduce DMA-device device_caps callback
Serge Semin
1
-0
/
+10
2020-07-27
dmaengine: Introduce max SG burst capability
Serge Semin
1
-0
/
+1
2020-07-27
dmaengine: Introduce min burst length capability
Serge Semin
1
-0
/
+1
2020-06-10
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-46
/
+52
2020-05-04
dmaengine: Fix doc strings to satisfy validation script
Andy Shevchenko
1
-46
/
+50
2020-05-04
dmaengine: Include dmaengine.h into dmaengine.c
Andy Shevchenko
1
-0
/
+2
2020-04-27
dmaengine: fix channel index enumeration
Dave Jiang
1
-34
/
+26
2020-04-03
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+101
2020-03-11
dmaengine: Create debug directories for DMA devices
Peter Ujfalusi
1
-1
/
+27
2020-03-11
dmaengine: Add basic debugfs support
Peter Ujfalusi
1
-1
/
+75
2020-03-11
dmaengine: move .device_release missing log warning to debug level
Vinod Koul
1
-1
/
+1
2020-02-03
dmaengine: Cleanups for the slave <-> channel symlink support
Peter Ujfalusi
1
-9
/
+9
2020-02-03
dmaengine: fix null ptr check for __dma_async_device_channel_register()
Dave Jiang
1
-0
/
+3
2020-01-30
dmaengine: Fix return value for dma_request_chan() in case of failure
Marek Szyprowski
1
-1
/
+1
2020-01-24
dmaengine: Create symlinks between DMA channels and slaves
Geert Uytterhoeven
1
-6
/
+31
2020-01-24
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
1
-8
/
+26
2020-01-24
dmaengine: break out channel registration
Dave Jiang
1
-54
/
+81
2020-01-21
dmaengine: Remove dma_device_satisfies_mask() wrapper
Geert Uytterhoeven
1
-6
/
+3
2020-01-21
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
1
-0
/
+73
2019-12-26
dmaengine: print more meaningful error message
Vinod Koul
1
-1
/
+1
2019-12-26
dmaengine: move module_/dma_device_put() after route free
Vinod Koul
1
-3
/
+3
2019-12-24
dmaengine: Add reference counting to dma_device struct
Logan Gunthorpe
1
-8
/
+49
2019-12-24
dmaengine: Move dma_channel_rebalance() infrastructure up in code
Logan Gunthorpe
1
-144
/
+144
2019-12-24
dmaengine: Call module_put() after device_free_chan_resources()
Logan Gunthorpe
1
-1
/
+2
2019-12-24
dmaengine: Store module owner in dma_device struct
Logan Gunthorpe
1
-1
/
+3
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-4
/
+10
2019-06-10
dmaengine: Grammar s/the its/its/, s/need/needs/
Geert Uytterhoeven
1
-2
/
+2
2019-05-27
dmaengine: Add matching device node validation in __dma_request_channel()
Baolin Wang
1
-2
/
+8
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7
Thomas Gleixner
1
-13
/
+1
2019-03-06
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-1
/
+3
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-16
/
+7
2018-08-22
dmaengine: Convert to new IDA API
Matthew Wilcox
1
-16
/
+7
2018-07-30
dmaengine: add a new helper dmaenginem_async_device_register
Huang Shijie
1
-0
/
+35
2018-07-25
dmaengine: dma_request_chan_by_mask() to handle deferred probing
Peter Ujfalusi
1
-2
/
+8
[next]