| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-11-21 | dmaengine: sprd: drop unused module alias | Johan Hovold | 1 | -1/+0 |
| 2024-10-14 | dmaengine: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-10-02 | dmaengine: sprd: delete redundant parameter for dma driver function | Kaiwei Liu | 1 | -4/+2 |
| 2023-10-02 | dmaengine: sprd: add dma mask interface in probe | Kaiwei Liu | 1 | -0/+9 |
| 2023-09-28 | dmaengine: sprd: Annotate struct sprd_dma_dev with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-09-28 | dmaengine: sprd-dma: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-08-01 | dmaengine: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-05-24 | dmaengine: sprd: Don't set chancnt | Jisheng Zhang | 1 | -1/+0 |
| 2022-07-26 | dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed | Uwe Kleine-König | 1 | -4/+1 |
| 2022-05-16 | dmaengine: sprd: deprecate '#dma-channels' | Krzysztof Kozlowski | 1 | -1/+5 |
| 2021-12-17 | dmaengine: sprd: stop referencing config->slave_id | Arnd Bergmann | 1 | -3/+0 |
| 2021-07-15 | dmaengine: sprd: Add missing MODULE_DEVICE_TABLE | Zou Wei | 1 | -0/+1 |
| 2020-03-23 | dmaengine: sprd: Set request pending flag when DMA controller is active | Zhenfang Wang | 1 | -0/+24 |
| 2020-02-19 | dmaengine: sprd: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-11-14 | dmaengine: sprd: Add wrap address support for link-list mode | Eric Long | 1 | -0/+13 |
| 2019-11-14 | Merge branch 'fixes' into next | Vinod Koul | 1 | -2/+25 |
| 2019-10-15 | dmaengine: sprd: Fix the possible memory leak issue | Baolin Wang | 1 | -0/+15 |
| 2019-10-15 | dmaengine: sprd: Change to use devm_platform_ioremap_resource() | Baolin Wang | 1 | -3/+1 |
| 2019-10-14 | dmaengine: sprd: Fix the link-list pointer register configuration issue | Zhenfang Wang | 1 | -2/+10 |
| 2019-09-04 | dmaengine: sprd: Fix the DMA link-list configuration | Baolin Wang | 1 | -2/+8 |
| 2019-05-21 | dmaengine: sprd: Add interrupt support for 2-stage transfer | Baolin Wang | 1 | -1/+21 |
| 2019-05-21 | dmaengine: sprd: Fix the right place to configure 2-stage transfer | Eric Long | 1 | -6/+6 |
| 2019-05-21 | dmaengine: sprd: Fix block length overflow | Eric Long | 1 | -1/+1 |
| 2019-05-21 | dmaengine: sprd: Fix the incorrect start for 2-stage destination channels | Eric Long | 1 | -1/+3 |
| 2019-05-21 | dmaengine: sprd: Add validation of current descriptor in irq handler | Baolin Wang | 1 | -2/+7 |
| 2019-05-21 | dmaengine: sprd: Fix the possible crash when getting descriptor status | Baolin Wang | 1 | -1/+1 |
| 2019-02-25 | dmaengine: sprd: Change channel id to slave id for DMA cell specifier | Baolin Wang | 1 | -15/+4 |
| 2018-12-05 | dmaengine: sprd: Add me as one of the module authors | Eric Long | 1 | -0/+1 |
| 2018-12-05 | dmaengine: sprd: Support DMA 2-stage transfer mode | Eric Long | 1 | -1/+97 |
| 2018-12-05 | dmaengine: sprd: Support DMA link-list cyclic callback | Eric Long | 1 | -11/+14 |
| 2018-12-05 | dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channel | Eric Long | 1 | -0/+1 |
| 2018-12-05 | dmaengine: sprd: Fix the last link-list configuration | Eric Long | 1 | -1/+2 |
| 2018-12-05 | dmaengine: sprd: Get transfer residue depending on the transfer direction | Eric Long | 1 | -1/+20 |
| 2018-12-05 | dmaengine: sprd: Remove direction usage from struct dma_slave_config | Baolin Wang | 1 | -3/+0 |
| 2018-09-03 | dmaengine: sprd: Support DMA link-list mode | Eric Long | 1 | -7/+74 |
| 2018-06-08 | Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -144/+201 |
| 2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -2/+2 |
| 2018-05-29 | dmaengine: sprd: Add Spreadtrum DMA configuration | Eric Long | 1 | -0/+182 |
| 2018-05-29 | dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy() | Eric Long | 1 | -128/+39 |
| 2018-05-17 | dmaengine: sprd: fix an NULL vs IS_ERR() bug | Dan Carpenter | 1 | -2/+2 |
| 2018-05-09 | dmaengine: sprd: Use devm_ioremap_resource() to map memory | Baolin Wang | 1 | -4/+1 |
| 2018-05-07 | dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe() | Wei Yongjun | 1 | -0/+2 |
| 2018-04-27 | dmaengine: sprd: Move DMA request mode and interrupt type into head file | Eric Long | 1 | -51/+1 |
| 2018-04-27 | dmaengine: sprd: Define the DMA data width type | Baolin Wang | 1 | -3/+11 |
| 2018-04-27 | dmaengine: sprd: Define the DMA transfer step type | Eric Long | 1 | -6/+13 |
| 2018-01-15 | dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy' | Vinod Koul | 1 | -1/+1 |
| 2017-10-24 | dmaengine: sprd: Add Spreadtrum DMA driver | Baolin Wang | 1 | -0/+988 |