summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-dma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-5/+3Star
|\
| * dmaengine: imx-dma: change return of 'imxdma_sg_next' to voidVinod Koul2019-01-201-3/+1Star
| * dmaengine: imx-dma: change variable 'now' type to size_tVinod Koul2019-01-201-1/+1
| * dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell2019-01-201-1/+1
* | dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-041-4/+4
|/
* dmaengine: imx-dma: remove dma_slave_config direction usageVinod Koul2018-10-071-3/+17
* dmaengine: imx-dma: Switch to SPDX identifierFabio Estevam2018-05-231-16/+10Star
* ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-211-1/+1
* dmaengine: Convert timers to use timer_setup()Kees Cook2017-10-241-5/+3Star
* dmaengine: imx-dma: cleanup scatterlist layering violationsLogan Gunthorpe2017-06-011-5/+2Star
* dmaengine: imx-dma: convert callback to helper functionDave Jiang2016-08-081-3/+1Star
* dmaengine: imx-dma: fix coding style issueVinod Koul2016-07-161-1/+1
* dmaengine: imx-dma: explicitly freeup irqVinod Koul2016-07-161-0/+29
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-051-1/+1
* dmaengine: imx-dma: Check for clk_prepare_enable() errorFabio Estevam2015-07-071-9/+14
* dmaengine: imx: Constify platform_device_idKrzysztof Kozlowski2015-05-041-1/+1
* Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linusVinod Koul2015-02-031-52/+51Star
|\
| * dmaengine: imx: Split device_controlMaxime Ripard2014-12-221-52/+51Star
* | dmaengine: imx-dma.c: Remove unused functionRickard Strandqvist2014-12-221-5/+0Star
|/
* dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dma: imx-dma: Add missing module owner fieldAlexander Shiyan2014-03-061-0/+1
* dma: imx-dma: Replace printk with dev_*Alexander Shiyan2014-03-061-6/+6
* Merge branch 'for-linus' into nextVinod Koul2013-10-311-17/+23
|\
| * dmaengine: imx-dma: fix format warningsRussell King2013-10-311-17/+23
* | dmaengine: imx-dma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
|/
* dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
* dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8Star
* dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1
* dma: imx-dma: Remove redundant NULL checkSachin Kamat2013-09-021-4/+2Star
* DMA: imx-dma: imxdma->dev used uninitializedMarkus Pargmann2013-07-051-1/+1
* dma: imx-dma: Add oftree supportMarkus Pargmann2013-07-051-0/+75
* dma: imx-dma: Remove redundant NULL check before kfreeSyam Sidhardhan2013-04-151-2/+1Star
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-151-2/+2
* Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-261-3/+2Star
|\
| * dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Javier Martin2013-01-081-3/+2Star
* | dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
|/
* Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson2012-11-061-1/+3
|\
| * dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()Wei Yongjun2012-10-241-1/+3
* | dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-6/+48
* | dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo2012-10-151-15/+20
* | dma: imx-dma: use devm_kzalloc and devm_request_irqShawn Guo2012-10-151-39/+15Star
|/
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-1/+1
|\
| * dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-021-1/+1
|\ \
| * | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-2/+2
|\ \ | |/ |/|
| * dma: fix commentsMasanari Iida2012-09-011-2/+2
* | dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam2012-07-271-11/+25
|/
* dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-111-6/+6