| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: imx-sdma: Correct src_addr_widths and directions | Nicolin Chen | 2017-09-21 | 1 | -3/+11 |
* | dmaengine: imx-sdma: Fix compilation warning. | Arvind Yadav | 2017-05-30 | 1 | -2/+2 |
* | dmaengine: imx-sdma: Handle return value of clk_prepare_enable | Arvind Yadav | 2017-05-30 | 1 | -5/+18 |
* | dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped | Jiada Wang | 2017-03-27 | 1 | -1/+16 |
* | dmaengine: imx-sdma: advertise correct residue granularity | Lucas Stach | 2017-03-14 | 1 | -1/+1 |
* | dmaengine: imx-sdma - correct the dma transfer residue calculation | Nandor Han | 2016-11-25 | 1 | -4/+9 |
* | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-10-07 | 1 | -5/+30 |
|\ |
|
| * | Merge branch 'topic/imx' into for-linus | Vinod Koul | 2016-10-03 | 1 | -1/+27 |
| |\ |
|
| | * | dmaengine: imx-sdma: Add i.MX7 support | Fabio Estevam | 2016-08-31 | 1 | -0/+26 |
| | * | dmaengine: imx-sdma: (trivial) fix a typo | Martin Kaiser | 2016-08-10 | 1 | -1/+1 |
| * | | dmaengine: imx-sdma: convert callback to helper function | Dave Jiang | 2016-08-08 | 1 | -4/+3 |
| |/ |
|
* | | dmaengine: imx-sdma - update the residue calculation for cyclic channels | Nandor Han | 2016-08-31 | 1 | -2/+18 |
* | | dmaengine: imx-sdma - reduce transfer latency for DMA cyclic clients | Nandor Han | 2016-08-31 | 1 | -20/+16 |
|/ |
|
* | dmaengine: imx-sdma: remove assignment never used | Vinod Koul | 2016-07-23 | 1 | -2/+1 |
* | dmaengine: imx-sdma: remove dummy assignment | Vinod Koul | 2016-07-23 | 1 | -2/+0 |
* | dmaengine: imx-sdma: explicitly freeup irq | Vinod Koul | 2016-07-16 | 1 | -0/+4 |
* | dmaengine: imx-sdma: ack channel 0 IRQ in the interrupt handler | Michael Olbrich | 2016-07-12 | 1 | -15/+8 |
* | dmaengine: imx-sdma: remove __init annotation on sdma_event_remap | Jason Liu | 2015-11-16 | 1 | -1/+1 |
* | dmaengine: imx-sdma: Remove unneeded dev_info() | Fabio Estevam | 2015-10-07 | 1 | -3/+0 |
* | dmaengine: imx-sdma: Move message level to debug | Fabio Estevam | 2015-10-07 | 1 | -1/+1 |
* | dmaengine: imx-sdma: Check for clk_enable() errors | Fabio Estevam | 2015-08-20 | 1 | -7/+22 |
* | dmaengine: imx-sdma: Add imx6sx platform support | Zidan Wang | 2015-08-19 | 1 | -0/+73 |
* | dmaengine: imx-sdma: Add device to device support | Shengjiu Wang | 2015-08-05 | 1 | -12/+140 |
* | dmaengine: imx: Constify platform_device_id | Krzysztof Kozlowski | 2015-05-04 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2015-04-24 | 1 | -0/+4 |
|\ |
|
| * | dmaengine: imx-sdma: Add support for version 3 firmware | Fabio Estevam | 2015-03-18 | 1 | -0/+4 |
* | | dmaengine: imx-sdma: switch to dynamic context mode after script loaded | Robin Gong | 2015-03-16 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus | Vinod Koul | 2015-02-03 | 1 | -82/+50 |
|\ |
|
| * | dmaengine: imx-sdma: Return a proper error code in platform_get_irq() | Fabio Estevam | 2015-01-13 | 1 | -1/+1 |
| * | dmaengine: imx-sdma: Use devm functions | Fabio Estevam | 2015-01-13 | 1 | -46/+16 |
| * | dmaengine: imx-sdma: Declare slave capabilities for the generic code | Fabio Estevam | 2015-01-13 | 1 | -0/+4 |
| * | dmaengine: imx-sdma: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -36/+30 |
* | | dmaengine: imx-sdma: fix indentation | Asaf Vertz | 2014-12-22 | 1 | -9/+9 |
|/ |
|
* | dma: imx-sdma: clarify about firmware not found error | Sascha Hauer | 2014-12-05 | 1 | -1/+2 |
* | dmaengine: imx-sdma: Add a new DMATYPE for SAI | Nicolin Chen | 2014-11-17 | 1 | -0/+1 |
* | dma: imx-sdma: remove incorrect __init annotation from sdma_init() | Jingoo Han | 2014-11-17 | 1 | -1/+1 |
* | dma: imx-sdma: fix another incorrect __init annotation | Arnd Bergmann | 2014-09-28 | 1 | -1/+1 |
* | dma: imx-sdma: Remove spurious __init annotation on sdma_probe() | Mark Brown | 2014-08-28 | 1 | -1/+1 |
* | dma: imx-sdma: Adding tasklet_kill() in sdma_remove function. | Vignesh Raman | 2014-08-19 | 1 | -0/+7 |
* | dma: imx-sdma: use module_platform_driver for SDMA driver | Vignesh Raman | 2014-08-19 | 1 | -6/+18 |
* | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 2014-08-04 | 1 | -1/+1 |
* | dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRC | Nicolin Chen | 2014-07-25 | 1 | -0/+5 |
* | dmaengine: imx-sdma: Save imx_dma_data into sdmac | Nicolin Chen | 2014-07-25 | 1 | -1/+4 |
* | dmaengine: Use dma_zalloc_coherent | Joe Perches | 2014-07-14 | 1 | -3/+2 |
* | Update imx-sdma cyclic handling to report residue | Russell King - ARM Linux | 2014-07-01 | 1 | -4/+18 |
* | dmaengine: imx: correct sdmac->status for cyclic dma tx | Jiada Wang | 2014-06-01 | 1 | -2/+0 |
* | dma: sdma: Add imx25 compatible | Markus Pargmann | 2014-02-18 | 1 | -0/+1 |
* | dma: imx-sdma: Assign a default script number for ROM firmware cases | Nicolin Chen | 2014-01-13 | 1 | -0/+4 |
* | dma: imx-sdma: Add new dma type for ssi dual fifo script | Nicolin Chen | 2013-12-16 | 1 | -0/+4 |
* | dma: imx-sdma: Add sdma firmware version 2 support | Nicolin Chen | 2013-12-16 | 1 | -1/+14 |