summaryrefslogtreecommitdiffstats
path: root/drivers/dma/imx-sdma.c
Commit message (Expand)AuthorAgeFilesLines
...
* dma: imx-sdma: Add ROM script addresses to driverSascha Hauer2013-08-261-1/+99
* dma: imx-sdma: Use struct for driver dataSascha Hauer2013-08-261-30/+33
* dma: imx-sdma: remove the unused completionHuang Shijie2013-08-191-7/+0
* dma: use dev_get_platdata()Jingoo Han2013-08-131-1/+1
* imx-sdma: remove useless variableAndy Shevchenko2013-08-051-6/+3
* dma: imx-sdma: move to generic device tree bindingsShawn Guo2013-07-051-0/+40
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-151-2/+2
* dma: imx-sdma: remove unneeded mach/hardware.h inclusionShawn Guo2012-10-151-1/+0
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-1/+1
|\
| * dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
* | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-2/+2
|/
* dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao2012-06-071-2/+4
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-12/+28
|\
| * dmaengine i.MX SDMA: do not depend on grouped clocksSascha Hauer2012-04-251-12/+28
* | dma: imx-sdma: make channel0 operations atomicRichard Zhao2012-05-111-26/+31
* | dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-111-1/+1
* | dma: imx-sdma: keep the callbacks invoked in the taskletHuang Shijie2012-05-111-2/+7
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-291-99/+88
|\
| * dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-2/+3
| * dma: imx-sdma: Treat firmware messages as warnings instead of errosFabio Estevam2012-03-211-3/+3
| * Merge branch 'rmk_cookie_fixes2' into nextVinod Koul2012-03-131-17/+6
| |\
| | * dmaengine: fix for cookie changes and mergeVinod Koul2012-03-131-0/+1
| | * dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-131-0/+1
| | * dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
| | * dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-15/+1
| | * dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
| | * dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-3/+2
| * | Revert "drivers/dma: linux/module.h included twice"Vinod Koul2012-03-091-0/+1
| * | dma: imx-sdma: Print a message when firmare fails to be requestedFabio Estevam2012-03-061-2/+4
| * | dma: imx-sdma: Let the driver be probed even if no firware is foundFabio Estevam2012-03-061-8/+5
| * | drivers/dma: linux/module.h included twiceDanny Kukawka2012-03-061-1/+0
| |/
| * i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
| * dma/imx-sdma: convernt to use bit opsRichard Zhao2012-01-311-34/+34
| * dma/imx-sdma: use num_events to validate event_id0Richard Zhao2012-01-311-1/+1
| * dma/imx-sdma: move clk_enable out of sdma_request_channelRichard Zhao2012-01-311-2/+3
| * dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channelRichard Zhao2012-01-311-2/+2
| * dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessaryRichard Zhao2012-01-311-22/+22
| * dma/imx-sdma: let sdma_run_channel call sdma_enable_channelRichard Zhao2012-01-311-6/+6
| * dma: imx-sdma: start transfer in issue_pendingSascha Hauer2012-01-301-6/+5
* | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-281-1/+0
* | i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
|/
* dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submitHaitao Zhang2012-01-061-2/+3
* IMX/SDMA : save the real count for one DMA transaction.Huang Shijie2011-12-051-2/+9
* IMX/DMA : set the DMA direction in the sdma_control()Huang Shijie2011-11-221-0/+1
* Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-5/+5
|\
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-5/+5
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\ \ | |/ |/|
| * drivers/dma: Add module.h to files implicitly using it.Paul Gortmaker2011-10-311-0/+1
* | dmaengine i.MX DMA/SDMA: add missing include of linux/module.hAxel Lin2011-09-211-0/+1
* | dmaengine i.MX SDMA: use request_firmware_nowaitSascha Hauer2011-08-291-7/+16
OpenPOWER on IntegriCloud