| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: mxs: Use %zu for printing a size_t variable | Fabio Estevam | 2017-06-15 | 1 | -1/+1 |
* | Merge branch 'topic/no_irq' into for-linus | Vinod Koul | 2016-10-03 | 1 | -6/+4 |
|\ |
|
| * | dmaengine: mxs: remove NO_IRQ check | Arnd Bergmann | 2016-09-05 | 1 | -6/+4 |
* | | dmaengine: mxs-dma: convert callback to helper function | Dave Jiang | 2016-08-08 | 1 | -2/+1 |
|/ |
|
* | dmaengine: mxs: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-04 | 1 | -1/+1 |
* | dmaengine: mxs-dma: Declare slave capabilities for the generic code | Fabio Estevam | 2015-01-13 | 1 | -0/+4 |
* | dmaengine: mxs-dma: fix unused variable warn | Vinod Koul | 2014-12-22 | 1 | -2/+0 |
* | dmaengine: mxs-dma: fix incompatible pointer type build warns | Vinod Koul | 2014-12-22 | 1 | -2/+4 |
* | dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan() | Vinod Koul | 2014-12-22 | 1 | -1/+1 |
* | dmaengine: mxs: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -36/+23 |
* | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 2014-08-04 | 1 | -1/+1 |
* | dmaengine: Use dma_zalloc_coherent | Joe Perches | 2014-07-14 | 1 | -5/+3 |
* | dma: mxs-dma: Use semaphores for cyclic DMA | Markus Pargmann | 2013-11-13 | 1 | -6/+35 |
* | dma: mxs-dma: Update state after channel reset | Markus Pargmann | 2013-11-13 | 1 | -1/+3 |
* | dma: mxs-dma: Fix channel reset hardware bug | Markus Pargmann | 2013-11-13 | 1 | -2/+27 |
* | dma: mxs-dma: Report correct residue for cyclic DMA | Markus Pargmann | 2013-11-13 | 1 | -1/+19 |
* | dma: mxs-dma: Cleanup interrupt handler | Markus Pargmann | 2013-11-13 | 1 | -36/+60 |
* | dmaengine: mxs-dma: use DMA_COMPLETE for dma completion status | Vinod Koul | 2013-10-25 | 1 | -3/+3 |
* | dma: mxs-dma: remove code left from generic DMA binding conversion | Shawn Guo | 2013-08-19 | 1 | -23/+0 |
* | mxs-dma: remove useless variable | Andy Shevchenko | 2013-08-05 | 1 | -3/+1 |
* | dma: mxs-dma: Staticize mxs_dma_xlate | Fabio Estevam | 2013-07-05 | 1 | -1/+1 |
* | dma: mxs-dma: move to generic device tree binding | Shawn Guo | 2013-04-04 | 1 | -4/+66 |
* | dma: mxs-dma: use devm_* managed functions | Shawn Guo | 2013-04-04 | 1 | -30/+9 |
* | dma: mxs-dma: Fix build warnings with W=1 | Fabio Estevam | 2013-01-08 | 1 | -4/+4 |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-10-10 | 1 | -6/+8 |
|\ |
|
| * | mxs/dma: Enlarge the CCW descriptor area to 4 pages | Marek Vasut | 2012-09-14 | 1 | -6/+8 |
* | | dmaengine: Pass flags via device_prep_dma_cyclic() callback | Peter Ujfalusi | 2012-09-22 | 1 | -1/+1 |
|/ |
|
* | dma: mxs-dma: Export missing symbols from mxs-dma.c | Attila Kinali | 2012-07-16 | 1 | -0/+2 |
* | dma: enable mxs-dma for imx6q | Huang Shijie | 2012-06-07 | 1 | -1/+0 |
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -61/+127 |
|\ |
|
| * | dma: mxs-dma: add device tree probe support | Dong Aisheng | 2012-05-12 | 1 | -5/+24 |
| * | dma: mxs-dma: make platform_device_id more generic | Shawn Guo | 2012-05-12 | 1 | -36/+79 |
| * | dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameter | Shawn Guo | 2012-05-12 | 1 | -12/+16 |
| * | dma: mxs-dma: use global stmp_device functionality | Dong Aisheng | 2012-05-12 | 1 | -13/+13 |
* | | dmaengine: Use dma_sg_len(sg) instead of sg->length | Lars-Peter Clausen | 2012-05-11 | 1 | -3/+3 |
|/ |
|
* | dma: mxs-dma: enable channel in device_issue_pending call | Shawn Guo | 2012-04-20 | 1 | -7/+3 |
* | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-03-31 | 1 | -5/+29 |
|\ |
|
| * | mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() | Huang Shijie | 2012-03-27 | 1 | -4/+28 |
| * | mxs-dma : move the mxs dma.h to a more common place | Huang Shijie | 2012-03-27 | 1 | -1/+1 |
* | | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic | Alexandre Bounine | 2012-03-21 | 1 | -2/+3 |
* | | dmaengine: ensure all DMA engine drivers initialize their cookies | Russell King - ARM Linux | 2012-03-13 | 1 | -0/+1 |
* | | dmaengine: provide a common function for completing a dma descriptor | Russell King - ARM Linux | 2012-03-13 | 1 | -1/+1 |
* | | dmaengine: consolidate assignment of DMA cookies | Russell King - ARM Linux | 2012-03-13 | 1 | -14/+1 |
* | | dmaengine: add private header file | Russell King - ARM Linux | 2012-03-13 | 1 | -0/+2 |
* | | dmaengine: move last completed cookie into generic dma_chan structure | Russell King - ARM Linux | 2012-03-13 | 1 | -3/+2 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-01-18 | 1 | -40/+13 |
|\ |
|
| * | dmaengine: add DMA_TRANS_NONE to dma_transfer_direction | Shawn Guo | 2011-12-23 | 1 | -1/+1 |
| * | dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channels | Lothar Waßmann | 2011-12-23 | 1 | -28/+1 |
| * | dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safe | Lothar Waßmann | 2011-12-23 | 1 | -1/+4 |
| * | dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled. | Lothar Waßmann | 2011-12-23 | 1 | -5/+2 |