1. 67805a4b dmaengine: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  2. 7d268a2 dmaengine: sf-pdma: move macro to header file by Green Wan · 5 years ago
  3. dd9c324 dmaengine: sf-pdma: replace /** with /* for non-function comment by Green Wan · 5 years ago
  4. 340049d dmaengine: ti: edma: fix missed failure handling by Chuhong Yuan · 5 years ago
  5. 39716c5 dmaengine: mmp_pdma: add missed of_dma_controller_free by Chuhong Yuan · 5 years ago
  6. c236ba4 dmaengine: mmp_tdma: add missed of_dma_controller_free by Chuhong Yuan · 5 years ago
  7. a7e335d dmaengine: sprd: Add wrap address support for link-list mode by Eric Long · 5 years ago
  8. bb5a471 Merge branch 'fixes' into next by Vinod Koul · 5 years ago
  9. 6973886 dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00 by Green Wan · 5 years ago
  10. 5c5332a dmaengine: zx: remove: removed dmam_pool_destroy by Satendra Singh Thakur · 5 years ago
  11. 1ff95243 dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq fails by Satendra Singh Thakur · 5 years ago
  12. 051f517 dmaengine: iop-adma: clean up an indentation issue by Colin Ian King · 5 years ago
  13. cdc3e30 dmaengine: milbeaut-xdmac: remove redundant error log by Vinod Koul · 5 years ago
  14. 7d4a069 dmaengine: milbeaut-hdmac: remove redundant error log by Vinod Koul · 5 years ago
  15. 9568fed dmaengine: dma-jz4780: add missed clk_disable_unprepare in remove by Chuhong Yuan · 5 years ago
  16. fee175e dmaengine: JZ4780: Add support for the X1000. by Zhou Yanjie · 5 years ago
  17. 6ccd692 dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support by Radhey Shyam Pandey · 5 years ago
  18. c2f6b67 dmaengine: xilinx_dma: Extend dma_config struct to store irq routine handle by Radhey Shyam Pandey · 5 years ago
  19. bcb2dc7 dmaengine: xilinx_dma: Remove axidma multichannel mode support by Radhey Shyam Pandey · 5 years ago
  20. 31f4b28 dmaengine: ti: edma: Add support for handling reserved channels by Peter Ujfalusi · 5 years ago
  21. 7208474 dmaengine: fsl-dpaa2-qdma: Remove unnecessary local variables in DPDMAI_CMD_CREATE macro by Nathan Chancellor · 5 years ago
  22. 41814c4 dmaengine: fsl-qdma: Handle invalid qdma-queue0 IRQ by Krzysztof Kozlowski · 5 years ago
  23. bacdcb6 dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle by Tony Lindgren · 5 years ago
  24. 53596df dmaengine: fsl-dpaa2-qdma: export the symbols by Peng Ma · 5 years ago
  25. 8a631a5 dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset by Nicholas Graumann · 5 years ago
  26. 722b9e6d dmaengine: xilinx_dma: Print debug message when no free tx segments by Nicholas Graumann · 5 years ago
  27. d8bae21 dmaengine: xilinx_dma: Add callback_result support by Nicholas Graumann · 5 years ago
  28. a575d0b dmaengine: xilinx_dma: Introduce xilinx_dma_get_residue by Nicholas Graumann · 5 years ago
  29. 95f68c6 dmaengine: xilinx_dma: Remove residue from channel data by Radhey Shyam Pandey · 5 years ago
  30. 0f45e75 dmaengine: xilinx_dma: Merge get_callback and _invoke by Nicholas Graumann · 5 years ago
  31. 005a017 dmaengine: xilinx_dma: Remove desc_callback_valid check by Radhey Shyam Pandey · 5 years ago
  32. a6e9be0 dmaengine: milbeaut-xdmac: Add XDMAC driver for Milbeaut platforms by Jassi Brar · 5 years ago
  33. 6c3214e dmaengine: milbeaut-hdmac: Add HDMAC driver for Milbeaut platforms by Jassi Brar · 5 years ago
  34. 7667819 dmaengine: qcom: bam_dma: Fix resource leak by Jeffrey Hugo · 5 years ago
  35. 7fdf9b0 dmaengine: fsl-dpaa2-qdma: Add NXP dpaa2 qDMA controller driver for Layerscape SoCs by Peng Ma · 5 years ago
  36. f2835ad dmaengine: fsl-dpaa2-qdma: Add the DPDMAI(Data Path DMA Interface) support by Peng Ma · 5 years ago
  37. ec1ac30 dmaengine: sprd: Fix the possible memory leak issue by Baolin Wang · 5 years ago
  38. f228a4a dmaengine: sprd: Change to use devm_platform_ioremap_resource() by Baolin Wang · 5 years ago
  39. 6c6de1d dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config by Radhey Shyam Pandey · 5 years ago
  40. 68fe2b5 dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer by Radhey Shyam Pandey · 5 years ago
  41. 944879b dmaengine: xilinx_dma: Remove clk_get error message for probe defer by Radhey Shyam Pandey · 5 years ago
  42. a8bd475 dmaengine: xilinx_dma: use devm_platform_ioremap_resource() by Radhey Shyam Pandey · 5 years ago
  43. bc3ecbe dmaengine: iop-adma: make array 'handler' static const, makes object smaller by Colin Ian King · 5 years ago
  44. f27c227 dmaengine: dw: platform: Mark 'hclk' clock optional by Andy Shevchenko · 5 years ago
  45. bd73dfa dmaengine: imx-sdma: fix size check for sdma script_number by Robin Gong · 5 years ago
  46. 833b482 dmaengine: zx: Use devm_platform_ioremap_resource() in zx_dma_probe() by Markus Elfring · 5 years ago
  47. ecb4d34 dmaengine: owl: Use devm_platform_ioremap_resource() in owl_dma_probe() by Markus Elfring · 5 years ago
  48. a7dc0e6 dmaengine: mediatek: Use devm_platform_ioremap_resource() in mtk_uart_apdma_probe() by Markus Elfring · 5 years ago
  49. 9d68427 dmaengine: mediatek: Use devm_platform_ioremap_resource() in mtk_cqdma_probe() by Markus Elfring · 5 years ago
  50. 3d4d6c2 dmaengine: k3dma: Use devm_platform_ioremap_resource() in k3_dma_probe() by Markus Elfring · 5 years ago
  51. 1148ac6 dmaengine: jz4780: Use devm_platform_ioremap_resource() in jz4780_dma_probe() by Markus Elfring · 5 years ago
  52. fbd1d63 dmaengine: at_xdmac: Use devm_platform_ioremap_resource() in at_xdmac_probe() by Markus Elfring · 5 years ago
  53. 9ec691f dmaengine: tegra210-adma: fix transfer failure by Sameer Pujar · 5 years ago
  54. fcf8adb dmaengine: rcar-dmac: Add dma-channel-mask property support by Yoshihiro Shimoda · 5 years ago
  55. d832c48 dmaengine: rcar-dmac: Use devm_platform_ioremap_resource() by Yoshihiro Shimoda · 5 years ago
  56. 2df4a02 dmaengine: rcar-dmac: Use of_data values instead of a macro by Yoshihiro Shimoda · 5 years ago
  57. 8b6bc5f dmaengine: sprd: Fix the link-list pointer register configuration issue by Zhenfang Wang · 5 years ago
  58. 6735ab5 dmaengine: ti: edma: remove unused code by YueHaibing · 5 years ago
  59. 5b3e3606 dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource() by Masahiro Yamada · 5 years ago
  60. 5c6bd5d Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  61. 04cbfba Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  62. 2b97c39 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  63. b769c5b Merge branch 'spi-5.4' into spi-next by Mark Brown · 5 years ago
  64. bf75703 dmaengine: bcm2835: Avoid accessing memory when copying zeroes by Lukas Wunner · 5 years ago
  65. c3ef820 dmaengine: bcm2835: Document struct bcm2835_dmadev by Lukas Wunner · 5 years ago
  66. 6f6869d dmaengine: bcm2835: Allow reusable descriptors by Lukas Wunner · 5 years ago
  67. 4f2228c dmaengine: bcm2835: Allow cyclic transactions without interrupt by Lukas Wunner · 5 years ago
  68. d3464cc Merge tag 'dmaengine-fix-5.3' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  69. c5c6faa dmaengine: ti: edma: Use bitmap_set() instead of open coded edma_set_bits() by Peter Ujfalusi · 5 years ago
  70. b2003f6 dmaengine: ti: edma: Only reset region0 access registers by Peter Ujfalusi · 5 years ago
  71. c5dbe60 dmaengine: ti: edma: Do not reset reserved paRAM slots by Peter Ujfalusi · 5 years ago
  72. cf24aac dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped by Yoshihiro Shimoda · 5 years ago
  73. 689379c dmaengine: sprd: Fix the DMA link-list configuration by Baolin Wang · 5 years ago
  74. d17d9ea dmaengine: iop-adma.c: fix printk format warning by Randy Dunlap · 5 years ago
  75. 402096c dmaengine: stm32-dma: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  76. 25af5af dmanegine: ioat/dca: Use struct_size() helper by Gustavo A. R. Silva · 5 years ago
  77. 09104bb dmaengine: iop-adma: remove set but not used variable 'slots_per_op' by YueHaibing · 5 years ago
  78. fb9816f dmaengine: dmatest: Add support for completion polling by Peter Ujfalusi · 5 years ago
  79. 9fa2df6e dmaengine: ti: omap-dma: Remove variable override in omap_dma_tx_status() by Peter Ujfalusi · 5 years ago
  80. 7a09c09 dmaengine: ti: omap-dma: Remove 'Assignment in if condition' by Peter Ujfalusi · 5 years ago
  81. e3b9fef dmaengine: ti: edma: Remove 'Assignment in if condition' by Peter Ujfalusi · 5 years ago
  82. 20eabc8 Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 5 years ago
  83. f5e84ea dmaengine: dw: platform: Split OF helpers to separate module by Andy Shevchenko · 5 years ago
  84. b685fe2 dmaengine: dw: platform: Split ACPI helpers to separate module by Andy Shevchenko · 5 years ago
  85. 84da042 dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register() by Andy Shevchenko · 5 years ago
  86. e7b8514 dmaengine: dw: platform: Switch to acpi_dma_controller_register() by Andy Shevchenko · 5 years ago
  87. a9c5672 dmaengine: dw: platform: Use devm_platform_ioremap_resource() by Andy Shevchenko · 5 years ago
  88. f8d9ddb dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart Lake by Andy Shevchenko · 5 years ago
  89. b375741 dmaengine: dw: platform: Use struct dw_dma_chip_pdata by Andy Shevchenko · 5 years ago
  90. ae923c9 dmaengine: dw: Export struct dw_dma_chip_pdata for wider use by Andy Shevchenko · 5 years ago
  91. 4b8584b dmaengine: acpi: Add kernel doc parameter descriptions by Andy Shevchenko · 5 years ago
  92. a6bc332 dmaengine: acpi: Set up DMA mask based on CSRT by Andy Shevchenko · 5 years ago
  93. 377ec83 dmaengine: fsldma: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  94. 962411b dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe() by Wenwen Wang · 5 years ago
  95. 2c231c0 dmaengine: ti: dma-crossbar: Fix a memory leak bug by Wenwen Wang · 5 years ago
  96. d071fd2 dmaengine: change alignment of mux_configure32 and fsl_edma_chan_mux by Mao Wenan · 5 years ago
  97. 4f48e29 dmaengine: make mux_configure32 static by Mao Wenan · 5 years ago
  98. 698f7a9 dmaengine: mv_xor_v2: Fix -Wshift-negative-value by Nathan Huckleberry · 5 years ago
  99. b48b8bc dmaengine: dw: Update Intel Elkhart Lake Service Engine acronym by Jarkko Nikula · 5 years ago
  100. aad7ad2 dma: iop-adma: allow building without platform headers by Arnd Bergmann · 5 years ago