aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/coh901318.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-08dmaengine: coh901318: Remove unnecessary 0x prefixes before %padGravatar Vinod Koul 1-3/+3
2016-10-03Merge branch 'topic/err_reporting' into for-linusGravatar Vinod Koul 1-6/+3
2016-10-03Merge branch 'topic/compile_test' into for-linusGravatar Vinod Koul 1-10/+10
2016-09-30dmaengine: coh901318: fix integer overflow when shifting more than 32 placesGravatar Colin Ian King 1-2/+3
2016-09-26dmaengine: coh901318: fix pointer cast warningsGravatar Vinod Koul 1-3/+3
2016-09-26dmaengine: coh901318: return ssize_t for coh901318_debugfs_readGravatar Vinod Koul 1-1/+1
2016-09-26dmaengine: coh901318: use correct print specifiersGravatar Vinod Koul 1-6/+6
2016-09-14dmaengine: cleanup with list_first_entry_or_null()Gravatar Masahiro Yamada 1-18/+4
2016-08-08dmaengine: coh901318: convert callback to helper functionGravatar Dave Jiang 1-6/+3
2016-07-23dmaengine: coh901318: remove owner assignmentGravatar Vinod Koul 1-1/+0
2016-07-16dmaengine: coh901318: statify symbolsGravatar Vinod Koul 1-3/+3
2016-07-16dmaengine: coh901318: kill the tasklets upon exitGravatar Vinod Koul 1-0/+18
2016-07-16dmaengine: coh901318: explicitly freeup irqGravatar Vinod Koul 1-0/+5
2016-06-21dmaengine: coh901318: Only calculate residue if txstate exists.Gravatar Peter Griffin 1-1/+1
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsGravatar Maxime Ripard 1-1/+1
2015-01-18dmaengine: coh901318: fix function return types build warningsGravatar Arnd Bergmann 1-8/+12
2014-12-22dmaengine: coh901318: Split device_controlGravatar Maxime Ripard 1-77/+60
2014-10-15dmaengine: coh901318: use dmaengine_terminate_all() APIGravatar Vinod Koul 1-1/+1
2013-10-25dmaengine: coh901318: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-1/+1
2013-10-13dma: coh901318: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-09-03coh901318: don't open-code simple_read_from_buffer()Gravatar Al Viro 1-21/+5
2013-06-17dma: coh901318: add devicetree supportGravatar Linus Walleij 1-0/+43
2013-04-15dma: Remove erroneous __exit and __exit_p() referencesGravatar Maxin B. John 1-2/+2
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+3
2013-02-14dma: coh901318: set residue only if dma is in progressGravatar Andy Shevchenko 1-1/+3
2013-01-07dma: coh901318: cut down on platform data abstractionGravatar Linus Walleij 1-67/+7
2013-01-07dma: coh901318: merge header filesGravatar Linus Walleij 1-1/+0
2013-01-07dma: coh901318: push definitions into driverGravatar Linus Walleij 1-0/+208
2013-01-07dma: coh901318: push header down into the DMA subsystemGravatar Linus Walleij 1-1/+1
2013-01-07dma: coh901318: skip hard-coded addressesGravatar Linus Walleij 1-22/+13
2013-01-07dma: coh901318: remove hardcoded target addressesGravatar Linus Walleij 1-19/+0
2013-01-07dma: coh901318: push platform data into driverGravatar Linus Walleij 1-3/+1085
2013-01-07dma: coh901318: create a proper platform data fileGravatar Linus Walleij 1-0/+1
2012-06-14dma: coh901318: use devm allocationGravatar Linus Walleij 1-48/+24
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2012-05-11dmaengine: Use dma_sg_len(sg) instead of sg->lengthGravatar Lars-Peter Clausen 1-1/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-8/+1
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-8/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicGravatar Alexandre Bounine 1-1/+1
2012-03-13dmaengine: consolidate initialization of cookiesGravatar Russell King - ARM Linux 1-1/+1
2012-03-13dmaengine: consolidate tx_status functionsGravatar Russell King - ARM Linux 1-9/+4
2012-03-13dmaengine: provide a common function for completing a dma descriptorGravatar Russell King - ARM Linux 1-1/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesGravatar Russell King - ARM Linux 1-17/+3
2012-03-13dmaengine: add private header fileGravatar Russell King - ARM Linux 1-0/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureGravatar Russell King - ARM Linux 1-4/+3
2011-10-27dmaengine: move drivers to dma_transfer_directionGravatar Vinod Koul 1-6/+6
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-7/+12
2011-07-14dmaengine/coh901318: fix slave submission semanticsGravatar Linus Walleij 1-7/+12
2011-06-21net: remove mm.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-1/+1