index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: usb-dmac: Annotate struct usb_dmac_desc with __counted_by
Kees Cook
2023-09-28
1
-1
/
+1
*
dmaengine: sh: usb-dmac: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
dmaengine: sh: shdmac: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
dmaengine: sh: rz-dmac: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
dmaengine: sh: rcar-dmac: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
dmaengine: Explicitly include correct DT includes
Rob Herring
2023-08-01
1
-1
/
+0
*
dmaengine: shdmac: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-12
1
-4
/
+3
*
dmaengine: sh: rz-dmac: Fix destination and source data size setting
Hien Huynh
2023-07-12
1
-4
/
+7
*
dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()
Biju Das
2023-07-12
1
-3
/
+3
*
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-03
1
-4
/
+14
|
\
|
*
dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_size
Geert Uytterhoeven
2023-03-31
1
-4
/
+0
|
*
dmaengine: sh: rz-dmac: Add reset support
Biju Das
2023-03-17
1
-0
/
+14
*
|
dmaengine: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
|
/
*
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
2023-01-18
1
-3
/
+1
*
dmaengine: sh: Remove unused shdma-arm.h
Stephen Kitt
2022-11-04
1
-48
/
+0
*
dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY(...
Gustavo A. R. Silva
2022-09-29
1
-2
/
+2
*
dmaengine: sh: rz-dmac: Add device_synchronize callback
Biju Das
2022-07-26
1
-0
/
+17
*
dmaengine: sh: Kconfig: Make RZ_DMAC depend on ARCH_RZG2L
Lad Prabhakar
2022-04-08
1
-1
/
+1
*
dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option
Lad Prabhakar
2022-03-11
1
-3
/
+3
*
dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"
Vinod Koul
2022-03-10
1
-3
/
+1
*
dmaengine: shdma: Fix runtime PM imbalance on error
Yongzhi Liu
2022-02-15
1
-1
/
+3
*
dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
Jiasheng Jiang
2022-02-15
1
-1
/
+4
*
dmaengine: sh: rcar-dmac: Check for error num after setting mask
Jiasheng Jiang
2022-02-15
1
-1
/
+3
*
dmaengine: rcar-dmac: Add support for R-Car S4-8
Yoshihiro Shimoda
2022-01-03
1
-7
/
+10
*
Merge tag 'dmaengine_topic_slave_id_removal_5.17' into next
Vinod Koul
2021-12-17
1
-8
/
+0
|
\
|
*
dmaengine: shdma: remove legacy slave_id parsing
Arnd Bergmann
2021-12-17
1
-8
/
+0
*
|
dmaengine: sh: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-12-17
1
-4
/
+2
|
/
*
dmaengine: sh: make array ds_lut static
Colin Ian King
2021-10-25
1
-1
/
+1
*
dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probe
Dongliang Mu
2021-10-25
1
-6
/
+7
*
dmaengine: sh: rz-dmac: Add DMA clock handling
Biju Das
2021-10-18
1
-0
/
+14
*
dmaengine: sh: fix some NULL dereferences
Dan Carpenter
2021-08-31
1
-2
/
+2
*
dmaengine: sh: Fix unused initialization of pointer lmdesc
Colin Ian King
2021-08-31
1
-3
/
+1
*
dmaengine: sh: Add DMAC driver for RZ/G2L SoC
Biju Das
2021-08-29
3
-0
/
+981
*
dmaengine: usb-dmac: make usb_dmac_get_current_residue unsigned
Jordy Zomer
2021-08-02
1
-1
/
+1
*
dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()
Yu Kuai
2021-07-14
1
-1
/
+1
*
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
2
-77
/
+1
|
\
|
*
dmaengine: sh: Remove unused shdma-of driver
Geert Uytterhoeven
2021-06-16
2
-77
/
+1
*
|
dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()
Zou Wei
2021-06-03
1
-1
/
+1
|
/
*
dmaengine: rcar-dmac: Add support for R-Car V3U
Geert Uytterhoeven
2021-02-01
1
-23
/
+58
*
dmaengine: rcar-dmac: Add helpers for clearing DMA channel status
Geert Uytterhoeven
2021-02-01
1
-2
/
+13
*
dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helper
Geert Uytterhoeven
2021-02-01
1
-12
/
+10
*
dmaengine: rcar-dmac: drop double zeroing
Julia Lawall
2020-10-05
1
-1
/
+1
*
dmaengine: sh: drop double zeroing
Julia Lawall
2020-10-05
1
-1
/
+1
*
dmaengine: Kconfig: Update description for RCAR_DMAC config
Lad Prabhakar
2020-09-11
1
-2
/
+2
*
Merge tag 'v5.9-rc4' into next
Vinod Koul
2020-09-11
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
|
dmaengine: rcar-dmac: Drop local dma_parms
Robin Murphy
2020-09-11
1
-2
/
+0
|
/
*
dmaengine: sh: usb-dmac: set tx_result parameters
Yoshihiro Shimoda
2020-06-24
1
-0
/
+2
*
dmaengine: fix spelling mistake "exceds" -> "exceeds"
Colin Ian King
2020-03-23
2
-2
/
+2
*
dmaengine: rcar-dmac: Add dma-channel-mask property support
Yoshihiro Shimoda
2019-10-14
1
-1
/
+9
[next]