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
/
edma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
dmaengine: edma: Check the memory allocation for the memcpy dma device
Peter Ujfalusi
1
-0
/
+6
2017-12-04
dmaengine: edma: Use vchan_terminate_vdesc() instead of desc_free
Peter Ujfalusi
1
-5
/
+2
2017-11-14
Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+5
2017-10-12
dmaengine: edma: Implement protection for invalid max_burst
Peter Ujfalusi
1
-0
/
+5
2017-09-21
dmaengine: edma: Align the memcpy acnt array size with the transfer
Peter Ujfalusi
1
-3
/
+16
2016-12-14
Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+3
2016-11-30
dmaengine: edma: re-initialize dummy slot during system resume
Vignesh R
1
-0
/
+3
2016-10-18
dmaengine: edma: Fix error return code in edma_alloc_chan_resources()
Wei Yongjun
1
-0
/
+1
2016-10-03
Merge branch 'topic/compile_test' into for-linus
Vinod Koul
1
-13
/
+13
2016-09-30
dmaengine: edma: avoid uninitialized variable use
Arnd Bergmann
1
-4
/
+8
2016-09-28
dmaengine: edma: Rename set_bits and remove unused clear_bits helper
Peter Ujfalusi
1
-8
/
+2
2016-09-28
dmaengine: edma: Use correct type for of_find_property() third parameter
Peter Ujfalusi
1
-2
/
+1
2016-09-28
dmaengine: edma: Fix of_device_id data parameter usage (legacy vs TPCC)
Peter Ujfalusi
1
-3
/
+8
2016-09-28
dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs
Peter Ujfalusi
1
-0
/
+2
2016-07-16
dmaengine: edma: kill the tasklets upon exit
Vinod Koul
1
-0
/
+13
2016-07-16
dmaengine: edma: explicitly freeup irq
Vinod Koul
1
-0
/
+8
2016-07-16
Merge branch 'topic/edma' into for-linus
Vinod Koul
1
-6
/
+9
2016-06-21
dmaengine: Remove site specific OOM error messages on kzalloc
Peter Griffin
1
-12
/
+4
2016-06-08
dmaengine: edma: Use early completion for intermediate paRAM set in slave_sg
Peter Ujfalusi
1
-6
/
+9
2016-05-19
Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+10
2016-05-14
dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error event
Peter Ujfalusi
1
-1
/
+10
2016-04-06
dmaengine: edma: special case slot limit workaround
John Ogness
1
-3
/
+22
2016-04-06
dmaengine: edma: Remove dynamic TPTC power management feature
Peter Ujfalusi
1
-35
/
+3
2016-03-17
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-27
/
+36
2016-02-22
dmaengine: edma: Fetch echan->edesc while holding lock in edma_comletion_handler
Peter Ujfalusi
1
-27
/
+27
2016-02-22
dmaengine: edma: Implement device_synchronize callback
Peter Ujfalusi
1
-0
/
+9
2016-02-08
dmaengine: edma: fix residue race for cyclic
John Ogness
1
-1
/
+40
2016-01-20
Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
1
-1
/
+1
2016-01-13
Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+10
2016-01-13
dmaengine: edma: Fix paRAM slot allocation for entry channel 0
Peter Ujfalusi
1
-1
/
+1
2016-01-06
Merge branch 'topic/univ_api' into for-linus
Vinod Koul
1
-0
/
+4
2015-12-18
dmaengine: edma: Add support for DMA filter mapping to slave devices
Peter Ujfalusi
1
-0
/
+4
2015-12-18
dmaengine: edma: Add probe callback to edma_tptc_driver
Peter Ujfalusi
1
-0
/
+6
2015-12-10
Merge branch 'fix/edma' into fixes
Vinod Koul
1
-18
/
+35
2015-12-10
dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type
Peter Ujfalusi
1
-6
/
+25
2015-12-10
dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type
Peter Ujfalusi
1
-12
/
+10
2015-11-16
dmaengine: edma: predecence bug in GET_NUM_QDMACH()
Dan Carpenter
1
-1
/
+1
2015-11-16
dmaengine: edma: fix build without CONFIG_OF
Arnd Bergmann
1
-1
/
+1
2015-11-04
dmaengine: edma: Add dummy driver skeleton for edma3-tptc
Peter Ujfalusi
1
-0
/
+19
2015-10-27
dmaengine: edma: New device tree binding
Peter Ujfalusi
1
-146
/
+340
2015-10-27
dmaengine: edma: Merge the of parsing functions
Peter Ujfalusi
1
-16
/
+8
2015-10-27
dmaengine: edma: Do not allocate memory for edma_rsv_info in case of DT boot
Peter Ujfalusi
1
-6
/
+0
2015-10-27
dmaengine: edma: Refactor the dma device and channel struct initialization
Peter Ujfalusi
1
-42
/
+37
2015-10-27
dmaengine: edma: Get qDMA channel information from HW also
Peter Ujfalusi
1
-0
/
+6
2015-10-27
dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventq
Peter Ujfalusi
1
-34
/
+22
2015-10-27
dmaengine: edma: Correct PaRAM access function names (_parm_ to _param_)
Peter Ujfalusi
1
-12
/
+12
2015-10-27
dmaengine: edma: Simplify function parameter list for channel operations
Peter Ujfalusi
1
-273
/
+123
2015-10-27
dmaengine: edma: Optimize memcpy operation
Peter Ujfalusi
1
-21
/
+75
2015-10-27
dmaengine: edma: Remove alignment constraint for memcpy
Peter Ujfalusi
1
-7
/
+6
2015-10-14
dmaengine: edma: Dynamic paRAM slot handling if HW supports it
Peter Ujfalusi
1
-49
/
+52
[next]