index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sh
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
Krzysztof Kozlowski
1
-1
/
+1
2025-05-14
dmaengine: sh: rz-dmac: Add RZ/V2H(P) support
Fabrizio Castro
1
-7
/
+74
2025-05-14
dmaengine: sh: rz-dmac: Allow for multiple DMACs
Fabrizio Castro
1
-1
/
+2
2025-02-27
dmaengine: Fix typo in comment
Thorsten Blum
1
-1
/
+1
2024-12-04
dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatible
Kuninori Morimoto
1
-0
/
+4
2024-10-21
dmaengine: fix typo in the comment
Yan Zhen
2
-2
/
+2
2024-10-14
dmaengine: Switch back to struct platform_driver::remove()
Uwe Kleine-König
4
-4
/
+4
2024-10-14
dmaengine: sh: rz-dmac: add r7s72100 support
Wolfram Sang
2
-5
/
+5
2024-10-14
dmaengine: sh: rz-dmac: handle configs where one address is zero
Wolfram Sang
1
-11
/
+14
2024-09-23
Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
1
-1
/
+1
2024-09-02
dmaengine: Fix spelling mistakes
Amit Vadhavana
1
-1
/
+1
2024-08-29
dma-mapping: don't return errors from dma_set_max_seg_size
Christoph Hellwig
1
-3
/
+1
2024-06-28
dmaengine: sh: rz-dmac: Fix lockdep assert warning
Biju Das
1
-1
/
+1
2024-01-19
dmaengine: shdma: increase size of 'dev_id'
Vinod Koul
1
-1
/
+1
2024-01-19
dmaengine: usb-dmac: Avoid format-overflow warning
Lad Prabhakar
1
-5
/
+5
2024-01-19
dmaengine: sh: rz-dmac: Avoid format-overflow warning
Lad Prabhakar
1
-4
/
+4
2023-09-28
dmaengine: usb-dmac: Annotate struct usb_dmac_desc with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: sh: usb-dmac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: sh: shdmac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: sh: rz-dmac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: sh: rcar-dmac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-01
dmaengine: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-12
dmaengine: shdmac: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-4
/
+3
2023-07-12
dmaengine: sh: rz-dmac: Fix destination and source data size setting
Hien Huynh
1
-4
/
+7
2023-07-12
dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()
Biju Das
1
-3
/
+3
2023-05-03
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
1
-4
/
+14
2023-04-13
dmaengine: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-03-31
dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_size
Geert Uytterhoeven
1
-4
/
+0
2023-03-17
dmaengine: sh: rz-dmac: Add reset support
Biju Das
1
-0
/
+14
2023-01-18
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
1
-3
/
+1
2022-11-04
dmaengine: sh: Remove unused shdma-arm.h
Stephen Kitt
1
-48
/
+0
2022-09-29
dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-2
/
+2
2022-07-26
dmaengine: sh: rz-dmac: Add device_synchronize callback
Biju Das
1
-0
/
+17
2022-04-08
dmaengine: sh: Kconfig: Make RZ_DMAC depend on ARCH_RZG2L
Lad Prabhakar
1
-1
/
+1
2022-03-11
dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option
Lad Prabhakar
1
-3
/
+3
2022-03-10
dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"
Vinod Koul
1
-3
/
+1
2022-02-15
dmaengine: shdma: Fix runtime PM imbalance on error
Yongzhi Liu
1
-1
/
+3
2022-02-15
dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
Jiasheng Jiang
1
-1
/
+4
2022-02-15
dmaengine: sh: rcar-dmac: Check for error num after setting mask
Jiasheng Jiang
1
-1
/
+3
2022-01-03
dmaengine: rcar-dmac: Add support for R-Car S4-8
Yoshihiro Shimoda
1
-7
/
+10
2021-12-17
Merge tag 'dmaengine_topic_slave_id_removal_5.17' into next
Vinod Koul
1
-8
/
+0
2021-12-17
dmaengine: sh: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-4
/
+2
2021-12-17
dmaengine: shdma: remove legacy slave_id parsing
Arnd Bergmann
1
-8
/
+0
2021-10-25
dmaengine: sh: make array ds_lut static
Colin Ian King
1
-1
/
+1
2021-10-25
dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probe
Dongliang Mu
1
-6
/
+7
2021-10-18
dmaengine: sh: rz-dmac: Add DMA clock handling
Biju Das
1
-0
/
+14
2021-08-31
dmaengine: sh: fix some NULL dereferences
Dan Carpenter
1
-2
/
+2
2021-08-31
dmaengine: sh: Fix unused initialization of pointer lmdesc
Colin Ian King
1
-3
/
+1
2021-08-29
dmaengine: sh: Add DMAC driver for RZ/G2L SoC
Biju Das
3
-0
/
+981
2021-08-02
dmaengine: usb-dmac: make usb_dmac_get_current_residue unsigned
Jordy Zomer
1
-1
/
+1
[next]