summaryrefslogtreecommitdiff
path: root/drivers/dma/sirf-dma.c
AgeCommit message (Expand)Author
2021-01-26dmaengine: remove sirfsoc driverArnd Bergmann
2020-09-18dmaengine: sirf-dma: convert tasklets to use new tasklet_setup() APIAllen Pais
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner
2016-12-12dmaengine: sirf-dma: remove unused ‘sdesc’Vinod Koul
2016-10-03Merge branch 'topic/no_irq' into for-linusVinod Koul
2016-09-05dmaengine: sirf: fix irq number error checkArnd Bergmann
2016-08-08dmaengine: sirf-dma: convert callback to helper functionDave Jiang
2016-07-23dmaengine: sirf-dma: kill the tasklets upon exitVinod Koul
2016-07-16Merge branch 'topic/sirf' into for-linusVinod Koul
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin
2016-06-08dmaengine: sirf: fix un-exported struct warningsBen Dooks
2016-03-04dmaengine: sirf: use __maybe_unused to hide pm functionsArnd Bergmann
2015-10-01dmaengine: sirf: Fix module autoload for OF platform driverLuis de Bethencourt
2015-08-18dmaengine: sirf: clear pending DMA interrupt when DMA terminatesYanchang Li
2015-06-08dmaengine: sirf: add CSRatlas7 SoC supportHao Liu
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick
2014-12-22dmaengine: sirf: Declare slave capabilities for the generic codeMaxime Ripard
2014-12-22dmaengine: sirf: Split device_controlMaxime Ripard
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-17dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2014-11-06dmaengine: sirf: Remove chancnt affectationsMaxime Ripard
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-04-16dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()Dan Carpenter
2014-03-29dmaengine: sirf: enable generic dt binding for dma channelsBarry Song
2014-01-20dmaengine: sirf: Add device_slave_caps interfaceRongjun Ying
2013-08-13dmaengine: sirf: add PM entries for sleep and runtimeBarry Song
2013-08-13dma: sirf: use NULL instead of 0Jingoo Han
2013-07-05dmaengine: sirf: set dma residue based on the current dma transfer positionRongjun Ying
2013-05-02dmaengine: sirf: move driver init from module_init to subsys_initcallBarry Song
2013-04-15dmaengine:sirf:take clock and enable it while probingBarry Song
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-01-28DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_allBarry Song
2013-01-28DMAEngine: sirf: add DMA pause/resume supportBarry Song
2013-01-07dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman
2012-11-28dma: remove use of __devinitBill Pemberton
2012-11-28dma: remove use of __devexit_pBill Pemberton
2012-10-24dmaengine: sirf: fix a typo in moving running dma_desc to active queueBarry Song
2012-10-24dmaengine: sirf: fix a typo in dma_prep_interleavedBarry Song
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi
2012-08-22drivers/dma/sirf-dma.c: fix usage of devm functionsJulia Lawall
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux