Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
654c66e99064a3e28e6768c06a1d61d334823659
/
drivers
/
dma
/
sh
fef3061
dmaengine: rcar-dmac: set scatter/gather max segment size
by Wolfram Sang
· 6 years ago
cf0fcc7
dmaengine: rcar-dmac: Reject zero-length slave DMA requests
by Geert Uytterhoeven
· 5 years ago
129c337
dmaengine: sh: rcar-dmac: Fix glitch in dmaengine_tx_status
by Achim Dahlhoff
· 6 years ago
0f00e1c
dmaengine: sh: rcar-dmac: With cyclic DMA residue 0 is valid
by Dirk Behme
· 6 years ago
c7fd1a9
dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
by Phuong Nguyen
· 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
· 7 years ago
30c4500
dmaengine: rcar-dmac: implement device_synchronize()
by Niklas Söderlund
· 7 years ago
427d5ec
dmaengine: rcar-dmac: store channel IRQ in struct rcar_dmac_chan
by Niklas Söderlund
· 7 years ago
9a445bb
dmaengine: usb-dmac: Fix DMAOR AE bit definition
by Hiroyuki Yokoyama
· 7 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
5cf5aec
dmaengine: shdmac: fixup WARNING of slave caps retrieval
by Kuninori Morimoto
· 10 years ago
2b5fbb8
dmaengine: rcar-hpbdma: tidyup residue_granularity
by Kuninori Morimoto
· 10 years ago
7a96337
dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval
by Kuninori Morimoto
· 10 years ago
ee4b876
dmaengine: rcar-dmac: Handle hardware descriptor allocation failure
by Jürg Billeter
· 10 years ago
1ed1315
dmaengine: rcar-dmac: Cache hardware descriptors memory
by Laurent Pinchart
· 10 years ago
ccadee9
dmaengine: rcar-dmac: Implement support for hardware descriptor lists
by Laurent Pinchart
· 10 years ago
87244fe
dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) driver
by Laurent Pinchart
· 10 years ago
be60f94
dmaengine: sh: Split device_control
by Maxime Ripard
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
26fd830
dmaengine: shdma: fix a race condition in __ld_cleanup()
by Yoshihiro Shimoda
· 10 years ago
cd16628
dmaengine: Remove .owner field for driver
by Kiran Padwal
· 10 years ago
1e91647
dmaengine: sh: Remove chancnt affectations
by Maxime Ripard
· 10 years ago
696f26e
dma: sh: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
b19f40b8
dma: rcar-audmapp: Fix for no corresponding slave ID
by Ryo Kataoka
· 10 years ago
Next »