summaryrefslogtreecommitdiffstats
path: root/drivers/dma/coh901318.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-4/+2
|\
| * dmaengine: coh901318: no need to cast away call to debugfs_create_file()Greg Kroah-Hartman2019-06-141-4/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-1/+1
|/
* dmaengine: coh901318: Remove unused variableVinod Koul2018-11-261-1/+0
* dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai2018-11-241-4/+0
* dmaengine: coh901318: remove dma_slave_config direction usageVinod Koul2018-10-071-5/+23
* dmaengine: coh901318: Remove unnecessary 0x prefixes before %padVinod Koul2017-11-081-3/+3
* Merge branch 'topic/err_reporting' into for-linusVinod Koul2016-10-031-6/+3
|\
| * dmaengine: coh901318: convert callback to helper functionDave Jiang2016-08-081-6/+3
* | Merge branch 'topic/compile_test' into for-linusVinod Koul2016-10-031-10/+10
|\ \
| * | dmaengine: coh901318: fix pointer cast warningsVinod Koul2016-09-261-3/+3
| * | dmaengine: coh901318: return ssize_t for coh901318_debugfs_readVinod Koul2016-09-261-1/+1
| * | dmaengine: coh901318: use correct print specifiersVinod Koul2016-09-261-6/+6
| |/
* | dmaengine: coh901318: fix integer overflow when shifting more than 32 placesColin Ian King2016-09-301-2/+3
* | dmaengine: cleanup with list_first_entry_or_null()Masahiro Yamada2016-09-141-18/+4
|/
* dmaengine: coh901318: remove owner assignmentVinod Koul2016-07-231-1/+0
* dmaengine: coh901318: statify symbolsVinod Koul2016-07-161-3/+3
* dmaengine: coh901318: kill the tasklets upon exitVinod Koul2016-07-161-0/+18
* dmaengine: coh901318: explicitly freeup irqVinod Koul2016-07-161-0/+5
* dmaengine: coh901318: Only calculate residue if txstate exists.Peter Griffin2016-06-211-1/+1
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-051-1/+1
* dmaengine: coh901318: fix function return types build warningsArnd Bergmann2015-01-181-8/+12
* dmaengine: coh901318: Split device_controlMaxime Ripard2014-12-221-77/+60
* dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
* dmaengine: coh901318: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* dma: coh901318: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-1/+1
* coh901318: don't open-code simple_read_from_buffer()Al Viro2013-09-031-21/+5
* dma: coh901318: add devicetree supportLinus Walleij2013-06-171-0/+43
* dma: Remove erroneous __exit and __exit_p() referencesMaxin B. John2013-04-151-2/+2
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-1/+3
|\
| * dma: coh901318: set residue only if dma is in progressAndy Shevchenko2013-02-141-1/+3
* | dma: coh901318: cut down on platform data abstractionLinus Walleij2013-01-071-67/+7
* | dma: coh901318: merge header filesLinus Walleij2013-01-071-1/+0
* | dma: coh901318: push definitions into driverLinus Walleij2013-01-071-0/+208
* | dma: coh901318: push header down into the DMA subsystemLinus Walleij2013-01-071-1/+1
* | dma: coh901318: skip hard-coded addressesLinus Walleij2013-01-071-22/+13
* | dma: coh901318: remove hardcoded target addressesLinus Walleij2013-01-071-19/+0
* | dma: coh901318: push platform data into driverLinus Walleij2013-01-071-3/+1085
* | dma: coh901318: create a proper platform data fileLinus Walleij2013-01-071-0/+1
|/
* dma: coh901318: use devm allocationLinus Walleij2012-06-141-48/+24
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-05-251-1/+1
|\
| * dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-111-1/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+1
|\ \ | |/ |/|
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* | dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-1/+1
* | dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-1/+1
* | dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-9/+4
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-1/+1
* | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-17/+3
* | dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+1