aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sirf-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18dmaengine: sirf: clear pending DMA interrupt when DMA terminatesYanchang Li1-0/+3
2015-06-08dmaengine: sirf: add CSRatlas7 SoC supportHao Liu1-89/+334
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2014-12-22dmaengine: sirf: Declare slave capabilities for the generic codeMaxime Ripard1-13/+3
2014-12-22dmaengine: sirf: Split device_controlMaxime Ripard1-30/+13
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-17dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2014-11-06dmaengine: sirf: Remove chancnt affectationsMaxime Ripard1-2/+1
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-1/+1
2014-04-16dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()Dan Carpenter1-1/+1
2014-03-29dmaengine: sirf: enable generic dt binding for dma channelsBarry Song1-0/+23
2014-01-20dmaengine: sirf: Add device_slave_caps interfaceRongjun Ying1-0/+20
2013-08-13dmaengine: sirf: add PM entries for sleep and runtimeBarry Song1-3/+129
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han1-1/+1
2013-07-05dmaengine: sirf: set dma residue based on the current dma transfer positionRongjun Ying1-0/+17
2013-05-02dmaengine: sirf: move driver init from module_init to subsys_initcallBarry Song1-1/+12
2013-04-15dmaengine:sirf:take clock and enable it while probingBarry Song1-0/+11
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+67
2013-01-28DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_allBarry Song1-1/+3
2013-01-28DMAEngine: sirf: add DMA pause/resume supportBarry Song1-0/+46
2013-01-07dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song1-6/+19
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24dmaengine: sirf: fix a typo in moving running dma_desc to active queueBarry Song1-1/+1
2012-10-24dmaengine: sirf: fix a typo in dma_prep_interleavedBarry Song1-1/+1
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-16/+7
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-1/+1
2012-08-22drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall1-16/+7
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+1
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul1-0/+2
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-2/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-6/+3
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-7/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-4/+3
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin1-11/+1
2011-11-18dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying1-0/+717