1. bb5a471 Merge branch 'fixes' into next by Vinod Koul · 5 years ago
  2. 6ccd692 dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support by Radhey Shyam Pandey · 5 years ago
  3. c2f6b67 dmaengine: xilinx_dma: Extend dma_config struct to store irq routine handle by Radhey Shyam Pandey · 5 years ago
  4. bcb2dc7 dmaengine: xilinx_dma: Remove axidma multichannel mode support by Radhey Shyam Pandey · 5 years ago
  5. 8a631a5 dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset by Nicholas Graumann · 5 years ago
  6. 722b9e6d dmaengine: xilinx_dma: Print debug message when no free tx segments by Nicholas Graumann · 5 years ago
  7. d8bae21 dmaengine: xilinx_dma: Add callback_result support by Nicholas Graumann · 5 years ago
  8. a575d0b dmaengine: xilinx_dma: Introduce xilinx_dma_get_residue by Nicholas Graumann · 5 years ago
  9. 95f68c6 dmaengine: xilinx_dma: Remove residue from channel data by Radhey Shyam Pandey · 5 years ago
  10. 0f45e75 dmaengine: xilinx_dma: Merge get_callback and _invoke by Nicholas Graumann · 5 years ago
  11. 005a017 dmaengine: xilinx_dma: Remove desc_callback_valid check by Radhey Shyam Pandey · 5 years ago
  12. 6c6de1d dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config by Radhey Shyam Pandey · 5 years ago
  13. 68fe2b5 dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer by Radhey Shyam Pandey · 5 years ago
  14. 944879b dmaengine: xilinx_dma: Remove clk_get error message for probe defer by Radhey Shyam Pandey · 5 years ago
  15. a8bd475 dmaengine: xilinx_dma: use devm_platform_ioremap_resource() by Radhey Shyam Pandey · 5 years ago
  16. 47ebe00 Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  17. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  18. f935d7d dmaengine: xilinx_dma: Remove set but unused ‘tail_desc’ by Vinod Koul · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. 31ef489 Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  21. c2be36a dmaengine: xilinx_dma: remove set but not used variable 'tail_segment' by YueHaibing · 6 years ago
  22. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  23. b834917 dmaengine: xilinx_dma: Drop SG support for VDMA IP by Andrea Merello · 6 years ago
  24. 05f7ea7 dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gather by Andrea Merello · 6 years ago
  25. ae80969 dmaengine: xilinx_dma: program hardware supported buffer length by Radhey Shyam Pandey · 6 years ago
  26. 5c094d4 dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split descriptors by Andrea Merello · 6 years ago
  27. 616f0f8 dmaengine: xilinx_dma: commonize DMA copy size calculation by Andrea Merello · 6 years ago
  28. 6606118 Merge branch 'topic/xilinx' into for-linus by Vinod Koul · 6 years ago
  29. a5b21a8 dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsave by Michael Tretter · 6 years ago
  30. aeaebcc dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll by Nathan Chancellor · 6 years ago
  31. 0e03aca dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer by Radhey Shyam Pandey · 6 years ago
  32. 4e47d24 dmaengine: xilinx_dma: Introduce helper macro for preparing dma address by Radhey Shyam Pandey · 6 years ago
  33. 91b4382 dmaengine: xilinx_dma: Refactor axidma channel allocation by Radhey Shyam Pandey · 6 years ago
  34. 0894aa2 dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip support by Radhey Shyam Pandey · 7 years ago
  35. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  36. 0e847d4 dmaengine: xilinx_dma: Free BD consistent memory by Kedareswara rao Appana · 7 years ago
  37. 4b597c6 dmaengine: xilinx_dma: Fix warning variable prev set but not used by Kedareswara rao Appana · 7 years ago
  38. 48c62fb dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdma by Kedareswara rao Appana · 7 years ago
  39. 3093186 dmaengine: xilinx_dma: Fix typos by Vinod Koul · 7 years ago
  40. c7a0359 dmaengine: xilinx_dma: Differentiate probe based on the ip type by Kedareswara rao Appana · 7 years ago
  41. 22653af dmaengine: xilinx_dma: fix style issues from checkpatch by Kedareswara rao Appana · 7 years ago
  42. e50a0ad dmaengine: xilinx_dma: Fix kernel doc warnings by Kedareswara rao Appana · 7 years ago
  43. 2305940 dmaengine: xilinx_dma: Fix race condition in the driver for multiple descriptor scenario by Kedareswara rao Appana · 7 years ago
  44. fe0503e dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdma by Kedareswara rao Appana · 7 years ago
  45. 21e02a3 dmaengine: xilinx_dma: Check for channel idle state before submitting dma descriptor by Kedareswara rao Appana · 7 years ago
  46. 5ba080a dmaengine: zynqmp_dma: Fix race condition in the probe by Kedareswara rao Appana · 7 years ago
  47. 8d90035 dmaengine: zynqmp_dma: Fix issues with overflow interrupt by Kedareswara rao Appana · 7 years ago
  48. 3c48d62 dmaengine: zynqmp_dma: Fix warning variable 'val' set but not used by Kedareswara rao Appana · 7 years ago
  49. 30df457 dmaengine: zynqmp_dma: Fix kernel doc-format by Kedareswara rao Appana · 7 years ago
  50. 64c6f7da dmaengine: zynqmp_dma: Add runtime pm support by Kedareswara rao Appana · 7 years ago
  51. f3ae7d9 dmaengine: xilinx_dma: Move enum xdma_ip_type to driver file by Lars-Peter Clausen · 7 years ago
  52. 41bd031 Merge branch 'topic/dmatest' into for-linus by Vinod Koul · 7 years ago
  53. 574897d dmaengine: xilinx_dma: Fix error code format specifier by Lars-Peter Clausen · 7 years ago
  54. c678fa6 dmaengine: remove DMA_SG as it is dead code in kernel by Dave Jiang · 7 years ago
  55. 82474da dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpy by Stefan Roese · 8 years ago
  56. db6a3d0 dmaengine: xilinx: avoid memory corruption for device_prep_dma_memcpy() by Akinobu Mita · 8 years ago
  57. 676f9c2 dmaengine: xilinx: fix device_terminate_all() callback for AXI CDMA by Akinobu Mita · 8 years ago
  58. 369dbad dmengine: xilinx_dma: convert callback to helper function by Vinod Koul · 8 years ago
  59. e94570a dmaengine: zynqmp_dma: add missing MODULE_LICENSE by Arnd Bergmann · 8 years ago
  60. caf5ee9 dmaengine: zynqmp_dma: Fix static checker warning by Kedareswara rao Appana · 8 years ago
  61. 7cdd358 dmaengine: zynqmp: avoid cast warning by Arnd Bergmann · 8 years ago
  62. e598e6e dmaengine: xilinx: Fix race condition in axi dma cyclic dma mode by Kedareswara rao Appana · 8 years ago
  63. b0cc417 dmaengine: Add Xilinx zynqmp dma engine driver support by Kedareswara rao Appana · 8 years ago
  64. e131f1b dmaengine: xilinx: Use different channel names for each dma by Kedareswara rao Appana · 9 years ago
  65. fde57a7 dmaengine: xilinx: Rename driver and config by Kedareswara rao Appana · 9 years ago
  66. 1a9e7a0 dmaengine: vdma: Add support for mulit-channel dma mode by Kedareswara rao Appana · 9 years ago
  67. 9791e71 dmaengine: vdma: Add 64 bit addressing support for the axi cdma by Kedareswara rao Appana · 9 years ago
  68. f0cba68 dmaengine: vdma: Add 64 bit addressing support for the axi dma by Kedareswara rao Appana · 9 years ago
  69. f67c3bd dmaengine: xilinx-vdma: add some sanity checks by Arnd Bergmann · 9 years ago
  70. e167a0b dmaengine: vdma: Fix compilation warning in cyclic dma mode by Kedareswara rao Appana · 9 years ago
  71. 6214786 dmaengine: vdma: Use dma_pool_zalloc by Kedareswara rao Appana · 9 years ago
  72. 92d794d dmaengine: vdma: Add support for cyclic dma mode by Kedareswara rao Appana · 9 years ago
  73. a0d3c7c Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  74. ba16db3 dmaengine: vdma: Add clock support by Kedareswara rao Appana · 9 years ago
  75. fb23666 dmaengine: vdma: Add config structure to differentiate dmas by Kedareswara rao Appana · 9 years ago
  76. 07b0e7d dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory Access Engine by Kedareswara rao Appana · 9 years ago
  77. c0bba3a9 dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access Engine by Kedareswara rao Appana · 9 years ago
  78. 42c1a2e dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dma by Kedareswara rao Appana · 9 years ago
  79. 2ba4f8a dmaengine: vdma: Use dma_pool_zalloc by Julia Lawall · 9 years ago
  80. 48a59ed dmaengine: vdma: Fix checkpatch.pl warnings by Kedareswara rao Appana · 9 years ago
  81. a65cf512 dmaengine: vdma: Fix race condition in Non-SG mode by Kedareswara rao Appana · 9 years ago
  82. b72db40 dmaengine: vdma: Add 64 bit addressing support to the driver by Kedareswara rao Appana · 9 years ago
  83. 330ed4d dmaengine: vdma: don't crash when bad channel is requested by Franck Jullien · 9 years ago
  84. 6949063 dmaengine: xilinx_vdma: Remove unnecessary variable initializations by Kedareswara rao Appana · 9 years ago
  85. 9495f26 dmaengine: xilinx_vdma: Use readl_poll_timeout instead of do while loop's by Kedareswara rao Appana · 9 years ago
  86. 26c5e36 dmaengine: xilinx_vdma: Simplify spin lock handling by Kedareswara rao Appana · 9 years ago
  87. e2b538a dmaengine: xilinx_vdma: Fix issues with non-parking mode by Kedareswara rao Appana · 9 years ago
  88. 7096f36 dmaengine: xilinx_vdma: Improve SG engine handling by Kedareswara rao Appana · 9 years ago
  89. ad577e4 dmaengine: xilinx: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  90. 937abe8 dmaengine: xilinx-dma: move header file to common location by Kedareswara rao Appana · 10 years ago
  91. ba71404 dmaengine: xilinx: Split device_control by Maxime Ripard · 10 years ago
  92. 6d80f45 dmaengine: xilinx: vdma: icg should be difference of stride and hsize by Srikanth Thokala · 10 years ago
  93. a5e48e2 dmaengine: xilinx: vdma: Allow only one chunk in a line by Srikanth Thokala · 10 years ago
  94. 049c0d5 dmaengine: xilinx: vdma: Check if the segment list is empty in a descriptor by Srikanth Thokala · 10 years ago
  95. 29a4bb1 dma: xilinx: Remove .owner field for driver by Michal Simek · 10 years ago
  96. 9cd4360 dma: Add Xilinx AXI Video Direct Memory Access Engine driver support by Srikanth Thokala · 11 years ago