1. 4fb9c15 Merge branch 'topic/xdmac' into for-linus by Vinod Koul · 9 years ago
  2. 0e0fa66 Merge branch 'topic/omap' into for-linus by Vinod Koul · 9 years ago
  3. 9324fdf Merge branch 'topic/core' into for-linus by Vinod Koul · 9 years ago
  4. 4983a50 dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations" by Maxime Ripard · 9 years ago
  5. 87d001e dmaengine: Move icg helpers to global header by Maxime Ripard · 9 years ago
  6. e1031dc dmaengine: Support different source and destination stride by Maxime Ripard · 9 years ago
  7. 56f13c0 dmaengine: of_dma: Support for DMA routers by Peter Ujfalusi · 9 years ago
  8. 3b62286 dmaengine: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  9. bfde98b dmaengine: Remove net_dma_find_channel by Maxime Ripard · 9 years ago
  10. 68c062e dmaengine: Remove net_dma leftovers by Maxime Ripard · 9 years ago
  11. e921eea dmaengine: Remove memset leftovers by Maxime Ripard · 10 years ago
  12. 46c2eb6 Merge branch 'topic/rcar' into for-linus by Vinod Koul · 10 years ago
  13. fdb8df9 dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINE by Laurent Pinchart · 10 years ago
  14. 0d5484b dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c by Laurent Pinchart · 10 years ago
  15. 534a729 dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widths by Laurent Pinchart · 10 years ago
  16. 2c44ad9 dmaengine: Remove device_control and device_slave_caps by Maxime Ripard · 10 years ago
  17. cb8cea5 dmaengine: Create a generic dma_slave_caps callback by Maxime Ripard · 10 years ago
  18. 7fa0cf4 dmaengine: Add device_terminate_all callback by Maxime Ripard · 10 years ago
  19. 23a3ea2 dmaengine: split out pause/resume operations from device_control by Maxime Ripard · 10 years ago
  20. 94a73e3 dmaengine: Introduce a device_config callback by Maxime Ripard · 10 years ago
  21. ceacbdb dmaengine: Make the destination abbreviation coherent by Maxime Ripard · 10 years ago
  22. aba96ba dmaengine: clarify the issue_pending expectations by Vinod Koul · 10 years ago
  23. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  24. cf6c0ab Merge branch 'topic/dma_control_fsl_acks' into for-linus by Vinod Koul · 10 years ago
  25. b80719b dmaengine: remove FSLDMA_EXTERNAL_START by Vinod Koul · 10 years ago
  26. b65612a dmaengine: add dmaengine_prep_dma_sg() helper by Vinod Koul · 10 years ago
  27. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  28. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  29. d9ff958 dmaengine: Mark the struct dma_slave_config direction field deprecated by Laurent Pinchart · 10 years ago
  30. c7a19c7 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  31. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  32. 0c9dbeb dmaengine: Remove unused definition of DMA_MAX_COOKIE by Geert Uytterhoeven · 10 years ago
  33. 93c6ee9 dma: Support for 3 bytes word size by Peter Ujfalusi · 10 years ago
  34. 77c32bb Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  35. ba73034 dmaengine: fix comment typo by Alexander Popov · 10 years ago
  36. c1f43dd dmaengine: fix dmaengine_unmap failure by Xuelin Shi · 10 years ago
  37. 7cbccb5 dma: Remove comment about embedding dma_slave_config into custom structs by Lars-Peter Clausen · 11 years ago
  38. ca2a650 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  39. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  40. 868d2ee dmaengine: fix kernel-doc style typos for few comments by Vinod Koul · 11 years ago
  41. 5072056 dma: Indicate residue granularity in dma_slave_caps by Lars-Peter Clausen · 11 years ago
  42. 0adcdee Merge branch 'topic/of' into for-linus by Vinod Koul · 11 years ago
  43. 4fce628 Merge branch 'topic/defer_probe' into for-linus by Vinod Koul · 11 years ago
  44. 1c7af42 Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' into next/cleanup by Olof Johansson · 11 years ago
  45. 397321f dmaengine: fix incorrect kernel-doc comment for struct dma_slave_config by Alexander Popov · 11 years ago
  46. 8010dad dma: add dma_get_any_slave_channel(), for use in of_xlate() by Stephen Warren · 11 years ago
  47. 0ad7c00 dma: add channel request API that supports deferred probe by Stephen Warren · 11 years ago
  48. df12a31 Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Vinod Koul · 11 years ago
  49. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  50. 8971646 async_memcpy: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  51. 45c463a dmaengine: reference counted unmap data by Dan Williams · 11 years ago
  52. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  53. 7db5f72 dmaengine: remove unused DMA_SUCCESS by Vinod Koul · 11 years ago
  54. adfedd9 dmaengine: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  55. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  56. 4a43f39 dmaengine: dma_sync_wait and dma_find_channel undefined by Jon Mason · 11 years ago
  57. bd12763 Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  58. 14f00c7 dmaengine: dma_slave_caps: remove sg entries by Vinod Koul · 11 years ago
  59. 355cdaf Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  60. 71ea148 dmaengine: make dma_submit_error() return an error code by Dan Carpenter · 11 years ago
  61. 7bb587f dmaengine: add interface of dma_get_slave_channel by Zhangfei Gao · 11 years ago
  62. 221a27c7 dmaengine: add dma_slave_get_caps api by Vinod Koul · 11 years ago
  63. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  64. b2396f7 Merge branch 'topic/of' into for-linus by Vinod Koul · 11 years ago
  65. bef29ec DMA: of: Constant names by Markus Pargmann · 12 years ago
  66. a53e28d dma: Make the 'mask' parameter of __dma_request_channel const by Lars-Peter Clausen · 11 years ago
  67. 864ef69 dmaengine: add dma_request_slave_channel_compat() by Matt Porter · 12 years ago
  68. 978c417 dmaengine.h: remove redundant else keyword by Andy Shevchenko · 12 years ago
  69. 61cc13a dmaengine: introduce is_slave_direction function by Andy Shevchenko · 12 years ago
  70. e239345f dmaengine: remove dma_async_memcpy_complete() macro by Bartlomiej Zolnierkiewicz · 12 years ago
  71. b9ee868 dmaengine: remove dma_async_memcpy_pending() macro by Bartlomiej Zolnierkiewicz · 12 years ago
  72. 944ea4d dmatest: Fix NULL pointer dereference on ioat by Jon Mason · 12 years ago
  73. a14acb4 DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved api by Barry Song · 12 years ago
  74. e5a087f dmaengine: use for_each_set_bit by Akinobu Mita · 12 years ago
  75. d18d5f5 dmaengine: fix build failure due to missing semi-colon by Vinod Koul · 12 years ago
  76. 9a6cecc dmaengine: add helper function to request a slave DMA channel by Jon Hunter · 12 years ago
  77. e7736cd dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic() by Peter Ujfalusi · 12 years ago
  78. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  79. 3052cc2 dmaengine: Add wrapper for device_tx_status callback by Lars-Peter Clausen · 12 years ago
  80. 4fd1e32 dma: dmaengine: add slave req id in slave_config by Laxman Dewangan · 12 years ago
  81. e42d98e rapidio: add DMA engine support for RIO data transfers by Alexandre Bounine · 12 years ago
  82. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  83. 922ee08 dmaengine: Fixup dmaengine_prep_slave_single() to be actually useful by Kuninori Morimoto · 12 years ago
  84. 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  85. a2bd114 netdma: adding alignment check for NETDMA ops by Dave Jiang · 12 years ago
  86. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  87. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  88. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  89. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  90. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  91. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  92. dcc043d dmaengine: Add flow controller information to dma_slave_config by Viresh Kumar · 13 years ago
  93. 62268ce dmaengine: add DMA_TRANS_NONE to dma_transfer_direction by Shawn Guo · 13 years ago
  94. b14dab7 DMAEngine: Define interleaved transfer request api by Jassi Brar · 13 years ago
  95. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  96. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  97. a8efa9d linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h by Paul Gortmaker · 13 years ago
  98. 49920bc dmaengine: add new enum dma_transfer_direction by Vinod Koul · 13 years ago
  99. a16e470 dmaengine: remove struct scatterlist for header by Vinod Koul · 13 years ago
  100. 90b44f8 dmaengine: add helper function for slave_single by Vinod Koul · 13 years ago