summaryrefslogtreecommitdiff
path: root/drivers/dma/imx-dma.c
Commit message (Expand)AuthorAge
* ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-21
* dmaengine: Convert timers to use timer_setup()Kees Cook2017-10-24
* dmaengine: imx-dma: cleanup scatterlist layering violationsLogan Gunthorpe2017-06-01
* dmaengine: imx-dma: convert callback to helper functionDave Jiang2016-08-08
* dmaengine: imx-dma: fix coding style issueVinod Koul2016-07-16
* dmaengine: imx-dma: explicitly freeup irqVinod Koul2016-07-16
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-05
* dmaengine: imx-dma: Check for clk_prepare_enable() errorFabio Estevam2015-07-07
* dmaengine: imx: Constify platform_device_idKrzysztof Kozlowski2015-05-04
* Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linusVinod Koul2015-02-02
|\
| * dmaengine: imx: Split device_controlMaxime Ripard2014-12-22
* | dmaengine: imx-dma.c: Remove unused functionRickard Strandqvist2014-12-22
|/
* dma: drop owner assignment from platform_driversWolfram Sang2014-10-20
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-04
* dma: imx-dma: Add missing module owner fieldAlexander Shiyan2014-03-06
* dma: imx-dma: Replace printk with dev_*Alexander Shiyan2014-03-06
* Merge branch 'for-linus' into nextVinod Koul2013-10-31
|\
| * dmaengine: imx-dma: fix format warningsRussell King2013-10-31
* | dmaengine: imx-dma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-25
|/
* dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-04
* dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-04
* dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-04
* dma: imx-dma: Remove redundant NULL checkSachin Kamat2013-09-02
* DMA: imx-dma: imxdma->dev used uninitializedMarkus Pargmann2013-07-05
* dma: imx-dma: Add oftree supportMarkus Pargmann2013-07-05
* dma: imx-dma: Remove redundant NULL check before kfreeSyam Sidhardhan2013-04-15
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-15
* Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-25
|\
| * dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Javier Martin2013-01-08
* | dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-25
|/
* Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson2012-11-06
|\
| * dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()Wei Yongjun2012-10-24
* | dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-15
* | dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo2012-10-15
* | dma: imx-dma: use devm_kzalloc and devm_request_irqShawn Guo2012-10-15
|/
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-09
|\
| * dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-22
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-01
|\ \
| * | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-14
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-01
|\ \ | |/ |/|
| * dma: fix commentsMasanari Iida2012-09-01
* | dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam2012-07-27
|/
* dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-11
* dmaengine: imx-dma: dont complete descriptor for cyclic dmaVinod Koul2012-04-20
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-29
|\
| * dmaengine: i.MX: Fix merge of cookie branch.Javier Martin2012-03-26
| * dmaengine: i.MX: Add support for interleaved transfers.Javier Martin2012-03-26
| * dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages.Javier Martin2012-03-26
| * dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'.Javier Martin2012-03-26
| * dmaengine: imx-dma: remove unused arg of imxdma_sg_next.Javier Martin2012-03-26