Age | Commit message (Expand) | Author | Files | Lines |
2018-08-27 | dmaengine: mic_x100_dma: use devm_kzalloc to fix an issue | Huang Shijie | 1 | -3/+1 |
2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -16/+7 |
2018-08-22 | dmaengine: Convert to new IDA API | Matthew Wilcox | 1 | -16/+7 |
2018-08-19 | Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 17 | -300/+1532 |
2018-08-18 | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+2 |
2018-08-17 | Merge branch 'topic/pl330' into for-linus | Vinod Koul | 1 | -6/+6 |
2018-08-17 | Merge branch 'topic/imx' into for-linus | Vinod Koul | 2 | -199/+380 |
2018-08-17 | Merge branch 'topic/xilinx' into for-linus | Vinod Koul | 1 | -0/+22 |
2018-08-17 | Merge branch 'topic/ste' into for-linus | Vinod Koul | 3 | -8/+19 |
2018-08-17 | Merge branch 'topic/renesas' into for-linus | Vinod Koul | 1 | -66/+46 |
2018-08-17 | Merge branch 'topic/owl' into for-linus | Vinod Koul | 3 | -0/+980 |
2018-08-17 | Merge branch 'topic/nbpfaxi' into for-linus | Vinod Koul | 1 | -0/+1 |
2018-08-17 | Merge branch 'topic/mv_xor' into for-linus | Vinod Koul | 1 | -6/+10 |
2018-08-17 | Merge branch 'topic/ioat' into for-linus | Vinod Koul | 1 | -0/+6 |
2018-08-17 | Merge branch 'topic/intel' into for-linus | Vinod Koul | 2 | -0/+16 |
2018-08-09 | Merge branch 'asoc-4.19' into asoc-next | Mark Brown | 1 | -1/+14 |
2018-08-09 | dmaengine: Add Actions Semi Owl family S900 DMA driver | Manivannan Sadhasivam | 3 | -0/+980 |
2018-07-31 | dmaengine: sh: rcar-dmac: Should not stop the DMAC by rcar_dmac_sync_tcr() | Yoshihiro Shimoda | 1 | -17/+0 |
2018-07-30 | dmaengine: mic_x100_dma: use the new helper to simplify the code | Huang Shijie | 1 | -7/+1 |
2018-07-30 | dmaengine: add a new helper dmaenginem_async_device_register | Huang Shijie | 1 | -0/+35 |
2018-07-30 | dmaengine: imx-sdma: add memcpy interface | Robin Gong | 1 | -3/+90 |
2018-07-30 | dmaengine: imx-sdma: add SDMA_BD_MAX_CNT to replace '0xffff' | Robin Gong | 1 | -5/+6 |
2018-07-25 | dmaengine: dma_request_chan_by_mask() to handle deferred probing | Peter Ujfalusi | 1 | -2/+8 |
2018-07-25 | dmaengine: pl330: fix irq race with terminate_all | John Keeping | 1 | -2/+3 |
2018-07-25 | dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST" | Vinod Koul | 1 | -1/+1 |
2018-07-25 | dmaengine: mv_xor_v2: use {lower,upper}_32_bits to configure HW descriptor ad... | Hanna Hawa | 1 | -2/+2 |
2018-07-20 | dmaengine: mv_xor_v2: enable COMPILE_TEST | Hanna Hawa | 1 | -1/+1 |
2018-07-20 | dmaengine: mv_xor_v2: move unmap to before callback | Hanna Hawa | 1 | -2/+1 |
2018-07-20 | dmaengine: mv_xor_v2: convert callback to helper function | Hanna Hawa | 1 | -3/+2 |
2018-07-20 | dmaengine: mv_xor_v2: kill the tasklets upon exit | Hanna Hawa | 1 | -0/+2 |
2018-07-20 | dmaengine: mv_xor_v2: explicitly freeup irq | Hanna Hawa | 1 | -0/+4 |
2018-07-16 | Merge 4.18-rc5 into char-misc-next | Greg Kroah-Hartman | 3 | -3/+7 |
2018-07-11 | dmaengine: sh: rcar-dmac: Add dma_pause operation | Yoshihiro Shimoda | 1 | -0/+12 |
2018-07-11 | dmaengine: sh: rcar-dmac: add a new function to clear CHCR.DE with barrier | Yoshihiro Shimoda | 1 | -4/+11 |
2018-07-10 | dmaengine: idma64: Support dmaengine_terminate_sync() | Andy Shevchenko | 1 | -0/+8 |
2018-07-10 | dmaengine: hsu: Support dmaengine_terminate_sync() | Andy Shevchenko | 1 | -0/+8 |
2018-07-10 | dmaengine: sh: rcar-dmac: avoid to write CHCR.TE to 1 if TCR is set to 0 | Yoshihiro Shimoda | 1 | -2/+3 |
2018-07-10 | dmaengine: pl330: remove set but unused variable | Vinod Koul | 1 | -4/+0 |
2018-07-10 | dmaengine: pl330: Mark expected switch fall-through | Vinod Koul | 1 | -0/+3 |
2018-07-09 | dmaengine: stm32: replace "%p" with "%pK" | Benjamin Gaignard | 2 | -6/+6 |
2018-07-09 | dmaengine: add support for reporting pause and resume separately | Marek Szyprowski | 1 | -6/+2 |
2018-07-09 | dmaengine: rcar-dmac: clear channel register when error | Kuninori Morimoto | 1 | -1/+9 |
2018-07-09 | dmaengine: rcar-dmac: Disable interrupts while stopping channels | Geert Uytterhoeven | 1 | -2/+2 |
2018-07-09 | dmaengine: nbpfaxi: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2 | -0/+2 |
2018-07-06 | dmaengine: rcar-dmac: convert to SPDX identifiers | Kuninori Morimoto | 1 | -4/+1 |
2018-07-06 | dmaengine: imx-sdma: add missing structure description | Robin Gong | 1 | -28/+57 |
2018-07-02 | dmaengine: imx-sdma: remove unused variable | Vinod Koul | 1 | -5/+2 |
2018-07-02 | dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations | Vinod Koul | 1 | -2/+2 |
2018-07-02 | dmaengine: imx-sdma: Fix some typos | Vinod Koul | 1 | -3/+3 |