index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
edma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-14
dmaengine: edma: Read channel mapping support only once from HW
Peter Ujfalusi
1
-2
/
+6
2015-10-14
dmaengine: edma: Simplify and optimize ccerr interrupt handler
Peter Ujfalusi
1
-47
/
+35
2015-10-14
dmaengine: edma: Move the pending error check into helper function
Peter Ujfalusi
1
-8
/
+12
2015-10-14
dmaengine: edma: Simplify the interrupt handling
Peter Ujfalusi
1
-245
/
+205
2015-10-14
dmaengine: edma: Consolidate the comments for functions
Peter Ujfalusi
1
-75
/
+11
2015-10-14
dmaengine: edma: Print warning when linking slots from different eDMA
Peter Ujfalusi
1
-0
/
+3
2015-10-14
dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
Peter Ujfalusi
1
-2
/
+1
2015-10-14
dmaengine: edma: Use dev_dbg instead pr_debug
Peter Ujfalusi
1
-12
/
+12
2015-10-14
dmaengine: edma: Cleanup regarding the use of dev around the code
Peter Ujfalusi
1
-31
/
+30
2015-10-14
dmaengine: edma: Use devm_kcalloc when possible
Peter Ujfalusi
1
-2
/
+2
2015-10-14
dmaengine: edma: Allocate memory dynamically for bitmaps and structures
Peter Ujfalusi
1
-28
/
+34
2015-10-14
ARM/dmaengine: edma: Merge the two drivers under drivers/dma/
Peter Ujfalusi
1
-75
/
+1431
2015-10-14
ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
Peter Ujfalusi
1
-9
/
+8
2015-10-14
ARM/dmaengine: edma: Public API to use private struct pointer
Peter Ujfalusi
1
-36
/
+43
2015-10-14
ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
Peter Ujfalusi
1
-0
/
+16
2015-10-14
dmaengine: edma: Simplify and optimize the edma_execute path
Peter Ujfalusi
1
-47
/
+29
2015-08-05
dmaengine: Add an enum for the dmaengine alignment constraints
Maxime Ripard
1
-1
/
+1
2015-05-06
dmaenegine: edma: allow pause/resume for non-cyclic mode
John Ogness
1
-6
/
+1
2015-04-24
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+1
2015-04-01
dmaengine: edma: fixed wrongly initialized data parameter to the edma callback
Petr Kulhavy
1
-1
/
+1
2015-03-30
dmaengine: edma: fix memory leak when terminating running transfers
Petr Kulhavy
1
-0
/
+7
2015-02-16
dmaenegine: edma: fix sparse warnings
Lad, Prabhakar
1
-1
/
+2
2014-12-22
dmaengine: edma: Declare slave capabilities for the generic code
Maxime Ripard
1
-14
/
+6
2014-12-22
dmaengine: edma: Split device_control
Maxime Ripard
1
-35
/
+15
2014-12-22
dmaengine: Make the destination abbreviation coherent
Maxime Ripard
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-05
dma: edma: move device registration to platform code
Arnd Bergmann
1
-39
/
+1
2014-10-20
dma: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-15
dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()
Sebastian Andrzej Siewior
1
-1
/
+1
2014-08-11
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-7
/
+16
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
1
-1
/
+1
2014-07-31
dmaengine: edma: Do not register second device when booted with DT
Peter Ujfalusi
1
-1
/
+2
2014-07-31
dmaengine: edma: Do not change the error code returned from edma_alloc_slot
Peter Ujfalusi
1
-1
/
+1
2014-07-28
dmaengine: edma: Serve cyclic (audio) channels with high priority queue
Peter Ujfalusi
1
-0
/
+8
2014-07-28
dmaengine: edma: Support to suppress the period interrupts in cyclic mode
Peter Ujfalusi
1
-3
/
+3
2014-07-28
dmaengine: edma: Update caps->residue_granularity to match with reality
Peter Ujfalusi
1
-1
/
+1
2014-07-04
dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidth
Peter Ujfalusi
1
-0
/
+1
2014-04-30
dmaengine: edma: update DMA memcpy to use new param element
Joel Fernandes
1
-2
/
+2
2014-04-30
dmaengine: edma: Document variables used for residue accounting
Joel Fernandes
1
-2
/
+24
2014-04-30
dmaengine: edma: Provide granular accounting
Thomas Gleixner
1
-2
/
+65
2014-04-30
dmaengine: edma: Store transfer data in edma_desc and edma_pset
Thomas Gleixner
1
-0
/
+9
2014-04-30
dmaengine: edma: Create private pset struct
Thomas Gleixner
1
-31
/
+36
2014-04-30
dmaengine: edma: Check the current decriptor first in tx_status()
Thomas Gleixner
1
-4
/
+3
2014-04-30
dmaengine: edma: Sanitize residue reporting
Thomas Gleixner
1
-25
/
+9
2014-04-29
dmaengine: edma: Add channel number to debug prints
Peter Ujfalusi
1
-3
/
+4
2014-04-23
dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ
Joel Fernandes
1
-5
/
+4
2014-04-22
dmaengine: edma: Add DMA memcpy support
Joel Fernandes
1
-0
/
+51
2014-04-22
dmaengine: edma: Print the direction value as well when it is not supported
Peter Ujfalusi
1
-2
/
+2
2014-04-22
dmaengine: edma: Prefix debug prints where the text were identical in prep ca...
Peter Ujfalusi
1
-6
/
+8
2014-04-22
dmaengine: edma: Implement device_slave_caps callback
Peter Ujfalusi
1
-0
/
+18
[prev]
[next]