aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/hsu/hsu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-02dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko1-5/+4
2016-06-25dmaengine: hsu: Export hsu_dma_get_status()Chuah, Kim Tatt1-21/+69
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+5
2016-04-04dmaengine: hsu: set maximum allowed segment size for DMAAndy Shevchenko1-0/+2
2016-04-04dmaengine: hsu: don't check direction of timeouted channelAndy Shevchenko1-1/+1
2016-04-04dmaengine: hsu: allow more than 3 descriptorsAndy Shevchenko1-2/+2
2016-04-04dmaengine: hsu: correct use of channel status registerAndy Shevchenko1-1/+1
2016-04-04dmaengine: hsu: correct residue calculation of active descriptorAndy Shevchenko1-2/+5
2016-04-04dmaengine: hsu: set HSU_CH_MTSR to memory widthAndy Shevchenko1-2/+2
2015-12-05dmaengine: hsu: speed up residue calculationAndy Shevchenko1-13/+4
2015-10-17dmaengine: hsu: remove platform dataHeikki Krogerus1-17/+7
2015-07-16dmaengine: hsu: remove excessive lockAndy Shevchenko1-35/+4
2015-06-02dmaengine: hsu: Fix memory leak when stopping a running transferPeter Ujfalusi1-1/+4
2015-03-26dmaengine: hsu: move memory allocation to GFP_NOWAITAndy Shevchenko1-2/+2
2015-03-26dmaengine: hsu: remove redundant pieces of codeAndy Shevchenko1-11/+2
2015-03-07dmaengine: append hsu DMA driverAndy Shevchenko1-0/+504