Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
050668c10047802a2b62cbf8db834c2c84042b87
/
drivers
/
dma
/
sh
04cbfba
Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 5 years ago
cf24aac
dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
by Yoshihiro Shimoda
· 5 years ago
e17be6e
dmaengine: Remove dev_err() usage after platform_get_irq()
by Stephen Boyd
· 5 years ago
78efb76
dmaengine: rcar-dmac: Reject zero-length slave DMA requests
by Geert Uytterhoeven
· 5 years ago
e3dc00b
dmaengine: sh: usb-dmac: Use [] to denote a flexible array member
by Geert Uytterhoeven
· 5 years ago
c54d866
dmaengine: sh: usb-dmac: Let the core do the device node validation
by Baolin Wang
· 5 years ago
1dc1b29
dmaengine: sh: rcar-dmac: Let the core do the device node validation
by Baolin Wang
· 5 years ago
9a0f780
dmaengine: sudmac: remove unused driver
by Simon Horman
· 6 years ago
055128e
Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 6 years ago
8a6061c
dmaengine: rcar-dmac: Update copyright information
by Hiroyuki Yokoyama
· 6 years ago
6e7da74
dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status
by Achim Dahlhoff
· 6 years ago
907bd68
dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
by Dirk Behme
· 6 years ago
d9140a0
dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
by Phuong Nguyen
· 6 years ago
8e143b9
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
f884f6e
dmaengine: sh: rcar-dmac: Use device_iommu_mapped()
by Joerg Roedel
· 6 years ago
a197886
dmaengine: sh: Remove R-Mobile APE6 support
by Geert Uytterhoeven
· 6 years ago
9be92ba
dmaengine: sh: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
97d49c5
dmaengine: rcar-dmac: set scatter/gather max segment size
by Wolfram Sang
· 6 years ago
901fd85
dmaengine: use SPDX identifier for Renesas drivers
by Wolfram Sang
· 6 years ago
218c2104
dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr()
by Yoshihiro Shimoda
· 6 years ago
8115ce7
dmaengine: sh: rcar-dmac: Add dma_pause operation
by Yoshihiro Shimoda
· 6 years ago
4de1247
dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier
by Yoshihiro Shimoda
· 6 years ago
538603c
dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0
by Yoshihiro Shimoda
· 6 years ago
e919417
dmaengine: rcar-dmac: clear channel register when error
by Kuninori Morimoto
· 6 years ago
45c9a60
dmaengine: rcar-dmac: Disable interrupts while stopping channels
by Geert Uytterhoeven
· 6 years ago
b9b0a74
dmaengine: rcar-dmac: convert to SPDX identifiers
by Kuninori Morimoto
· 6 years ago
9203dbe
dmaengine: rcar-dmac: don't use DMAC error interrupt
by Kuninori Morimoto
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
2996148
Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 6 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
0ef9944
dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESAS
by Geert Uytterhoeven
· 7 years ago
1b02dcb
Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
73dcc66
dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks
by Geert Uytterhoeven
· 7 years ago
3e08162
dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
by Yoshihiro Shimoda
· 7 years ago
d716d9b
dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
by Yoshihiro Shimoda
· 7 years ago
2155e69
Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
1131b0a
dmaengine: rcar-dmac: Make DMAC reinit during system resume explicit
by Geert Uytterhoeven
· 7 years ago
73a47bd
dmaengine: rcar-dmac: use TCRB instead of TCR for residue
by Kuninori Morimoto
· 7 years ago
a8d46a7
dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearing
by Kuninori Morimoto
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
5e85704
dmaengine: rcar-dmac: initialize all data before registering IRQ handler
by Kuninori Morimoto
· 7 years ago
2ceedf9
Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 7 years ago
56b1770
rcar-dmac: fixup descriptor pointer for descriptor mode
by Kuninori Morimoto
· 7 years ago
a1ed64e
dmaengine: rcar-dmac: wait for ISR to finish before freeing resources
by Niklas Söderlund
· 8 years ago
30c4500
dmaengine: rcar-dmac: implement device_synchronize()
by Niklas Söderlund
· 8 years ago
427d5ec
dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chan
by Niklas Söderlund
· 8 years ago
9a445bb
dmaengine: usb-dmac: Fix DMAOR AE bit definition
by Hiroyuki Yokoyama
· 8 years ago
1175f83
dmaengine: rcar-dmac: enable descriptor mode on 40bit
by Kuninori Morimoto
· 8 years ago
97a229f
Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 8 years ago
dc31234
dmaengine: rcar-dmac: Widen DMA mask to 40 bits
by Geert Uytterhoeven
· 8 years ago
3139dc8
dmaengine: rcar-dmac: unmap slave resource when channel is freed
by Niklas Söderlund
· 8 years ago
7833a31
dmaengine: usb-dmac: remove unused ‘uchan’
by Vinod Koul
· 8 years ago
553911c
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 8 years ago
ed58a11
Merge branch 'topic/iommu' into for-linus
by Vinod Koul
· 8 years ago
9f87860
dmaengine: rcar-dmac: add iommu support for slave transfers
by Niklas Söderlund
· 8 years ago
c5ed08e
dmaengine: rcar-dmac: group slave configuration
by Niklas Söderlund
· 8 years ago
626d2f0
dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
by Yoshihiro Shimoda
· 8 years ago
73fc45e
dmaengine: sh_shdma-base: convert callback to helper function
by Dave Jiang
· 8 years ago
964b2fd
dmaengine: sh_rcar-dmac: convert callback to helper function
by Dave Jiang
· 8 years ago
9c4d7e6
Merge branch 'topic/sh' into for-linus
by Vinod Koul
· 8 years ago
55bd582
dmaengine: rcar-dmac: Fix residue reporting for pending descriptors
by Laurent Pinchart
· 8 years ago
48c7365
dmaengine: rcar-dmac: Fixed active descriptor initializing
by Muhammad Hamza Farooq
· 8 years ago
0f78e3b
dmaengine: rcar-dmac: warn if transfer cannot start as TE = 1
by Niklas Söderlund
· 8 years ago
3544d28
dmaengine: rcar-dmac: use result of updated get_residue in tx_status
by Muhammad Hamza Farooq
· 8 years ago
aef94fe
dmaengine: Remove site specific OOM error messages on kzalloc
by Peter Griffin
· 8 years ago
3565fe5
dmaengine: rcar-dmac: use list_add() on rcar_dmac_desc_put()
by Kuninori Morimoto
· 8 years ago
20c169a
dmaengine: rcar-dmac: clear pertinence number of channels
by Kuninori Morimoto
· 9 years ago
6fb5629
dmaengine: sh: shdmac: don't open code of_device_get_match_data()
by Wolfram Sang
· 9 years ago
5c229d0
dmaengine: sh: Use ARCH_RENESAS
by Simon Horman
· 9 years ago
d6a3227
Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
a6eaf23
Merge branch 'topic/rcar' into for-linus
by Vinod Koul
· 9 years ago
4d42e95
dmaengine: sh: Remove unused R-Car HPB-DMAC driver
by Geert Uytterhoeven
· 9 years ago
d9f5efa
dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()
by Yoshihiro Shimoda
· 9 years ago
bf55555
dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance
by Geert Uytterhoeven
· 9 years ago
36fa4a5
dmaengine: sh: usb-dmac: Fix crash on runtime suspend
by Geert Uytterhoeven
· 9 years ago
8a4ce22
dmaengine: sort the sh Makefile
by Vinod Koul
· 9 years ago
eeb72a8
dmaengine: sort the sh Kconfig
by Vinod Koul
· 9 years ago
1bc5e15
Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
a178831
Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/qcom' and 'asoc/topic/rcar' into asoc-next
by Mark Brown
· 9 years ago
08acf38
dmaengine: rcar-dmac: Use DECLARE_BITMAP
by Joe Perches
· 9 years ago
8f64b27
dmaengine: shdma: r8a73a4: Make dma_ts_shift[] static
by Geert Uytterhoeven
· 9 years ago
d23c9a0
dmaengine: rcar-dmac: fixup spinlock in rcar-dmac
by Kuninori Morimoto
· 9 years ago
8ad31bf
dmaengine: usb-dmac: Protect PM-only functions to kill warning
by Geert Uytterhoeven
· 10 years ago
d6a4c0e
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
b53c7582
Merge branch 'topic/sh' into for-linus
by Vinod Koul
· 10 years ago
7d3beab
dmaengine: shdmac: avoid unused variable warnings
by Arnd Bergmann
· 10 years ago
d7d8e89
dmaengine: usb-dmac: Fix dereferencing freed memory 'desc'
by Yoshihiro Shimoda
· 10 years ago
0c1c8ff
dmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver
by Yoshihiro Shimoda
· 10 years ago
3cd44dcd
dmaengine: remove Renesas Audio DMAC peri peri
by Kuninori Morimoto
· 10 years ago
b6d1778
dmaengine: shdma: Move DMA stop to (runtime) suspend callbacks
by Geert Uytterhoeven
· 10 years ago
411fdaf
dmaengine: shdma: use normal interface for passing slave id
by Arnd Bergmann
· 10 years ago
be6893e
dmaengine: rcar-dmac: Disable channel 0 when using IOMMU
by Laurent Pinchart
· 10 years ago
3f46306
dmaengine: rcar-dmac: Work around descriptor mode IOMMU errata
by Laurent Pinchart
· 10 years ago
6a63480
dmaengine: rcar-dmac: Allocate hardware descriptors with DMAC device
by Laurent Pinchart
· 10 years ago
f7638c9
dmaengine: rcar-dmac: Fix oops due to unintialized list in error ISR
by Laurent Pinchart
· 10 years ago
f391507
dmaengine: rcar-dmac: Fix spinlock issues in interrupt
by Laurent Pinchart
· 10 years ago
a55e07c
dmaengine: rcar-dmac: Fix uninitialized variable usage
by Laurent Pinchart
· 10 years ago
bf44a41
dmaengine: shdmac: extend PM methods
by Sergei Shtylyov
· 10 years ago
82bf90c
dmaengine: shdmac: use SET_RUNTIME_PM_OPS()
by Sergei Shtylyov
· 10 years ago
46c2eb6
Merge branch 'topic/rcar' into for-linus
by Vinod Koul
· 10 years ago
Next »