1. b714b84 dma: pl330: Alloc dma_parms for the dma device by Lars-Peter Clausen · 11 years ago
  2. 8194ee2 dmaengine: fix sleep in atomic by Dan Williams · 11 years ago
  3. 0be8253 dmaengine: mv_xor: fix oops when channels fail to initialise by Russell King · 11 years ago
  4. d16695a dma: mv_xor: Use dmaengine_unmap_data for the self-tests by Ezequiel Garcia · 11 years ago
  5. 3cc377b dmaengine: fix enable for high order unmap pools by Dan Williams · 11 years ago
  6. 8e5ee25 dma: fix build warnings in txx9 by Dan Williams · 11 years ago
  7. 745c00d dmatest: fix build warning on mips by Dan Williams · 11 years ago
  8. bbc7656 dma: fix fsldma build warnings by Dan Williams · 11 years ago
  9. 6aa2731 dma: fix build warnings in ppc4xx by Dan Williams · 11 years ago
  10. d7fb030 dmaengine: at_hdmac: remove unused function by Olof Johansson · 11 years ago
  11. f984841 dma: mv_xor: remove mv_desc_get_dest_addr() by Jason Cooper · 11 years ago
  12. b9f10a1 ARM: mmp: build sram driver alone by Qiao Zhou · 11 years ago
  13. 996556c dma: tegra: register as an OF DMA controller by Stephen Warren · 11 years ago
  14. 9aa433d dma: tegra: use reset framework by Stephen Warren · 11 years ago
  15. 076843e Merge branch 'for-3.14/deps-from-dma-of' into for-3.14/dmas-resets-rework by Stephen Warren · 11 years ago
  16. 8010dad dma: add dma_get_any_slave_channel(), for use in of_xlate() by Stephen Warren · 11 years ago
  17. 0ad7c00 dma: add channel request API that supports deferred probe by Stephen Warren · 11 years ago
  18. 85726de dma: fix build breakage in s3c24xx-dma by Dan Williams · 11 years ago
  19. 89116bf Fix pl08x warnings by Russell King - ARM Linux · 11 years ago
  20. 5affdee rcar-hpbdma: initialise plane information when halted by Kuninori Morimoto · 11 years ago
  21. b3000cd rcar-hpbdma: fixup channel busy check for double plane by Kuninori Morimoto · 11 years ago
  22. f1eab07 rcar-hpbdma: add max transfer size by Kuninori Morimoto · 11 years ago
  23. 086b0af dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe() by Wei Yongjun · 11 years ago
  24. 415612c dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion status by Sachin Kamat · 11 years ago
  25. bddd5a2 dma: ste_dma40: Parse flags property for new 'high priority channel' request by Lee Jones · 11 years ago
  26. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  27. 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
  28. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  29. 82a1402 dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registers by Ezequiel Garcia · 11 years ago
  30. a911ddc dma: mv_xor: Remove unneeded NULL address check by Ezequiel Garcia · 11 years ago
  31. 779e561 ioat: fix ioat3_irq_reinit by Dan Williams · 11 years ago
  32. 4c5d961 ioat: kill msix_single_vector support by Dan Williams · 11 years ago
  33. 59056e8 ioatdma: clean up sed pool kmem_cache by Dan Williams · 11 years ago
  34. 21e96c7 ioatdma: fix selection of 16 vs 8 source path by Dan Williams · 11 years ago
  35. 5d48b9b ioatdma: fix sed pool selection by Dan Williams · 11 years ago
  36. ac7d631 ioatdma: Fix bug in selftest after removal of DMA_MEMSET. by Dave Jiang · 11 years ago
  37. 50137a7 dmatest: verbose mode by Dan Williams · 11 years ago
  38. 4076e75 dmatest: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  39. 2d88ce7 dmatest: add a 'wait' parameter by Dan Williams · 11 years ago
  40. 8672744 dmatest: add basic performance metrics by Dan Williams · 11 years ago
  41. e3b9c34 dmatest: add support for skipping verification and random data setup by Dan Williams · 11 years ago
  42. be9fa5a dmatest: use pseudo random numbers by Dan Williams · 11 years ago
  43. a9e5549 dmatest: support xor-only, or pq-only channels in tests by Dan Williams · 11 years ago
  44. a310d03 dmatest: restore ability to start test at module load and init by Dan Williams · 11 years ago
  45. 0adff80 dmatest: cleanup redundant "dmatest: " prefixes by Dan Williams · 11 years ago
  46. 872f05c dmatest: replace stored results mechanism, with uniform messages by Dan Williams · 11 years ago
  47. 7b61017 Revert "dmatest: append verify result to results" by Dan Williams · 11 years ago
  48. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  49. 54f8d50 dmaengine: remove DMA unmap from drivers by Bartlomiej Zolnierkiewicz · 11 years ago
  50. 7476bd7 async_pq: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  51. 8971646 async_memcpy: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  52. 45c463a dmaengine: reference counted unmap data by Dan Williams · 11 years ago
  53. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  54. 56ea27f dmaengine: consolidate memcpy apis by Dan Williams · 11 years ago
  55. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  56. d1cab34 dmatest: make driver unmap also source buffers by itself by Bartlomiej Zolnierkiewicz · 11 years ago
  57. 2f986ec dma: pl330: silence a compile warning by Dan Carpenter · 11 years ago
  58. 02808b4 dma: pl330: off by one in pl330_probe() by Dan Carpenter · 11 years ago
  59. 2dcbdce dma: mxs-dma: Use semaphores for cyclic DMA by Markus Pargmann · 11 years ago
  60. bb3660f dma: mxs-dma: Update state after channel reset by Markus Pargmann · 11 years ago
  61. 702e94d dma: mxs-dma: Fix channel reset hardware bug by Markus Pargmann · 11 years ago
  62. 7b11304 dma: mxs-dma: Report correct residue for cyclic DMA by Markus Pargmann · 11 years ago
  63. b2d6398 dma: mxs-dma: Cleanup interrupt handler by Markus Pargmann · 11 years ago
  64. 8de7a7d DMA: Freescale: update driver to support 8-channel DMA engine by Hongbo Zhang · 11 years ago
  65. c3cc74b dma: imx-sdma: Fix warnings for LPAE builds by Olof Johansson · 11 years ago
  66. 40911c7 dmaengine: ipu: fix warnings from 64-bit dma_addr_t printouts by Olof Johansson · 11 years ago
  67. b6d5050 dmaengine: edma: remove duplicate kfree by Vinod Koul · 11 years ago
  68. a6dd30e drivers/dma/mmp_tdma.c: use gen_pool_dma_alloc() to allocate descriptor by Nicolin Chen · 11 years ago
  69. cbf1e56 dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an error by Sebastian Andrzej Siewior · 11 years ago
  70. 1e378a6 dma: cppi41: redo descriptor collection in abort case by Sebastian Andrzej Siewior · 11 years ago
  71. 706ff62 dma: cppi41: use cppi41_pop_desc() where possible by Daniel Mack · 11 years ago
  72. f896496 dma: cppi41: restore more registers by Daniel Mack · 11 years ago
  73. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  74. 50a9c70 dma: edma: Add support for Cyclic DMA by Joel Fernandes · 11 years ago
  75. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  76. 53575aa Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  77. aac59e3 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  78. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  79. 6b327a0 Merge branch 'for-linus' into next by Vinod Koul · 11 years ago
  80. f8d9f62 Merge branch 'dma_complete' into next by Vinod Koul · 11 years ago
  81. 42536b9 ARM: 7857/1: dma: imx-sdma: setup dma mask by Philippe Retornaz · 11 years ago
  82. 94cb0e7 DMA-API: dma: edma.c: no need to explicitly initialize DMA masks by Russell King · 11 years ago
  83. 24353b8 DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  84. 6411301 DMA-API: dma: pl330: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  85. de1a241 DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  86. 600d525 dma: pl330: Remove unnecessary amba_set_drvdata() by Michal Simek · 11 years ago
  87. ac806a1 dmaengine: imx-dma: fix format warnings by Russell King · 11 years ago
  88. db60d8d dmanengine: fix edma driver to not define DMA_COMPLETE by Vinod Koul · 11 years ago
  89. f0dad6e Merge branch 'dma_complete' into next by Vinod Koul · 11 years ago
  90. b967aec Merge branch 'for-linus' into next by Vinod Koul · 11 years ago
  91. 8f1fd11 dmaengine: txx9: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  92. 00d696f dmaengine: tegra: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  93. e2360ad dmaengine: ste: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  94. a8d8d26 dmaengine: sh: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  95. fdebb76 dmaengine: sa11x0: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  96. 5738992 dmaengine: ppc4xx: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  97. 7cce508 dmaengine: omap: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  98. 2737583 dmaengine: mxs-dma: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  99. b3efb8f dmaengine: mv_xor: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  100. f64eabd dmaengine: mmp_tdma: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago