aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/imx-dma.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28dmaengine: imx-dma: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-01dmaengine: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-03-17dmaengine: imx-dma: Remove a redundant memset() callGravatar Christophe JAILLET 1-1/+0
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Gravatar Tudor Ambarus 1-3/+1
2022-07-21dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)Gravatar Fabio Estevam 1-1/+1
2022-04-19dmaengine: imx: Move header to include/dma/Gravatar Sascha Hauer 1-1/+1
2021-08-02dmaengine: imx-dma: configure the generic DMA type to make it workGravatar Juergen Borleis 1-0/+2
2020-11-24dmaengine: imx-dma: Remove unused .id_tableGravatar Fabio Estevam 1-29/+4
2020-09-18dmaengine: imx-dma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-09-11Merge tag 'v5.9-rc4' into nextGravatar Vinod Koul 1-1/+1
2020-09-11dmaengine: imx-dma: Drop local dma_parmsGravatar Robin Murphy 1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-07-31dmaengine: imx-dma: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-5/+3
2019-02-04dmaengine: imx-dma: fix wrong callback invokeGravatar Leonid Iziumtsev 1-4/+4
2019-01-20dmaengine: imx-dma: change return of 'imxdma_sg_next' to voidGravatar Vinod Koul 1-3/+1
2019-01-20dmaengine: imx-dma: change variable 'now' type to size_tGravatar Vinod Koul 1-1/+1
2019-01-20dmaengine: imx-dma: fix warning comparison of distinct pointer typesGravatar Anders Roxell 1-1/+1
2018-10-07dmaengine: imx-dma: remove dma_slave_config direction usageGravatar Vinod Koul 1-3/+17
2018-05-23dmaengine: imx-dma: Switch to SPDX identifierGravatar Fabio Estevam 1-16/+10
2018-01-21ARM: 8745/1: get rid of __memzero()Gravatar Nicolas Pitre 1-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+3
2017-06-01dmaengine: imx-dma: cleanup scatterlist layering violationsGravatar Logan Gunthorpe 1-5/+2
2016-08-08dmaengine: imx-dma: convert callback to helper functionGravatar Dave Jiang 1-3/+1
2016-07-16dmaengine: imx-dma: fix coding style issueGravatar Vinod Koul 1-1/+1
2016-07-16dmaengine: imx-dma: explicitly freeup irqGravatar Vinod Koul 1-0/+29
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsGravatar Maxime Ripard 1-1/+1
2015-07-07dmaengine: imx-dma: Check for clk_prepare_enable() errorGravatar Fabio Estevam 1-9/+14
2015-05-04dmaengine: imx: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2015-02-02Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linusGravatar Vinod Koul 1-52/+51
2014-12-22dmaengine: imx-dma.c: Remove unused functionGravatar Rickard Strandqvist 1-5/+0
2014-12-22dmaengine: imx: Split device_controlGravatar Maxime Ripard 1-52/+51
2014-10-20dma: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationGravatar Laurent Pinchart 1-1/+1
2014-03-06dma: imx-dma: Add missing module owner fieldGravatar Alexander Shiyan 1-0/+1
2014-03-06dma: imx-dma: Replace printk with dev_*Gravatar Alexander Shiyan 1-6/+6
2013-10-31Merge branch 'for-linus' into nextGravatar Vinod Koul 1-17/+23
2013-10-31dmaengine: imx-dma: fix format warningsGravatar Russell King 1-17/+23
2013-10-25dmaengine: imx-dma: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-1/+1
2013-10-04dmaengine: imx-dma: fix callback path in taskletGravatar Michael Grzeschik 1-4/+6
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletGravatar Michael Grzeschik 1-11/+8
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicGravatar Michael Grzeschik 1-1/+1
2013-09-02dma: imx-dma: Remove redundant NULL checkGravatar Sachin Kamat 1-4/+2
2013-07-05DMA: imx-dma: imxdma->dev used uninitializedGravatar Markus Pargmann 1-1/+1
2013-07-05dma: imx-dma: Add oftree supportGravatar Markus Pargmann 1-0/+75
2013-04-15dma: imx-dma: Remove redundant NULL check before kfreeGravatar Syam Sidhardhan 1-2/+1
2013-04-15dma: Remove erroneous __exit and __exit_p() referencesGravatar Maxin B. John 1-2/+2
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-3/+2
2013-01-25dma: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-3/+4
2013-01-08dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Gravatar Javier Martin 1-3/+2