Age | Commit message (Expand) | Author |
2020-01-27 | Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2019-12-23 | dmaengine: JZ4780: Add support for the X1830. | 周琰杰 (Zhou Yanjie) |
2019-12-11 | dmaengine: dma-jz4780: Also break descriptor chains on JZ4725B | Paul Cercueil |
2019-11-08 | dmaengine: dma-jz4780: add missed clk_disable_unprepare in remove | Chuhong Yuan |
2019-11-06 | dmaengine: JZ4780: Add support for the X1000. | Zhou Yanjie |
2019-10-14 | dmaengine: jz4780: Use devm_platform_ioremap_resource() in jz4780_dma_probe() | Markus Elfring |
2019-07-31 | dmaengine: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-07-25 | dmaengine: dma-jz4780: Break descriptor chains on JZ4740 | Paul Cercueil |
2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2019-07-05 | dmaengine: jz4780: Fix an endian bug in IRQ handler | Dan Carpenter |
2019-06-08 | Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav... | Linus Torvalds |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-27 | dmaengine: dma-jz4780: Let the core do the device node validation | Baolin Wang |
2019-05-21 | dmaengine: jz4780: Fix transfers being ACKed too soon | Paul Cercueil |
2019-05-21 | dmaengine: jz4780: Use SPDX license notifier | Paul Cercueil |
2019-01-07 | dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc() | Gustavo A. R. Silva |
2018-10-24 | Merge branch 'topic/jz' into for-linus | Vinod Koul |
2018-09-11 | dmaengine: dma-jz4780: Use dma_set_residue() | Daniel Silsby |
2018-09-11 | dmaengine: dma-jz4780: Further residue status fix | Daniel Silsby |
2018-09-11 | dmaengine: dma-jz4780: Set DTCn register explicitly | Daniel Silsby |
2018-09-11 | dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue() | Daniel Silsby |
2018-09-11 | dmaengine: dma-jz4780: Add missing residue DTC mask | Daniel Silsby |
2018-09-11 | dmaengine: dma-jz4780: Enable Fast DMA to the AIC | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Add support for the JZ4725B SoC | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Add support for the JZ4740 SoC | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Add support for the JZ4770 SoC | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Use 4-word descriptors | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Separate chan/ctrl registers | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Avoid hardcoding number of channels | Paul Cercueil |
2018-09-11 | dmaengine: dma-jz4780: Return error if not probed from DT | Paul Cercueil |
2018-08-29 | dmaengine: dma-jz4780: use dmaenginem_async_device_register to simplify the code | Huang Shijie |
2017-12-04 | dmaengine: dma-jz4780: Use vchan_terminate_vdesc() instead of desc_free | Peter Ujfalusi |
2016-10-03 | Merge branch 'topic/compile_test' into for-linus | Vinod Koul |
2016-09-30 | dmaengine: jz4780: fix resource leaks on error exit return | Colin Ian King |
2016-09-26 | dmaengine: jz4780: make jz4780_dma_prep_dma_memcpy static | Vinod Koul |
2015-08-18 | dmaengine: jz4780: Kill tasklets before unregistering the device | Alex Smith |
2015-08-18 | dmaengine: jz4780: Don't use devm_*_irq() functions | Alex Smith |
2015-08-18 | dmaengine: jz4780: Ensure channel is on correct controller in filter | Alex Smith |
2015-08-18 | dmaengine: jz4780: Use dma_get_slave_channel when requesting a specific channel | Alex Smith |
2015-08-18 | dmaengine: jz4780: Fix error handling/signedness issues | Alex Smith |
2015-08-18 | dmaengine: jz4780: Fall back on smaller transfer sizes where necessary | Alex Smith |
2015-08-18 | dmaengine: jz4780: Fix up dmaengine API function prototypes | Alex Smith |
2015-08-05 | dmaengine: Add an enum for the dmaengine alignment constraints | Maxime Ripard |
2015-04-01 | dmaengine: jz4780: add driver for the Ingenic JZ4780 DMA controller | Alex Smith |