1. 33cb6d1 dmaengine: at_hdmac: remove platform data header by Alexandre Belloni · 4 years ago
  2. f6a0eb5 dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  3. e097eb7 dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate() by Yu Kuai · 4 years, 5 months ago
  4. 3832b78 dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate() by Yu Kuai · 4 years, 5 months ago
  5. 0cef8e2 dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma_xlate() by Yu Kuai · 4 years, 5 months ago
  6. 21e3cdb0 dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc headers by Lee Jones · 4 years, 6 months ago
  7. 078a650 dmaengine: at_hdmac: Fix deadlocks by Tudor Ambarus · 5 years ago
  8. 247b4d8 dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAIT by Tudor Ambarus · 5 years ago
  9. ceb2c14c5 dmaengine: at_hdmac: Drop description for a not defined parameter by Tudor Ambarus · 5 years ago
  10. ad16bc23 dmaengine: at_hdmac: Return err in case the chan is not free at alloc res time by Tudor Ambarus · 5 years ago
  11. bbc5839 dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources() by Tudor Ambarus · 5 years ago
  12. a6e7f19 dmaengine: at_hdmac: Substitute kzalloc with kmalloc by Tudor Ambarus · 5 years ago
  13. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  14. e7987a0 dmaengine: at_hdmac: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  15. 77e75fd dmaengine: at_hdmac: fix module unloading by Richard Genoud · 6 years ago
  16. 98f5f93 dmaengine: at_hdmac: fix memory leak in at_dma_xlate() by Richard Genoud · 6 years ago
  17. 6235588 dmaengine: at_hdmac: remove dma_slave_config direction usage by Vinod Koul · 6 years ago
  18. 5c4a74a dmaengine: at_hdmac: simplify getting .drvdata by Wolfram Sang · 7 years ago
  19. 62a277d dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_interleaved by Gustavo A. R. Silva · 7 years ago
  20. c678fa6 dmaengine: remove DMA_SG as it is dead code in kernel by Dave Jiang · 7 years ago
  21. 12154c8 dmaengine: at_hdmac: move to dma_pool_zalloc by Vinod Koul · 8 years ago
  22. dff232d dmaengine: at_hdmac: convert callback to helper function by Dave Jiang · 8 years ago
  23. 2c5d740 dmaengine: at_hdmac: use %pad format string for dma_addr_t by Arnd Bergmann · 9 years ago
  24. 67d25f0 dmaengine: hdmac: Add scatter-gathered memset support by Maxime Ripard · 9 years ago
  25. ce2a673 dmaengine: hdmac: factorise memset descriptor allocation by Maxime Ripard · 9 years ago
  26. 3527122 Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  27. 4d11242 dmaengine: hdmac: Add memset capabilities by Maxime Ripard · 9 years ago
  28. 93dce3a dmaengine: at_hdmac: fix residue computation by Cyrille Pitchen · 10 years ago
  29. 4483320 dmaengine: Use Pointer xt after NULL check. by Maninder Singh · 10 years ago
  30. 5abecfa dmaengine: hdmac: Implement interleaved transfers by Maxime Ripard · 10 years ago
  31. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  32. bdf6c79 dmaengine: at_hdmac: Fix calculation of the residual bytes by Torsten Fleischer · 10 years ago
  33. 265567f dmaengine: at_hdmac: Add support for memory to memory sg transfers by Torsten Fleischer · 10 years ago
  34. 816070e dmaengine: at_hdmac: declare slave capabilities by Ludovic Desroches · 10 years ago
  35. 4facfe7 dmaengine: hdmac: Split device_control by Maxime Ripard · 10 years ago
  36. 6758dda dma: at_hdmac: fix invalid remaining bytes detection by Alexandre Belloni · 10 years ago
  37. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  38. ccc7aad dmaengine: at_hdmac: use tasklet_kill in teardown by Vinod Koul · 11 years ago
  39. 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
  40. 54f8d50 dmaengine: remove DMA unmap from drivers by Bartlomiej Zolnierkiewicz · 11 years ago
  41. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  42. 6d203d1 dmaengine: at_hdma: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  43. f784d9c dmaengine: at_hdmac: prepare clk before calling enable by Boris BREZILLON · 12 years ago
  44. c3dbc60 dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions by Nicolas Ferre · 12 years ago
  45. 538eea6 dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors() by Nicolas Ferre · 12 years ago
  46. 62971b2 dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding by Ludovic Desroches · 12 years ago
  47. 36c6df5 dma: at_hdmac: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  48. d48de6f DMA: AT91: Get residual bytes in dma buffer by Elen Song · 12 years ago
  49. d088c33 DMA: AT91: Get transfer width by Elen Song · 12 years ago
  50. 6c22770 dmaengine: at_hdmac/trivial: rearrange CFG register bits assignment by Nicolas Ferre · 12 years ago
  51. 72ae6e4 dmaengine: at_hdmac: extend hardware handshaking interface identification by Nicolas Ferre · 12 years ago
  52. ea7e790 dmaengine: at_hdmac/trivial: correct typo in comment by Nicolas Ferre · 12 years ago
  53. 1763e73 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  54. bbe89c8 at_hdmac: move to generic DMA binding by Ludovic Desroches · 12 years ago
  55. d202f05 dmaengine: at_hdmac: fix race condition in atc_advance_work() by Ludovic Desroches · 12 years ago
  56. 1d1bbd3 dma: Remove erroneous __exit and __exit_p() references by Maxin B. John · 12 years ago
  57. 0e7264c dma: at_hdmac: check direction properly for cyclic transfers by Andy Shevchenko · 12 years ago
  58. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  59. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  60. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  61. c456797 dmaengine: at_hdmac: check that each sg data length is non-null by Nicolas Ferre · 12 years ago
  62. c618a9b dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() by Nicolas Ferre · 12 years ago
  63. d73111c dma: fix comments by Masanari Iida · 12 years ago
  64. 7fd63cc dmaengine: at_hdmac: add a few const qualifiers by Uwe Kleine-König · 12 years ago
  65. 9102d87 dmaengine: at_hdmac: trivial: fix comment in header by Nicolas Ferre · 13 years ago
  66. 1dd1ea8 dmaengine: at_hdmac: take maxburst from slave configuration by Nicolas Ferre · 13 years ago
  67. b409ebf dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant by Nicolas Ferre · 13 years ago
  68. d411605 dmaengine: fix cyclic dma usage by Vinod Koul · 13 years ago
  69. ed8b0d6 dmaengine: at_hdmac: remove clear-on-read in atc_dostart() by Nicolas Ferre · 13 years ago
  70. beeaa10 dmaengine: at_hdmac: add slave config operation by Nicolas Ferre · 13 years ago
  71. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 13 years ago
  72. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 13 years ago
  73. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 13 years ago
  74. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 13 years ago
  75. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 13 years ago
  76. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 13 years ago
  77. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 13 years ago
  78. bda3a47 at_hdmac: bugfix for enabling channel irq by Nikolaus Voss · 13 years ago
  79. 02f88be dmaengine: at_hdmac: simplify device selection from platform data or DT by Nicolas Ferre · 13 years ago
  80. dcc8173 dmaengine: at_hdmac: empty entry shape modification by Nicolas Ferre · 13 years ago
  81. 0ab88a0 dmaengine: at_hdmac: add const to struct platform_device_id definition by Nicolas Ferre · 13 years ago
  82. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  83. c511595 dmaengine: at_hdmac: add device tree support by Nicolas Ferre · 13 years ago
  84. 6734845 dmaengine: at_hdmac: platform data move to use .id_table by Nicolas Ferre · 13 years ago
  85. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  86. 46389470 dmaengine: delete redundant chan_id and chancnt initialization in dma drivers by Barry Song · 13 years ago
  87. d7db808 dmaengine: at_hdmac: fix way to specify cyclic capability by Nicolas Ferre · 13 years ago
  88. 3c47748 dmaengine: at_hdmac: add wrappers for testing channel state by Nicolas Ferre · 13 years ago
  89. c0ba594 dmaengine: at_hdmac: improve power management routines by Nicolas Ferre · 13 years ago
  90. d8cb04b dmaengine: at_hdmac: replace spin_lock* with irqsave variants by Nicolas Ferre · 13 years ago
  91. 114df7d dma: at_hdmac.c: use resource_size by H Hartley Sweeten · 14 years ago
  92. 4cb865d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  93. de7a2f9 dmaengine: at_hdmac: pause: no need to wait for FIFO empty by Nicolas Ferre · 14 years ago
  94. e257e15 dmaengine: at_hdmac: use descriptor chaining help function by Nicolas Ferre · 14 years ago
  95. 23b5e3a dmaengine: at_hdmac: implement pause and resume in atc_control by Nicolas Ferre · 14 years ago
  96. 543aabc dmaengine: at_hdmac: set residue as total len in atc_tx_status by Nicolas Ferre · 14 years ago
  97. ae14d4b dmaengine: at_hdmac: specialize AHB interfaces to optimize transfers by Nicolas Ferre · 14 years ago
  98. 2f43282 dmaengine: at_hdmac: remove channel status testing in tasklet by Nicolas Ferre · 14 years ago
  99. cc52a10 dmaengine: at_hdmac: debug information sg_len for prep_slave_sg by Nicolas Ferre · 14 years ago
  100. 53830cc dmaengine: at_hdmac: add cyclic DMA operation support by Nicolas Ferre · 14 years ago