summaryrefslogtreecommitdiffstats
path: root/drivers/dma/hsu/hsu.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-04dmaengine: hsu: Include headers we are direct user ofAndy Shevchenko1-0/+8
2021-05-31dmaengine: hsu: Account transferred bytesAndy Shevchenko1-0/+3
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2019-06-25dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"Andy Shevchenko1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-07dmaengine: hsu: remove dma_slave_config direction usageVinod Koul1-4/+0
2018-07-10dmaengine: hsu: Support dmaengine_terminate_sync()Andy Shevchenko1-0/+8
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