aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/idma64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-09dmaengine: idma64: Switch to use __maybe_unused instead of ifdefferyAndy Shevchenko1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-26dmaengine: idma64: Move driver name to the headerAndy Shevchenko1-5/+4
2019-03-21dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-2/+4
2018-10-24Merge branch 'topic/intel' into for-linusVinod Koul1-3/+2
2018-10-07dmaengine: idma: remove dma_slave_config direction usageVinod Koul1-4/+0
2018-09-11dmaengine: idma64: replace spin_lock_irqsave with spin_lockZhaoxiong Yuan1-3/+2
2018-07-10dmaengine: idma64: Support dmaengine_terminate_sync()Andy Shevchenko1-0/+8
2018-04-22dmaengine: idma64: simplify getting .drvdataWolfram Sang1-4/+2
2016-02-15dmaengine: idma64: clear LLP_[SD]_EN bits in last descriptorAndy Shevchenko1-0/+3
2015-12-05dmaengine: idma64: use local variable to index descriptorAndy Shevchenko1-3/+3
2015-12-05dmaengine: idma64: convert idma64_hw_desc_fill() to return voidAndy Shevchenko1-3/+3
2015-12-05dmaengine: idma64: set maximum allowed segment size for DMAAndy Shevchenko1-0/+2
2015-12-05dmaengine: idma64: drop IRQ enable / disable in handlerAndy Shevchenko1-8/+0
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-10/+12
2015-09-25dmaengine: idma64: make better performance on pause / resumeAndy Shevchenko1-6/+8
2015-09-25dmaengine: idma64: useless use of min_t()Andy Shevchenko1-2/+2
2015-09-25dmaengine: idma64: convert to __ffs()Andy Shevchenko1-4/+4
2015-09-25dmaengine: idma64: improve residue estimationAndy Shevchenko1-8/+8
2015-07-28dmaengine: add a driver for Intel integrated DMA 64-bitAndy Shevchenko1-0/+710