| 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 |
| 2022-09-04 | dmaengine: hsu: Include headers we are direct user of | Andy Shevchenko | 3 | -1/+13 |
| 2022-09-04 | dmaengine: hsu: Use GENMASK() consistently | Andy Shevchenko | 1 | -3/+4 |
| 2022-09-04 | dmaengine: hsu: using for_each_set_bit to simplify the code | Andy Shevchenko | 1 | -11/+8 |
| 2022-09-04 | dmaengine: hsu: Finish conversion to managed resources | Andy Shevchenko | 1 | -15/+12 |
| 2021-10-26 | dmaengine: hsu: switch from 'pci_' to 'dma_' API | Qing Wang | 1 | -5/+1 |
| 2021-05-31 | dmaengine: hsu: Account transferred bytes | Andy Shevchenko | 1 | -0/+3 |
| 2021-01-13 | dmaengine: hsu: disable spurious interrupt | Ferry Toth | 1 | -10/+11 |
| 2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -2/+2 |
| 2019-06-25 | dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width" | Andy Shevchenko | 1 | -2/+2 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2018-10-07 | dmaengine: hsu: remove dma_slave_config direction usage | Vinod Koul | 1 | -4/+0 |
| 2018-07-10 | dmaengine: hsu: Support dmaengine_terminate_sync() | Andy Shevchenko | 1 | -0/+8 |
| 2017-01-19 | serial: 8250_mid: handle interrupt correctly in DMA case | Andy Shevchenko | 1 | -2/+15 |
| 2016-11-25 | dmaengine: hsu: pci: switch to new API for IRQ allocation | Andy Shevchenko | 1 | -3/+5 |
| 2016-09-02 | dmaengine: hsu: refactor hsu_dma_do_irq() to return int | Andy Shevchenko | 2 | -8/+7 |
| 2016-06-25 | dmaengine: hsu: Export hsu_dma_get_status() | Chuah, Kim Tatt | 2 | -23/+78 |
| 2016-05-19 | Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -3/+9 |
| 2016-04-04 | dmaengine: hsu: set maximum allowed segment size for DMA | Andy Shevchenko | 2 | -0/+6 |
| 2016-04-04 | dmaengine: hsu: don't check direction of timeouted channel | Andy Shevchenko | 1 | -1/+1 |
| 2016-04-04 | dmaengine: hsu: allow more than 3 descriptors | Andy Shevchenko | 1 | -2/+2 |
| 2016-04-04 | dmaengine: hsu: correct use of channel status register | Andy Shevchenko | 2 | -1/+4 |
| 2016-04-04 | dmaengine: hsu: correct residue calculation of active descriptor | Andy Shevchenko | 1 | -2/+5 |
| 2016-04-04 | dmaengine: hsu: set HSU_CH_MTSR to memory width | Andy Shevchenko | 1 | -2/+2 |
| 2015-12-05 | dmaengine: hsu: speed up residue calculation | Andy Shevchenko | 2 | -13/+5 |
| 2015-10-17 | dmaengine: hsu: remove platform data | Heikki Krogerus | 3 | -18/+9 |
| 2015-10-17 | dmaengine: hsu: make the UART driver in control of selecting this driver | Heikki Krogerus | 1 | -7/+2 |
| 2015-07-16 | dmaengine: hsu: remove excessive lock | Andy Shevchenko | 2 | -36/+4 |
| 2015-06-02 | dmaengine: hsu: Fix memory leak when stopping a running transfer | Peter Ujfalusi | 1 | -1/+4 |
| 2015-04-22 | dmaengine: hsu: don't prompt for hsu_core part | Vinod Koul | 1 | -1/+1 |
| 2015-03-26 | dmaengine: hsu: move memory allocation to GFP_NOWAIT | Andy Shevchenko | 1 | -2/+2 |
| 2015-03-26 | dmaengine: hsu: remove redundant pieces of code | Andy Shevchenko | 1 | -11/+2 |
| 2015-03-26 | dmaengine: hsu: add Intel Tangier PCI ID | Andy Shevchenko | 1 | -0/+1 |
| 2015-03-07 | dmaengine: append hsu DMA driver | Andy Shevchenko | 5 | -0/+764 |