| Commit message (Expand) | Author | Age | Files | Lines |
* | dma: imx-sdma: move to generic device tree bindings | Shawn Guo | 2013-07-05 | 1 | -0/+40 |
* | dma: Remove erroneous __exit and __exit_p() references | Maxin B. John | 2013-04-15 | 1 | -2/+2 |
* | dma: imx-sdma: remove unneeded mach/hardware.h inclusion | Shawn Guo | 2012-10-15 | 1 | -1/+0 |
* | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2012-10-09 | 1 | -1/+1 |
|\ |
|
| * | dmaengine: Pass flags via device_prep_dma_cyclic() callback | Peter Ujfalusi | 2012-09-22 | 1 | -1/+1 |
* | | ARM: imx: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -2/+2 |
|/ |
|
* | dma: imx-sdma: buf_tail should be initialize in prepare function | Richard Zhao | 2012-06-07 | 1 | -2/+4 |
* | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -12/+28 |
|\ |
|
| * | dmaengine i.MX SDMA: do not depend on grouped clocks | Sascha Hauer | 2012-04-25 | 1 | -12/+28 |
* | | dma: imx-sdma: make channel0 operations atomic | Richard Zhao | 2012-05-11 | 1 | -26/+31 |
* | | dmaengine: Use dma_sg_len(sg) instead of sg->length | Lars-Peter Clausen | 2012-05-11 | 1 | -1/+1 |
* | | dma: imx-sdma: keep the callbacks invoked in the tasklet | Huang Shijie | 2012-05-11 | 1 | -2/+7 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-03-29 | 1 | -99/+88 |
|\ |
|
| * | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic | Alexandre Bounine | 2012-03-21 | 1 | -2/+3 |
| * | dma: imx-sdma: Treat firmware messages as warnings instead of erros | Fabio Estevam | 2012-03-21 | 1 | -3/+3 |
| * | Merge branch 'rmk_cookie_fixes2' into next | Vinod Koul | 2012-03-13 | 1 | -17/+6 |
| |\ |
|
| | * | dmaengine: fix for cookie changes and merge | Vinod Koul | 2012-03-13 | 1 | -0/+1 |
| | * | dmaengine: ensure all DMA engine drivers initialize their cookies | Russell King - ARM Linux | 2012-03-13 | 1 | -0/+1 |
| | * | dmaengine: provide a common function for completing a dma descriptor | Russell King - ARM Linux | 2012-03-13 | 1 | -1/+1 |
| | * | dmaengine: consolidate assignment of DMA cookies | Russell King - ARM Linux | 2012-03-13 | 1 | -15/+1 |
| | * | dmaengine: add private header file | Russell King - ARM Linux | 2012-03-13 | 1 | -0/+2 |
| | * | dmaengine: move last completed cookie into generic dma_chan structure | Russell King - ARM Linux | 2012-03-13 | 1 | -3/+2 |
| * | | Revert "drivers/dma: linux/module.h included twice" | Vinod Koul | 2012-03-09 | 1 | -0/+1 |
| * | | dma: imx-sdma: Print a message when firmare fails to be requested | Fabio Estevam | 2012-03-06 | 1 | -2/+4 |
| * | | dma: imx-sdma: Let the driver be probed even if no firware is found | Fabio Estevam | 2012-03-06 | 1 | -8/+5 |
| * | | drivers/dma: linux/module.h included twice | Danny Kukawka | 2012-03-06 | 1 | -1/+0 |
| |/ |
|
| * | i.MX SDMA: Fix burstsize settings | Philippe Rétornaz | 2012-02-02 | 1 | -2/+4 |
| * | dma/imx-sdma: convernt to use bit ops | Richard Zhao | 2012-01-31 | 1 | -34/+34 |
| * | dma/imx-sdma: use num_events to validate event_id0 | Richard Zhao | 2012-01-31 | 1 | -1/+1 |
| * | dma/imx-sdma: move clk_enable out of sdma_request_channel | Richard Zhao | 2012-01-31 | 1 | -2/+3 |
| * | dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel | Richard Zhao | 2012-01-31 | 1 | -2/+2 |
| * | dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary | Richard Zhao | 2012-01-31 | 1 | -22/+22 |
| * | dma/imx-sdma: let sdma_run_channel call sdma_enable_channel | Richard Zhao | 2012-01-31 | 1 | -6/+6 |
| * | dma: imx-sdma: start transfer in issue_pending | Sascha Hauer | 2012-01-30 | 1 | -6/+5 |
* | | includecheck: delete any duplicate instances of module.h | Paul Gortmaker | 2012-02-28 | 1 | -1/+0 |
* | | i.MX SDMA: Fix burstsize settings | Philippe Rétornaz | 2012-02-02 | 1 | -2/+4 |
|/ |
|
* | dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit | Haitao Zhang | 2012-01-06 | 1 | -2/+3 |
* | IMX/SDMA : save the real count for one DMA transaction. | Huang Shijie | 2011-12-05 | 1 | -2/+9 |
* | IMX/DMA : set the DMA direction in the sdma_control() | Huang Shijie | 2011-11-22 | 1 | -0/+1 |
* | Merge branch 'dma_slave_direction' into next_test_dirn | Vinod Koul | 2011-11-17 | 1 | -5/+5 |
|\ |
|
| * | dmaengine: move drivers to dma_transfer_direction | Vinod Koul | 2011-10-27 | 1 | -5/+5 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | drivers/dma: Add module.h to files implicitly using it. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | dmaengine i.MX DMA/SDMA: add missing include of linux/module.h | Axel Lin | 2011-09-21 | 1 | -0/+1 |
* | | dmaengine i.MX SDMA: use request_firmware_nowait | Sascha Hauer | 2011-08-29 | 1 | -7/+16 |
* | | dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially | Sascha Hauer | 2011-08-29 | 1 | -0/+6 |
* | | dmaengine i.MX SDMA: lock channel 0 | Sascha Hauer | 2011-08-29 | 1 | -2/+16 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2011-08-01 | 1 | -1/+3 |
|\ |
|
| * | dmaengine: imx-sdma: return proper error if kzalloc fails | Axel Lin | 2011-07-25 | 1 | -1/+3 |
* | | dmaengine: imx-sdma: add device tree probe support | Shawn Guo | 2011-07-27 | 1 | -3/+39 |