aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-sdma.c
Commit message (Expand)AuthorAge
* dma: imx-sdma: fix another incorrect __init annotationArnd Bergmann2014-09-28
* dma: imx-sdma: Remove spurious __init annotation on sdma_probe()Mark Brown2014-08-28
* dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.Vignesh Raman2014-08-19
* dma: imx-sdma: use module_platform_driver for SDMA driverVignesh Raman2014-08-19
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-04
* dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRCNicolin Chen2014-07-25
* dmaengine: imx-sdma: Save imx_dma_data into sdmacNicolin Chen2014-07-25
* dmaengine: Use dma_zalloc_coherentJoe Perches2014-07-14
* Update imx-sdma cyclic handling to report residueRussell King - ARM Linux2014-07-01
* dmaengine: imx: correct sdmac->status for cyclic dma txJiada Wang2014-06-01
* dma: sdma: Add imx25 compatibleMarkus Pargmann2014-02-18
* dma: imx-sdma: Assign a default script number for ROM firmware casesNicolin Chen2014-01-13
* dma: imx-sdma: Add new dma type for ssi dual fifo scriptNicolin Chen2013-12-15
* dma: imx-sdma: Add sdma firmware version 2 supportNicolin Chen2013-12-15
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-20
|\
| * dma: imx-sdma: Fix warnings for LPAE buildsOlof Johansson2013-11-13
| * dmaengine: imx-sdma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-25
* | ARM: 7857/1: dma: imx-sdma: setup dma maskPhilippe Retornaz2013-10-31
|/
* dma: imx-sdma: Staticize sdma_driver_data structuresFabio Estevam2013-09-02
* dma: imx-sdma: Add ROM script addresses to driverSascha Hauer2013-08-26
* dma: imx-sdma: Use struct for driver dataSascha Hauer2013-08-26
* dma: imx-sdma: remove the unused completionHuang Shijie2013-08-19
* dma: use dev_get_platdata()Jingoo Han2013-08-13
* imx-sdma: remove useless variableAndy Shevchenko2013-08-05
* dma: imx-sdma: move to generic device tree bindingsShawn Guo2013-07-05
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-15
* dma: imx-sdma: remove unneeded mach/hardware.h inclusionShawn Guo2012-10-14
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-08
|\
| * dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-22
* | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-14
|/
* dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao2012-06-07
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-26
|\
| * dmaengine i.MX SDMA: do not depend on grouped clocksSascha Hauer2012-04-25
* | dma: imx-sdma: make channel0 operations atomicRichard Zhao2012-05-11
* | dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-11
* | dma: imx-sdma: keep the callbacks invoked in the taskletHuang Shijie2012-05-11
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-29
|\
| * dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-21
| * dma: imx-sdma: Treat firmware messages as warnings instead of errosFabio Estevam2012-03-21
| * Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-13
| |\
| | * dmaengine: fix for cookie changes and mergeVinod Koul2012-03-13
| | * dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-13
| | * dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-13
| | * dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-13
| | * dmaengine: add private header fileRussell King - ARM Linux2012-03-13
| | * dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-13
| * | Revert "drivers/dma: linux/module.h included twice"Vinod Koul2012-03-09
| * | dma: imx-sdma: Print a message when firmare fails to be requestedFabio Estevam2012-03-06
| * | dma: imx-sdma: Let the driver be probed even if no firware is foundFabio Estevam2012-03-06
| * | drivers/dma: linux/module.h included twiceDanny Kukawka2012-03-06
| |/