summaryrefslogtreecommitdiffstats
path: root/drivers/dma/omap-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: omap-dma: port_window support correction for both directionPeter Ujfalusi2017-06-201-24/+15
* dmaengine: omap-dma: Fix the port_window supportPeter Ujfalusi2017-01-101-15/+16
* dmaengine: omap-dma: Fix dynamic lch_map allocationPeter Ujfalusi2017-01-031-9/+21
* dmaengine: omap-dma: Support for slave devices with data port windowPeter Ujfalusi2016-11-301-2/+61
* dmaengine: omap-dma: initialize can_pause to falseColin Ian King2016-10-191-1/+1
* dmaengine: omap-dma: add support for pause of non-cyclic transfersSebastian Andrzej Siewior2016-10-181-35/+89
* dmaengine: omap-dma: Enable burst and data pack for SGMisael Lopez Cruz2016-10-011-3/+6
* dmaengine: omap-dma: Correct type2 descriptor's member typesPeter Ujfalusi2016-09-141-4/+4
* dmaengine: omap-dma: Support for LinkedList transfer of slave_sgPeter Ujfalusi2016-08-101-6/+177
* dmaengine: omap-dma: Use pointer to omap_sg in slave_sg setup's loopPeter Ujfalusi2016-08-101-3/+5
* dmaengine: omap-dma: Add more debug information when freeing channelPeter Ujfalusi2016-08-101-1/+2
* dmaengine: omap-dma: Dynamically allocate memory for lch_mapPeter Ujfalusi2016-08-101-6/+14
* dmaengine: omap-dma: Simplify omap_dma_callbackPeter Ujfalusi2016-08-101-8/+6
* dmaengine: omap-dma: Simplify omap_dma_start_sg parameter listPeter Ujfalusi2016-08-101-6/+6
* Merge branch 'topic/dmaengine_cleanups' into for-linusVinod Koul2016-07-281-0/+4
|\
| * dmaengine: omap-dma: explicitly freeup irqVinod Koul2016-07-161-0/+4
* | dmaengine: omap-dma: Support for interleaved transferPeter Ujfalusi2016-07-241-4/+92
|/
* dmaengine: omap-dma: Do not suppress interrupts for memcpyPeter Ujfalusi2016-04-051-3/+1
* dmaengine: omap-dma: Fix polled channel completion detection and handlingPeter Ujfalusi2016-04-051-6/+16
* dmaengine: omap-dma: Implement device_synchronize callbackPeter Ujfalusi2016-02-221-0/+8
* Merge branch 'topic/omap' into for-linusVinod Koul2016-01-061-64/+14
|\
| * dmaengine: omap-dma: Handle cases when the channel is polled for completionPeter Ujfalusi2015-12-051-0/+6
| * dmaengine: omap-dma: Remove tasklet to start the transfersPeter Ujfalusi2015-12-051-57/+2
| * dmaengine: omap-dma: Clean up the prep_slave_sg sg list walk codePeter Ujfalusi2015-12-051-6/+5
| * dmaengine: omap-dma: Correct status reporting for memcpyPeter Ujfalusi2015-12-051-1/+1
* | dmaengine: omap-dma: Add support for DMA filter mapping to slave devicesPeter Ujfalusi2015-12-181-0/+4
|/
* dmaengine: omap-dma: Enable packed accesses for cyclic transfersMisael Lopez Cruz2015-10-051-1/+5
* Merge branch 'topic/omap' into for-linusVinod Koul2015-06-251-6/+23
|\
| * dmaengine: omap-dma: Reduce the number of virtual channelsPeter Ujfalusi2015-05-091-1/+1
| * dmaengine: omap-dma: Remove mapping between virtual channels and requestsPeter Ujfalusi2015-05-091-4/+8
| * dmaengine: omap-dma: Take DMA request number from DT if it is availablePeter Ujfalusi2015-05-091-1/+11
| * dmaengine: omap-dma: Use defines for dma channels and request countPeter Ujfalusi2015-05-091-2/+5
* | dmaengine: omap-dma: Add support for memcpyPeter Ujfalusi2015-05-041-2/+49
|/
* dmaengine: omap-dma: Fix memory leak when terminating running transferPeter Ujfalusi2015-03-301-0/+1
* dmaengine: omap: fix the assignment to .device_configVinod Koul2014-12-221-1/+1
* dmaengine: omap: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-14/+4
* dmaengine: omap: Split device_controlMaxime Ripard2014-12-221-36/+15
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | dmaengine: omap: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+0
|/
* dmaengine: omap-dma: Restore the CLINK_CTRL in resume pathPeter Ujfalusi2014-09-231-0/+3
* dmaengine: omap-dma: Add memory barrier to dma_resume pathPeter Ujfalusi2014-09-231-0/+2
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-2/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-04-101-0/+18
|\
| * dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi2014-03-291-0/+18
* | dmaengine: omap-dma: more consolidation of CCR register setupRussell King2014-04-041-28/+18
* | dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King2014-04-041-6/+115
* | dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King2014-04-041-9/+87
* | dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King2014-04-041-23/+29