index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
imx-sdma.c
Age
Commit message (
Expand
)
Author
2014-09-28
dma: imx-sdma: fix another incorrect __init annotation
Arnd Bergmann
2014-08-28
dma: imx-sdma: Remove spurious __init annotation on sdma_probe()
Mark Brown
2014-08-19
dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.
Vignesh Raman
2014-08-19
dma: imx-sdma: use module_platform_driver for SDMA driver
Vignesh Raman
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-07-25
dmaengine: imx-sdma: Add a new DMATYPE for Shared Peripheral ASRC
Nicolin Chen
2014-07-25
dmaengine: imx-sdma: Save imx_dma_data into sdmac
Nicolin Chen
2014-07-14
dmaengine: Use dma_zalloc_coherent
Joe Perches
2014-07-01
Update imx-sdma cyclic handling to report residue
Russell King - ARM Linux
2014-06-01
dmaengine: imx: correct sdmac->status for cyclic dma tx
Jiada Wang
2014-02-18
dma: sdma: Add imx25 compatible
Markus Pargmann
2014-01-13
dma: imx-sdma: Assign a default script number for ROM firmware cases
Nicolin Chen
2013-12-16
dma: imx-sdma: Add new dma type for ssi dual fifo script
Nicolin Chen
2013-12-16
dma: imx-sdma: Add sdma firmware version 2 support
Nicolin Chen
2013-11-20
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-11-13
dma: imx-sdma: Fix warnings for LPAE builds
Olof Johansson
2013-10-31
ARM: 7857/1: dma: imx-sdma: setup dma mask
Philippe Retornaz
2013-10-25
dmaengine: imx-sdma: use DMA_COMPLETE for dma completion status
Vinod Koul
2013-09-02
dma: imx-sdma: Staticize sdma_driver_data structures
Fabio Estevam
2013-08-26
dma: imx-sdma: Add ROM script addresses to driver
Sascha Hauer
2013-08-26
dma: imx-sdma: Use struct for driver data
Sascha Hauer
2013-08-19
dma: imx-sdma: remove the unused completion
Huang Shijie
2013-08-13
dma: use dev_get_platdata()
Jingoo Han
2013-08-05
imx-sdma: remove useless variable
Andy Shevchenko
2013-07-05
dma: imx-sdma: move to generic device tree bindings
Shawn Guo
2013-04-15
dma: Remove erroneous __exit and __exit_p() references
Maxin B. John
2012-10-15
dma: imx-sdma: remove unneeded mach/hardware.h inclusion
Shawn Guo
2012-10-09
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
2012-09-22
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
2012-09-14
ARM: imx: move platform_data definitions
Arnd Bergmann
2012-06-07
dma: imx-sdma: buf_tail should be initialize in prepare function
Richard Zhao
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-05-11
dma: imx-sdma: make channel0 operations atomic
Richard Zhao
2012-05-11
dmaengine: Use dma_sg_len(sg) instead of sg->length
Lars-Peter Clausen
2012-05-11
dma: imx-sdma: keep the callbacks invoked in the tasklet
Huang Shijie
2012-04-25
dmaengine i.MX SDMA: do not depend on grouped clocks
Sascha Hauer
2012-03-29
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-21
dma: imx-sdma: Treat firmware messages as warnings instead of erros
Fabio Estevam
2012-03-13
Merge branch 'rmk_cookie_fixes2' into next
Vinod Koul
2012-03-13
dmaengine: fix for cookie changes and merge
Vinod Koul
2012-03-13
dmaengine: ensure all DMA engine drivers initialize their cookies
Russell King - ARM Linux
2012-03-13
dmaengine: provide a common function for completing a dma descriptor
Russell King - ARM Linux
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
dmaengine: add private header file
Russell King - ARM Linux
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2012-03-09
Revert "drivers/dma: linux/module.h included twice"
Vinod Koul
2012-03-06
dma: imx-sdma: Print a message when firmare fails to be requested
Fabio Estevam
2012-03-06
dma: imx-sdma: Let the driver be probed even if no firware is found
Fabio Estevam
2012-03-06
drivers/dma: linux/module.h included twice
Danny Kukawka
[next]