index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sh
Age
Commit message (
Expand
)
Author
2026-06-08
dmaengine: sh: rz-dmac: Add DMA ACK signal routing support
John Madieu
2026-06-04
dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Add suspend to RAM support
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Add runtime PM support
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Adjust rz_dmac_chan_get_residue() to return error codes
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Add cyclic DMA support
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Refactor pause/resume code
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Save the start LM descriptor
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Fix incorrect NULL check for list_first_entry()
Claudiu Beznea
2026-06-04
dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
Claudiu Beznea
2026-03-17
dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks
Claudiu Beznea
2026-03-17
dmaengine: sh: rz-dmac: Add device_tx_status() callback
Biju Das
2026-03-17
dmaengine: sh: rz-dmac: Use rz_lmdesc_setup() to invalidate descriptors
John Madieu
2026-03-17
dmaengine: sh: rz-dmac: Drop unnecessary local_irq_save() call
Claudiu Beznea
2026-03-17
dmaengine: sh: rz-dmac: Drop goto instruction and label
Claudiu Beznea
2026-03-17
dmaengine: sh: rz-dmac: Drop read of CHCTRL register
Claudiu Beznea
2026-03-17
Merge branch 'fixes' into next
Vinod Koul
2026-03-17
dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
Claudiu Beznea
2026-03-17
dmaengine: sh: rz-dmac: Protect the driver specific lists
Claudiu Beznea
2026-03-09
dmaengine: sh: rz_dmac: add RZ/{T2H,N2H} support
Cosmin Tanislav
2026-03-09
dmaengine: sh: rz_dmac: make register_dma_req() chip-specific
Cosmin Tanislav
2026-03-09
dmaengine: sh: rz_dmac: make error interrupt optional
Cosmin Tanislav
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-17
Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-01-09
dmaengine: sh: use sg_nents_for_dma() helper
Andy Shevchenko
2026-01-09
dmaengine: sh: rz-dmac: Make channel irq local
Geert Uytterhoeven
2025-12-23
dmaengine: sh: Discard pm_runtime_put() return value
Rafael J. Wysocki
2025-12-16
dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()
Biju Das
2025-12-14
dmaengine: sh: rz-dmac: fix device leak on probe failure
Johan Hovold
2025-10-16
dmaengine: sh: Kconfig: Drop ARCH_R7S72100/ARCH_RZG2L dependency
Lad Prabhakar
2025-10-16
dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
Geert Uytterhoeven
2025-10-16
dmaengine: rcar-dmac: Remove dummy Runtime PM callback
Geert Uytterhoeven
2025-10-16
dmaengine: sh: usb-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
Geert Uytterhoeven
2025-09-02
dmaengine: sh: setup_xref error handling
Thomas Andreatta
2025-06-26
dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
Krzysztof Kozlowski
2025-05-14
dmaengine: sh: rz-dmac: Add RZ/V2H(P) support
Fabrizio Castro
2025-05-14
dmaengine: sh: rz-dmac: Allow for multiple DMACs
Fabrizio Castro
2025-02-27
dmaengine: Fix typo in comment
Thorsten Blum
2024-12-04
dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatible
Kuninori Morimoto
2024-10-21
dmaengine: fix typo in the comment
Yan Zhen
2024-10-14
dmaengine: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-14
dmaengine: sh: rz-dmac: add r7s72100 support
Wolfram Sang
[next]