summaryrefslogtreecommitdiffstats
path: root/drivers/dma/sirf-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sirf-dma: remove unused ‘sdesc’Vinod Koul2016-12-121-4/+0
* Merge branch 'topic/no_irq' into for-linusVinod Koul2016-10-031-1/+1
|\
| * dmaengine: sirf: fix irq number error checkArnd Bergmann2016-09-051-1/+1
* | dmaengine: sirf-dma: convert callback to helper functionDave Jiang2016-08-081-5/+2
|/
* dmaengine: sirf-dma: kill the tasklets upon exitVinod Koul2016-07-231-0/+1
* Merge branch 'topic/sirf' into for-linusVinod Koul2016-07-161-3/+3
|\
| * dmaengine: sirf: fix un-exported struct warningsBen Dooks2016-06-081-3/+3
* | dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-3/+2
|/
* dmaengine: sirf: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-041-6/+4
* dmaengine: sirf: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-011-0/+1
* dmaengine: sirf: clear pending DMA interrupt when DMA terminatesYanchang Li2015-08-181-0/+3
* dmaengine: sirf: add CSRatlas7 SoC supportHao Liu2015-06-081-89/+334
* dmaengine: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
* dmaengine: sirf: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-13/+3
* dmaengine: sirf: Split device_controlMaxime Ripard2014-12-221-30/+13
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2014-11-171-0/+2
* | dmaengine: sirf: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+1
|/
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()Dan Carpenter2014-04-161-1/+1
* dmaengine: sirf: enable generic dt binding for dma channelsBarry Song2014-03-291-0/+23
* dmaengine: sirf: Add device_slave_caps interfaceRongjun Ying2014-01-201-0/+20
* dmaengine: sirf: add PM entries for sleep and runtimeBarry Song2013-08-131-3/+129
* dma: sirf: use NULL instead of 0Jingoo Han2013-08-131-1/+1
* dmaengine: sirf: set dma residue based on the current dma transfer positionRongjun Ying2013-07-051-0/+17
* dmaengine: sirf: move driver init from module_init to subsys_initcallBarry Song2013-05-021-1/+12
* dmaengine:sirf:take clock and enable it while probingBarry Song2013-04-151-0/+11
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-6/+67
|\
| * DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_allBarry Song2013-01-281-1/+3
| * DMAEngine: sirf: add DMA pause/resume supportBarry Song2013-01-281-0/+46
| * dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2013-01-071-6/+19
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
|/
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* dmaengine: sirf: fix a typo in moving running dma_desc to active queueBarry Song2012-10-241-1/+1
* dmaengine: sirf: fix a typo in dma_prep_interleavedBarry Song2012-10-241-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-10-101-16/+7
|\
| * drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall2012-08-221-16/+7
* | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-1/+1
|/
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-1/+1
* dmaengine: fix for cookie changes and mergeVinod Koul2012-03-131-0/+2
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-2/+1
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-6/+3
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-7/+1
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-4/+3
* dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin2011-12-051-11/+1
* dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying2011-11-181-0/+717
OpenPOWER on IntegriCloud