summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: imx-dma: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
* dmaengine: Explicitly include correct DT includesRob Herring2023-08-011-1/+1
* dmaengine: imx-dma: Remove a redundant memset() callChristophe JAILLET2023-03-171-1/+0
* dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus2023-01-181-3/+1
* dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)Fabio Estevam2022-07-211-1/+1
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
* dmaengine: imx-dma: configure the generic DMA type to make it workJuergen Borleis2021-08-021-0/+2
* dmaengine: imx-dma: Remove unused .id_tableFabio Estevam2020-11-241-29/+4
* dmaengine: imx-dma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-181-4/+3
* Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-111-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | dmaengine: imx-dma: Drop local dma_parmsRobin Murphy2020-09-111-2/+0
|/
* dmaengine: imx-dma: Mark expected switch fall-throughGustavo A. R. Silva2019-07-311-0/+1
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-5/+3
|\
| * dmaengine: imx-dma: change return of 'imxdma_sg_next' to voidVinod Koul2019-01-201-3/+1
| * 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/+10
* 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/+3
* dmaengine: imx-dma: cleanup scatterlist layering violationsLogan Gunthorpe2017-06-011-5/+2
* dmaengine: imx-dma: convert callback to helper functionDave Jiang2016-08-081-3/+1
* 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-021-52/+51
|\
| * dmaengine: imx: Split device_controlMaxime Ripard2014-12-221-52/+51
* | dmaengine: imx-dma.c: Remove unused functionRickard Strandqvist2014-12-221-5/+0
|/
* dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* 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/+8
* 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/+2
* 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/+1
* 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-251-3/+2
|\
| * dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.Javier Martin2013-01-081-3/+2
* | dma: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
|/