index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sh
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
dmaengine: fix spelling mistake "exceds" -> "exceeds"
Colin Ian King
2
-2
/
+2
2019-10-14
dmaengine: rcar-dmac: Add dma-channel-mask property support
Yoshihiro Shimoda
1
-1
/
+9
2019-10-14
dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()
Yoshihiro Shimoda
1
-3
/
+1
2019-10-14
dmaengine: rcar-dmac: Use of_data values instead of a macro
Yoshihiro Shimoda
1
-5
/
+28
2019-09-17
Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-6
/
+2
2019-09-04
dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
Yoshihiro Shimoda
1
-9
/
+19
2019-07-31
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2
-6
/
+2
2019-06-25
dmaengine: rcar-dmac: Reject zero-length slave DMA requests
Geert Uytterhoeven
1
-1
/
+1
2019-06-25
dmaengine: sh: usb-dmac: Use [] to denote a flexible array member
Geert Uytterhoeven
1
-1
/
+1
2019-05-27
dmaengine: sh: usb-dmac: Let the core do the device node validation
Baolin Wang
1
-4
/
+2
2019-05-27
dmaengine: sh: rcar-dmac: Let the core do the device node validation
Baolin Wang
1
-3
/
+3
2019-05-21
dmaengine: sudmac: remove unused driver
Simon Horman
3
-421
/
+0
2019-05-09
Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2019-04-26
dmaengine: rcar-dmac: Update copyright information
Hiroyuki Yokoyama
1
-2
/
+2
2019-04-23
dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status
Achim Dahlhoff
1
-3
/
+23
2019-04-23
dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
Dirk Behme
1
-1
/
+3
2019-01-20
dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
Phuong Nguyen
1
-0
/
+2
2019-01-01
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2018-12-17
dmaengine: sh: rcar-dmac: Use device_iommu_mapped()
Joerg Roedel
1
-1
/
+1
2018-12-05
dmaengine: sh: Remove R-Mobile APE6 support
Geert Uytterhoeven
5
-99
/
+1
2018-11-11
dmaengine: sh: convert to SPDX identifiers
Kuninori Morimoto
1
-0
/
+1
2018-10-07
dmaengine: rcar-dmac: set scatter/gather max segment size
Wolfram Sang
1
-0
/
+3
2018-08-29
dmaengine: use SPDX identifier for Renesas drivers
Wolfram Sang
8
-34
/
+8
2018-07-31
dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()
Yoshihiro Shimoda
1
-17
/
+0
2018-07-11
dmaengine: sh: rcar-dmac: Add dma_pause operation
Yoshihiro Shimoda
1
-0
/
+12
2018-07-11
dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier
Yoshihiro Shimoda
1
-4
/
+11
2018-07-10
dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0
Yoshihiro Shimoda
1
-2
/
+3
2018-07-09
dmaengine: rcar-dmac: clear channel register when error
Kuninori Morimoto
1
-1
/
+9
2018-07-09
dmaengine: rcar-dmac: Disable interrupts while stopping channels
Geert Uytterhoeven
1
-2
/
+2
2018-07-06
dmaengine: rcar-dmac: convert to SPDX identifiers
Kuninori Morimoto
1
-4
/
+1
2018-06-28
dmaengine: rcar-dmac: don't use DMAC error interrupt
Kuninori Morimoto
1
-50
/
+22
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+3
2018-06-08
Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-29
/
+21
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-1
/
+1
2018-04-25
dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS
Geert Uytterhoeven
1
-29
/
+21
2018-04-10
Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+11
2018-04-04
dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks
Geert Uytterhoeven
1
-2
/
+2
2018-03-05
dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
Yoshihiro Shimoda
1
-0
/
+9
2018-02-27
dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
Yoshihiro Shimoda
1
-1
/
+1
2018-01-31
Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+43
2018-01-17
dmaengine: rcar-dmac: Make DMAC reinit during system resume explicit
Geert Uytterhoeven
1
-17
/
+7
2017-11-29
dmaengine: rcar-dmac: use TCRB instead of TCR for residue
Kuninori Morimoto
1
-1
/
+21
2017-11-29
dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearing
Kuninori Morimoto
1
-0
/
+22
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-25
dmaengine: rcar-dmac: initialize all data before registering IRQ handler
Kuninori Morimoto
1
-42
/
+43
2017-07-08
Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-6
/
+21
2017-05-30
rcar-dmac: fixup descriptor pointer for descriptor mode
Kuninori Morimoto
1
-0
/
+3
2017-05-19
dmaengine: rcar-dmac: wait for ISR to finish before freeing resources
Niklas Söderlund
1
-1
/
+5
2017-05-19
dmaengine: rcar-dmac: implement device_synchronize()
Niklas Söderlund
1
-0
/
+8
2017-05-19
dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chan
Niklas Söderlund
1
-5
/
+8
[next]