index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
common
/
edma.c
Age
Commit message (
Expand
)
Author
2015-05-06
ARM: common: edma: clear completion interrupts on stop
John Ogness
2014-12-09
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-11-21
ARM: common: edma: edma_pm_resume may be unused
Arnd Bergmann
2014-11-18
ARM: common: edma: add suspend resume hook
Daniel Mack
2014-11-06
dma: edma: move device registration to platform code
Arnd Bergmann
2014-08-26
ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC
Peter Ujfalusi
2014-07-28
ARM: edma: Add edma_assign_channel_eventq() to move channel to a give queue
Peter Ujfalusi
2014-07-28
ARM: edma: Set default queue to lowest priority
Peter Ujfalusi
2014-05-26
Merge tag 'davinci-for-v3.16/edma' of git://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
2014-05-22
ARM: edma: Get IP configuration from HW (number of channels, tc, etc)
Peter Ujfalusi
2014-05-22
ARM: edma: Save number of regions from pdata to struct edma
Peter Ujfalusi
2014-05-22
ARM: edma: Remove num_cc member from struct edma
Peter Ujfalusi
2014-05-22
ARM: edma: Do not change TC -> Queue mapping, leave it to default.
Peter Ujfalusi
2014-05-22
ARM: edma: Take the number of tc from edma_soc_info (pdata)
Peter Ujfalusi
2014-05-22
ARM: edma: No need to clean the pdata in edma_of_parse_dt()
Peter Ujfalusi
2014-05-22
ARM: edma: Clean up and simplify the code around irq request
Peter Ujfalusi
2014-04-30
dmaengine: edma: Make reading the position of active channels work
Thomas Gleixner
2014-04-29
ARM: common: edma: Fix xbar mapping
Thomas Gleixner
2014-04-22
dmaengine: edma: Set DMA_CYCLIC capability flag
Peter Ujfalusi
2014-04-22
arm: common: edma: Save the number of event queues/TCs
Peter Ujfalusi
2013-10-30
dmanengine: fix edma driver to not define DMA_COMPLETE
Vinod Koul
2013-09-30
ARM: edma: Fix clearing of unused list for DT DMA resources
Joel Fernandes
2013-09-04
ARM: edma: Add function to manually trigger an EDMA channel
Joel Fernandes
2013-07-16
ARM: edma: remove duplicated include from edma.c
Wei Yongjun
2013-06-24
ARM: edma: Add EDMA crossbar event mux support
Matt Porter
2013-06-24
ARM: edma: Add DT and runtime PM support to the private EDMA API
Matt Porter
2013-06-18
ARM: edma: Convert to devm_* api
Lad, Prabhakar
2013-06-18
ARM: edma: remove unused transfer controller handlers
Matt Porter
2013-06-18
ARM: davinci: move private EDMA API to arm/common
Matt Porter