aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/hsu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-13dmaengine: hsu: disable spurious interruptFerry Toth1-10/+11
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 Gleixner3-12/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
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
2017-01-19serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko1-2/+15
2016-11-25dmaengine: hsu: pci: switch to new API for IRQ allocationAndy Shevchenko1-3/+5
2016-09-02dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko2-8/+7
2016-06-25dmaengine: hsu: Export hsu_dma_get_status()Chuah, Kim Tatt2-23/+78
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-3/+9
2016-04-04dmaengine: hsu: set maximum allowed segment size for DMAAndy Shevchenko2-0/+6
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 Shevchenko2-1/+4
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 Shevchenko2-13/+5
2015-10-17dmaengine: hsu: remove platform dataHeikki Krogerus3-18/+9
2015-10-17dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus1-7/+2
2015-07-16dmaengine: hsu: remove excessive lockAndy Shevchenko2-36/+4
2015-06-02dmaengine: hsu: Fix memory leak when stopping a running transferPeter Ujfalusi1-1/+4
2015-04-22dmaengine: hsu: don't prompt for hsu_core partVinod Koul1-1/+1
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-26dmaengine: hsu: add Intel Tangier PCI IDAndy Shevchenko1-0/+1
2015-03-07dmaengine: append hsu DMA driverAndy Shevchenko5-0/+764