aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/omap-dma.c
AgeCommit message (Expand)Author
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King
2014-04-04dmaengine: omap-dma: consolidate writes to DMA registersRussell King
2014-04-04dmaengine: omap-dma: program hardware directlyRussell King
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King
2014-04-04dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.Russell King
2014-03-29dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi
2014-01-20dma: omap: Set debug level to debugging messagesEzequiel Garcia
2013-10-25dmaengine: omap: use DMA_COMPLETE for dma completion statusVinod Koul
2013-04-15dmaengine: OMAP: Register SDMA controller with Device Tree DMA driverJon Hunter
2013-04-10dmaengine: omap-dma: Start DMA without delay for cyclic channelsPeter Ujfalusi
2013-01-11ARM: OMAP: Fix dmaengine init for multiplatformTony Lindgren
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren
2012-10-31ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...Tony Lindgren
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-09-22dmaengine: omap-dma: Add support to suppress interrupts in cyclic modePeter Ujfalusi
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-09-22dmaengine: omap: Add support for pause/resume in cyclic dma modePeter Ujfalusi
2012-09-22dmaengine: omap: Support for element mode in cyclic DMAPeter Ujfalusi
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren
2012-07-31dmaengine: omap: add support for cyclic DMARussell King
2012-07-31dmaengine: omap: add support for setting fiRussell King
2012-07-31dmaengine: omap: add support for returning residue in tx_state methodRussell King
2012-07-31dmaengine: add OMAP DMA engine driverRussell King