1. 23c2587 Merge tag 'dmaengine-4.15-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  2. cecd5fc Merge branch 'topic/xilinx' into for-linus by Vinod Koul · 7 years ago
  3. 40b4ed1 Merge branch 'topic/timer_api' into for-linus by Vinod Koul · 7 years ago
  4. 8e6c1db Merge branch 'topic/ti' into for-linus by Vinod Koul · 7 years ago
  5. d2045ba Merge branch 'topic/sun' into for-linus by Vinod Koul · 7 years ago
  6. 135ab7f Merge branch 'topic/sprd' into for-linus by Vinod Koul · 7 years ago
  7. 9c60271 Merge branch 'topic/stm' into for-linus by Vinod Koul · 7 years ago
  8. 2c85285 Merge branch 'topic/sa11x0' into for-linus by Vinod Koul · 7 years ago
  9. b683fa2 Merge branch 'topic/renasas' into for-linus by Vinod Koul · 7 years ago
  10. c7960fc Merge branch 'topic/qcom' into for-linus by Vinod Koul · 7 years ago
  11. 4cd46d0 Merge branch 'topic/pl330' into for-linus by Vinod Koul · 7 years ago
  12. 9427702 Merge branch 'topic/imx' into for-linus by Vinod Koul · 7 years ago
  13. 340b11b Merge branch 'topic/img' into for-linus by Vinod Koul · 7 years ago
  14. 76a0370 Merge branch 'topic/dmatest' into for-linus by Vinod Koul · 7 years ago
  15. 575d34b Merge branch 'topic/bcom' into for-linus by Vinod Koul · 7 years ago
  16. 049d0d3 Merge branch 'topic/axi' into for-linus by Vinod Koul · 7 years ago
  17. 5ddab69 Merge branch 'topic/print_fixes' into for-linus by Vinod Koul · 7 years ago
  18. 288e756 dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value type by Peter Ujfalusi · 7 years ago
  19. a9df21e dmaengine: dmatest: warn user when dma test times out by Adam Wallis · 7 years ago
  20. 087ffdd dmaengine: Revert "rcar-dmac: use TCRB instead of TCR for residue" by Vinod Koul · 7 years ago
  21. d83f413 dmaengine: stm32_mdma: activate pack/unpack feature by Pierre-Yves MORDRET · 7 years ago
  22. 77ea824 dmaengine: at_hdmac: Remove unnecessary 0x prefixes before %pad by Vinod Koul · 7 years ago
  23. 6d82e05 dmaengine: coh901318: Remove unnecessary 0x prefixes before %pad by Vinod Koul · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 10c191a dmaengine: pch_dma: Replace PCI pool old API by Romain Perier · 7 years ago
  26. bcdc4bd dmaengine: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  27. 9b3b817 dmaengine: sprd: Add Spreadtrum DMA driver by Baolin Wang · 7 years ago
  28. 464aa6f dmaengine: sun6i: Retrieve channel count/max request from devicetree by Stefan Brüns · 7 years ago
  29. 7076a1e dmaengine: Build bcm-sba-raid driver as loadable module for iProc SoCs by Anup Patel · 7 years ago
  30. d5c3348 dmaengine: bcm-sba-raid: Use common GPL comment header by Anup Patel · 7 years ago
  31. 4e9f818 dmaengine: bcm-sba-raid: Use only single mailbox channel by Anup Patel · 7 years ago
  32. 5d74aa7f dmaengine: bcm-sba-raid: serialize dma_cookie_complete() using reqs_lock by Anup Patel · 7 years ago
  33. c5709d3 dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as well by Stefan Roese · 7 years ago
  34. e588710 dmaengine: pl330: fix descriptor allocation fail by Alexander Kochetkov · 7 years ago
  35. 847449f dmaengine: rcar-dmac: use TCRB instead of TCR for residue by Hiroyuki Yokoyama · 7 years ago
  36. 12e0177 dmaengine: sun6i: Add support for Allwinner A64 and compatibles by Stefan Brüns · 7 years ago
  37. 500fa9e dmaengine: sun6i: Move number of pchans/vchans/request to device struct by Stefan Brüns · 7 years ago
  38. d5f6d8c dmaengine: sun6i: Enable additional burst lengths/widths on H3 by Stefan Brüns · 7 years ago
  39. 88d8622 dmaengine: sun6i: Restructure code to allow extension for new SoCs by Stefan Brüns · 7 years ago
  40. 5a6a620 dmaengine: sun6i: Correct burst length field offsets for H3 by Stefan Brüns · 7 years ago
  41. 50b1249 dmaengine: sun6i: Correct setting of clock autogating register for A83T/H3 by Stefan Brüns · 7 years ago
  42. 56d355e dmaengine: img-mdc: Add runtime PM by Ed Blake · 7 years ago
  43. fd9f22a dmaengine: img-mdc: Add suspend / resume handling by Ed Blake · 7 years ago
  44. f47a413 dmaengine: nbpfaxi: Use of_device_get_match_data() helper by Geert Uytterhoeven · 7 years ago
  45. 05ec62a dmaengine: omap-dma: Implement protection for invalid max_burst by Peter Ujfalusi · 7 years ago
  46. ea09ea5 dmaengine: edma: Implement protection for invalid max_burst by Peter Ujfalusi · 7 years ago
  47. f2fd4d9 dmaengine: stm32: remove redundant initialization of hwdesc by Colin Ian King · 7 years ago
  48. ea62e2c dmaengine: stm32_mdma: add CONFIG_OF dependency by Arnd Bergmann · 7 years ago
  49. 38502f2 dmaengine: stm32: use %p format specfier for pointer by Vinod Koul · 7 years ago
  50. 4219ff3 dmaengine: stm32-dmamux: Fix a NULL vs IS_ERR() check in probe by Dan Carpenter · 7 years ago
  51. a4ffb13 dmaengine: Add STM32 MDMA driver by Pierre-Yves MORDRET · 7 years ago
  52. edf1091 dmaengine: altera: fix spinlock usage by Sylvain Lesne · 7 years ago
  53. d9ec464 dmaengine: altera: fix response FIFO emptying by Sylvain Lesne · 7 years ago
  54. 73d2a3c dmaengine: sa11x0: add DMA filters by Russell King · 7 years ago
  55. df7e762 dmaengine: Add STM32 DMAMUX driver by Pierre-Yves MORDRET · 7 years ago
  56. 6b4faea dmaengine: qcom-bam: Process multiple pending descriptors by Sricharan R · 7 years ago
  57. 2ccb483 dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inuse by Peter Ujfalusi · 7 years ago
  58. 8f3b003 dmaengine: sun6i: use of_device_get_match_data by Corentin Labbe · 7 years ago
  59. 87a2f622 dmaengine: edma: Align the memcpy acnt array size with the transfer by Peter Ujfalusi · 7 years ago
  60. f9d4a39 dmaengine: imx-sdma: Correct src_addr_widths and directions by Nicolin Chen · 7 years ago
  61. f3ae7d9 dmaengine: xilinx_dma: Move enum xdma_ip_type to driver file by Lars-Peter Clausen · 7 years ago
  62. 008913d dmaengine: axi-dmac: Fix software cyclic mode by Lars-Peter Clausen · 7 years ago
  63. 63ab76d dmaengine: axi-dmac: Only use hardware cyclic mode for single segment transfers by Lars-Peter Clausen · 7 years ago
  64. cd7b34f Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  65. 41bd031 Merge branch 'topic/dmatest' into for-linus by Vinod Koul · 7 years ago
  66. 346ea25 Merge branch 'topic/qcom' into for-linus by Vinod Koul · 7 years ago
  67. 05890d5 Merge branch 'topic/ppc4xx' into for-linus by Vinod Koul · 7 years ago
  68. 918a21e Merge branch 'topic/of' into for-linus by Vinod Koul · 7 years ago
  69. dccafbf Merge branch 'topic/k3dma' into for-linus by Vinod Koul · 7 years ago
  70. f6cc35e Merge branch 'topic/ioat' into for-linus by Vinod Koul · 7 years ago
  71. 07e24b8 Merge branch 'topic/bcm' into for-linus by Vinod Koul · 7 years ago
  72. a431cba Merge branch 'topic/altera' into for-linus by Vinod Koul · 7 years ago
  73. a702e47 dmaengine: sun6i: support V3s SoC variant by Icenowy Zheng · 7 years ago
  74. 0430a7c dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirk by Icenowy Zheng · 7 years ago
  75. 574897d dmaengine: xilinx_dma: Fix error code format specifier by Lars-Peter Clausen · 7 years ago
  76. 6084fc2 dmaengine: altera: Use macros instead of structs to describe the registers by Stefan Roese · 7 years ago
  77. a2f6721 dmaengine: ti-dma-crossbar: Fix dra7 reserve function by Alexander Smirnov · 7 years ago
  78. b753351 dmaengine: pl330: constify amba_id by Arvind Yadav · 7 years ago
  79. b80fa12 dmaengine: pl08x: constify amba_id by Arvind Yadav · 7 years ago
  80. ecbf9ef dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETED by Anup Patel · 7 years ago
  81. 29e0f48 dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sending by Anup Patel · 7 years ago
  82. 8529a92 dmaengine: bcm-sba-raid: Add debugfs support by Anup Patel · 7 years ago
  83. b99c2386 dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED by Anup Patel · 7 years ago
  84. d6ffd23 dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests() by Anup Patel · 7 years ago
  85. fd8eb53 dmaengine: bcm-sba-raid: Pre-ack async tx descriptor by Anup Patel · 7 years ago
  86. 6df8f91 dmaengine: bcm-sba-raid: Peek mbox when we have no free requests by Anup Patel · 7 years ago
  87. eb67744 dmaengine: bcm-sba-raid: Alloc resources before registering DMA device by Anup Patel · 7 years ago
  88. f833851 dmaengine: bcm-sba-raid: Improve sba_issue_pending() run duration by Anup Patel · 7 years ago
  89. 5346aaf dmaengine: bcm-sba-raid: Increase number of free sba_request by Anup Patel · 7 years ago
  90. 5655e00 dmaengine: bcm-sba-raid: Allow arbitrary number free sba_request by Anup Patel · 7 years ago
  91. abfa251 dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_device by Anup Patel · 7 years ago
  92. e7ae72a dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_request by Anup Patel · 7 years ago
  93. 10f1a33 dmaengine: bcm-sba-raid: Remove redundant next_count from sba_request by Anup Patel · 7 years ago
  94. 57a2850 dmaengine: bcm-sba-raid: Common flags for sba_request state and fence by Anup Patel · 7 years ago
  95. e4274cf dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request() by Anup Patel · 7 years ago
  96. e897091 dmaengine: bcm-sba-raid: Minor improvments in comments by Anup Patel · 7 years ago
  97. 749d0d4 dmaengine: qcom: bam_dma: add command descriptor flag by Abhishek Sahu · 7 years ago
  98. 3eeb515 dmaengine: remove BUG_ON while registering devices by Vinod Koul · 7 years ago
  99. 5e85704 dmaengine: rcar-dmac: initialize all data before registering IRQ handler by Kuninori Morimoto · 7 years ago
  100. aa1841b dmaengine: k3dma: remove useless ON_WARN_ONCE() by Antonio Borneo · 7 years ago