aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24dmaengine: imx-dma: Remove unused .id_tableFabio Estevam1-29/+4
2020-09-18dmaengine: imx-dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-11Merge tag 'v5.9-rc4' into nextVinod Koul1-1/+1
2020-09-11dmaengine: imx-dma: Drop local dma_parmsRobin Murphy1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-07-31dmaengine: imx-dma: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+3
2019-02-04dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev1-4/+4
2019-01-20dmaengine: imx-dma: change return of 'imxdma_sg_next' to voidVinod Koul1-3/+1
2019-01-20dmaengine: imx-dma: change variable 'now' type to size_tVinod Koul1-1/+1
2019-01-20dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell1-1/+1
2018-10-07dmaengine: imx-dma: remove dma_slave_config direction usageVinod Koul1-3/+17
2018-05-23dmaengine: imx-dma: Switch to SPDX identifierFabio Estevam1-16/+10
2018-01-21ARM: 8745/1: get rid of __memzero()Nicolas Pitre1-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-06-01dmaengine: imx-dma: cleanup scatterlist layering violationsLogan Gunthorpe1-5/+2
2016-08-08dmaengine: imx-dma: convert callback to helper functionDave Jiang1-3/+1
2016-07-16dmaengine: imx-dma: fix coding style issueVinod Koul1-1/+1
2016-07-16dmaengine: imx-dma: explicitly freeup irqVinod Koul1-0/+29
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-1/+1
2015-07-07dmaengine: imx-dma: Check for clk_prepare_enable() errorFabio Estevam1-9/+14
2015-05-04dmaengine: imx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-02-02Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linusVinod Koul1-52/+51
2014-12-22dmaengine: imx-dma.c: Remove unused functionRickard Strandqvist1-5/+0
2014-12-22dmaengine: imx: Split device_controlMaxime Ripard1-52/+51
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-03-06dma: imx-dma: Add missing module owner fieldAlexander Shiyan1-0/+1
2014-03-06dma: imx-dma: Replace printk with dev_*Alexander Shiyan1-6/+6
2013-10-31Merge branch 'for-linus' into nextVinod Koul1-17/+23
2013-10-31dmaengine: imx-dma: fix format warningsRussell King1-17/+23
2013-10-25dmaengine: imx-dma: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-04dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik1-4/+6
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik1-11/+8
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik1-1/+1
2013-09-02dma: imx-dma: Remove redundant NULL checkSachin Kamat1-4/+2
2013-07-05DMA: imx-dma: imxdma->dev used uninitializedMarkus Pargmann1-1/+1
2013-07-05dma: imx-dma: Add oftree supportMarkus Pargmann1-0/+75
2013-04-15dma: imx-dma: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-04-15dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John1-2/+2
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+2
2013-01-25dma: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-08dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Javier Martin1-3/+2
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson1-1/+3
2012-10-24dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc()Wei Yongjun1-1/+3
2012-10-15dma: imx-dma: remove cpu_is_xxx by using platform_device_idShawn Guo1-6/+48
2012-10-15dma: imx-dma: retrieve MEM and IRQ from resourcesShawn Guo1-15/+20
2012-10-15dma: imx-dma: use devm_kzalloc and devm_request_irqShawn Guo1-39/+15
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1