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