aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/devices/tsi721_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-02-06drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring1-7/+5
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources()Markus Elfring1-1/+1
2018-02-06drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed memory allocation in tsi721_alloc_chan_resources()Markus Elfring1-3/+0
2016-08-02rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine1-0/+1
2016-08-02rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine1-9/+17
2016-03-22rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine1-9/+73
2016-03-22rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine1-9/+16
2016-03-22rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine1-16/+21
2016-03-22rapidio/tsi721: add filtered debug outputAlexandre Bounine1-69/+78
2016-03-22rapidio/tsi721: add HW specific mport removalAlexandre Bounine1-1/+27
2016-03-22rapidio/tsi721: add shutdown notification callbackAlexandre Bounine1-0/+30
2016-03-22rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine1-29/+31
2014-12-22dmaengine: rapidio: tsi721: Rename device_controlMaxime Ripard1-6/+2
2014-08-08rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine1-345/+373
2014-07-30rapidio/tsi721_dma: fix failure to obtain transaction descriptorAlexandre Bounine1-1/+7
2014-04-07drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine1-33/+78
2014-03-04rapidio/tsi721: fix tasklet termination in dma channel releaseAlexandre Bounine1-9/+18
2012-11-28rapidio: remove use of __devinitBill Pemberton1-1/+1
2012-05-31rapidio/tsi721: add DMA engine supportAlexandre Bounine1-0/+823