| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: idma64: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-09-28 | 1 | -4/+2 |
* | dmaengine: idma64: Update bytes_transferred field | Aman Kumar | 2023-02-16 | 1 | -0/+4 |
* | dmaengine: drivers: Use devm_platform_ioremap_resource() | Tudor Ambarus | 2023-01-18 | 1 | -3/+1 |
* | dmaengine: idma64: Make idma64_remove() return void | Uwe Kleine-König | 2022-10-19 | 1 | -4/+4 |
* | dmaengine: idma64: Switch to use __maybe_unused instead of ifdeffery | Andy Shevchenko | 2020-11-09 | 1 | -6/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | dmaengine: idma64: Move driver name to the header | Andy Shevchenko | 2019-04-26 | 1 | -5/+4 |
* | dmaengine: idma64: Use actual device for DMA transfers | Andy Shevchenko | 2019-03-21 | 1 | -2/+4 |
* | Merge branch 'topic/intel' into for-linus | Vinod Koul | 2018-10-24 | 1 | -3/+2 |
|\ |
|
| * | dmaengine: idma64: replace spin_lock_irqsave with spin_lock | Zhaoxiong Yuan | 2018-09-11 | 1 | -3/+2 |
* | | dmaengine: idma: remove dma_slave_config direction usage | Vinod Koul | 2018-10-07 | 1 | -4/+0 |
|/ |
|
* | dmaengine: idma64: Support dmaengine_terminate_sync() | Andy Shevchenko | 2018-07-10 | 1 | -0/+8 |
* | dmaengine: idma64: simplify getting .drvdata | Wolfram Sang | 2018-04-22 | 1 | -4/+2 |
* | dmaengine: idma64: clear LLP_[SD]_EN bits in last descriptor | Andy Shevchenko | 2016-02-15 | 1 | -0/+3 |
* | dmaengine: idma64: use local variable to index descriptor | Andy Shevchenko | 2015-12-05 | 1 | -3/+3 |
* | dmaengine: idma64: convert idma64_hw_desc_fill() to return void | Andy Shevchenko | 2015-12-05 | 1 | -3/+3 |
* | dmaengine: idma64: set maximum allowed segment size for DMA | Andy Shevchenko | 2015-12-05 | 1 | -0/+2 |
* | dmaengine: idma64: drop IRQ enable / disable in handler | Andy Shevchenko | 2015-12-05 | 1 | -8/+0 |
* | Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2015-11-10 | 1 | -10/+12 |
|\ |
|
| * | dmaengine: idma64: make better performance on pause / resume | Andy Shevchenko | 2015-09-25 | 1 | -6/+8 |
| * | dmaengine: idma64: useless use of min_t() | Andy Shevchenko | 2015-09-25 | 1 | -2/+2 |
| * | dmaengine: idma64: convert to __ffs() | Andy Shevchenko | 2015-09-25 | 1 | -4/+4 |
* | | dmaengine: idma64: improve residue estimation | Andy Shevchenko | 2015-09-25 | 1 | -8/+8 |
|/ |
|
* | dmaengine: add a driver for Intel integrated DMA 64-bit | Andy Shevchenko | 2015-07-28 | 1 | -0/+710 |