index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
sirf-dma.c
Age
Commit message (
Expand
)
Author
2016-03-04
dmaengine: sirf: use __maybe_unused to hide pm functions
Arnd Bergmann
2015-10-01
dmaengine: sirf: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-08-18
dmaengine: sirf: clear pending DMA interrupt when DMA terminates
Yanchang Li
2015-06-08
dmaengine: sirf: add CSRatlas7 SoC support
Hao Liu
2015-03-18
dmaengine: constify of_device_id array
Fabian Frederick
2014-12-22
dmaengine: sirf: Declare slave capabilities for the generic code
Maxime Ripard
2014-12-22
dmaengine: sirf: Split device_control
Maxime Ripard
2014-12-22
dmaengine: Make the destination abbreviation coherent
Maxime Ripard
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-17
dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-11-06
dmaengine: sirf: Remove chancnt affectations
Maxime Ripard
2014-10-20
dma: drop owner assignment from platform_drivers
Wolfram Sang
2014-08-04
dmaengine: Remove the context argument to the prep_dma_cyclic operation
Laurent Pinchart
2014-04-16
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
Dan Carpenter
2014-03-29
dmaengine: sirf: enable generic dt binding for dma channels
Barry Song
2014-01-20
dmaengine: sirf: Add device_slave_caps interface
Rongjun Ying
2013-08-13
dmaengine: sirf: add PM entries for sleep and runtime
Barry Song
2013-08-13
dma: sirf: use NULL instead of 0
Jingoo Han
2013-07-05
dmaengine: sirf: set dma residue based on the current dma transfer position
Rongjun Ying
2013-05-02
dmaengine: sirf: move driver init from module_init to subsys_initcall
Barry Song
2013-04-15
dmaengine:sirf:take clock and enable it while probing
Barry Song
2013-02-26
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-01-28
DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_all
Barry Song
2013-01-28
DMAEngine: sirf: add DMA pause/resume support
Barry Song
2013-01-07
dmaengine: sirf: enable the driver support new SiRFmarco SoC
Barry Song
2013-01-03
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-28
dma: remove use of __devinit
Bill Pemberton
2012-11-28
dma: remove use of __devexit_p
Bill Pemberton
2012-10-24
dmaengine: sirf: fix a typo in moving running dma_desc to active queue
Barry Song
2012-10-24
dmaengine: sirf: fix a typo in dma_prep_interleaved
Barry Song
2012-10-10
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-09-22
dmaengine: Pass flags via device_prep_dma_cyclic() callback
Peter Ujfalusi
2012-08-22
drivers/dma/sirf-dma.c: fix usage of devm functions
Julia Lawall
2012-03-21
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-13
dmaengine: fix for cookie changes and merge
Vinod Koul
2012-03-13
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
2012-03-13
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2011-12-05
dmaengine: convert drivers/dma/* to use module_platform_driver()
Axel Lin
2011-11-18
dmaengine: add CSR SiRFprimaII DMAC driver
Rongjun Ying