aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/omap-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-06dmaengine: omap: Remove chancnt affectationsMaxime Ripard1-2/+0
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23dmaengine: omap-dma: Restore the CLINK_CTRL in resume pathPeter Ujfalusi1-0/+3
2014-09-23dmaengine: omap-dma: Add memory barrier to dma_resume pathPeter Ujfalusi1-0/+2
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-2/+1
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+18
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King1-28/+18
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King1-6/+115
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King1-9/+87
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King1-23/+29
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King1-41/+61
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King1-4/+2
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King1-1/+7
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King1-14/+9
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King1-12/+20
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King1-10/+10
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King1-2/+5
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King1-54/+117
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King1-86/+61
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King1-36/+28
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King1-2/+64
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King1-10/+141
2014-04-04dmaengine: omap-dma: consolidate writes to DMA registersRussell King1-75/+48
2014-04-04dmaengine: omap-dma: program hardware directlyRussell King1-16/+126
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King1-0/+7
2014-04-04dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.Russell King1-2/+1
2014-03-29dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi1-0/+18
2014-01-20dma: omap: Set debug level to debugging messagesEzequiel Garcia1-2/+2
2013-10-25dmaengine: omap: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-04-15dmaengine: OMAP: Register SDMA controller with Device Tree DMA driverJon Hunter1-2/+36
2013-04-10dmaengine: omap-dma: Start DMA without delay for cyclic channelsPeter Ujfalusi1-6/+14
2013-01-11ARM: OMAP: Fix dmaengine init for multiplatformTony Lindgren1-19/+1
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-2/+0
2012-10-31ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren1-6/+0
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headersTony Lindgren1-1/+1
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren1-2/+7
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-9/+36
2012-09-22dmaengine: omap-dma: Add support to suppress interrupts in cyclic modePeter Ujfalusi1-2/+5
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+2
2012-09-22dmaengine: omap: Add support for pause/resume in cyclic dma modePeter Ujfalusi1-5/+25
2012-09-22dmaengine: omap: Support for element mode in cyclic DMAPeter Ujfalusi1-1/+4
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-0/+2
2012-07-31dmaengine: omap: add support for cyclic DMARussell King1-4/+89
2012-07-31dmaengine: omap: add support for setting fiRussell King1-2/+3
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King1-5/+64
2012-07-31dmaengine: add OMAP DMA engine driverRussell King1-0/+524