1. b202d4e dmaengine: fsldma: Fix a resource leak in an error handling path of the probe function by Christophe JAILLET · 4 years, 1 month ago
  2. cbc0ad0 dmaengine: fsldma: Fix a resource leak in the remove function by Christophe JAILLET · 4 years, 1 month ago
  3. 59cd818 dmaengine: fsl: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  5. 377ec83 dmaengine: fsldma: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  6. ea2305f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40 by Thomas Gleixner · 6 years ago
  7. a7359e7 dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT by Wen He · 6 years ago
  8. 1297b64 dmaengine: fsldma: move spin_lock_bh to spin_lock in tasklet by Barry Song · 6 years ago
  9. 03bf279 dmaengine: fsldma: simplify getting .drvdata by Wolfram Sang · 7 years ago
  10. c678fa6 dmaengine: remove DMA_SG as it is dead code in kernel by Dave Jiang · 7 years ago
  11. ccc0772 dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly by Thomas Breitung · 8 years ago
  12. 96622bd Merge branch 'topic/unmap_cleanup' into for-linus by Vinod Koul · 8 years ago
  13. 11bfedf Merge branch 'topic/err_reporting' into for-linus by Vinod Koul · 8 years ago
  14. 585a1db dmaengine: fsldma: Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  15. aa570be dmaengine: NO_IRQ removal from powerpc-only drivers by Michael Ellerman · 8 years ago
  16. 9b33597 dmaengine: fsldma: move unmap to before callback by Dave Jiang · 8 years ago
  17. af1a5a5 dmaengine: fsldma: convert callback to helper function by Dave Jiang · 8 years ago
  18. aef94fe dmaengine: Remove site specific OOM error messages on kzalloc by Peter Griffin · 9 years ago
  19. 4376455 dmaengine: fsldma: Use dma_pool_zalloc by Julia Lawall · 9 years ago
  20. a9af316 dmaengine: fsldma: fix memory leak by Xuelin Shi · 9 years ago
  21. 7522c24 dmaengine: fsldma: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  22. 0fdd244 dmaengine: fsldma: remove the unused variable by Kevin Hao · 10 years ago
  23. 75dc177 dmaengine: fsldma: declare slave capabilities for the generic code by Kevin Hao · 10 years ago
  24. b7f7552 dmaengine: fsl-dma: Split device_control by Maxime Ripard · 10 years ago
  25. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  26. 91f7f70 dmaengine: fsldma: Remove chancnt affectations by Maxime Ripard · 10 years ago
  27. 55f04d7 dma: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  28. 01c6ad6 dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method by Vinod Koul · 10 years ago
  29. 0a5642b dmaengine: freescale: add and export fsl_dma_external_start() by Vinod Koul · 10 years ago
  30. 43452fa dmaengine: Freescale: change descriptor release process for supporting async_tx by Hongbo Zhang · 11 years ago
  31. 14c6a33 dmaengine: Freescale: add suspend resume functions for DMA driver by Hongbo Zhang · 11 years ago
  32. 2baff57 dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsave by Hongbo Zhang · 11 years ago
  33. 2a5ecb7 DMA: Freescale: move functions to avoid forward declarations by Hongbo Zhang · 11 years ago
  34. 86d19a5 DMA: Freescale: add fsl_dma_free_descriptor() to reduce code duplication by Hongbo Zhang · 11 years ago
  35. 867dfa5 DMA: Freescale: remove attribute DMA_INTERRUPT of dmaengine by Hongbo Zhang · 11 years ago
  36. ccdce9a DMA: Freescale: unify register access methods by Hongbo Zhang · 11 years ago
  37. cf7f7a2 DMA: Freescale: remove the unnecessary FSL_DMA_LD_DEBUG by Hongbo Zhang · 11 years ago
  38. bbc7656 dma: fix fsldma build warnings by Dan Williams · 11 years ago
  39. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  40. 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
  41. 54f8d50 dmaengine: remove DMA unmap from drivers by Bartlomiej Zolnierkiewicz · 11 years ago
  42. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  43. 8de7a7d DMA: Freescale: update driver to support 8-channel DMA engine by Hongbo Zhang · 11 years ago
  44. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  45. 9b0b0bd fsldma: remove useless use of lock by Andy Shevchenko · 12 years ago
  46. dd3daca dma: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  47. 463a1f8 dma: remove use of __devinit by Bill Pemberton · 12 years ago
  48. d73111c dma: fix comments by Masanari Iida · 12 years ago
  49. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 13 years ago
  50. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 13 years ago
  51. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 13 years ago
  52. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 13 years ago
  53. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 13 years ago
  54. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 13 years ago
  55. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 13 years ago
  56. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  57. 8faa7cf dt/fsldma: fix build warning caused by of_platform_device changes by Ira W. Snyder · 14 years ago
  58. 6447f55d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  59. a00ae34 fsldma: make halt behave nicely on all supported controllers by Ira Snyder · 14 years ago
  60. dc8d409 fsldma: reduce locking during descriptor cleanup by Ira Snyder · 14 years ago
  61. 9c4d1e7 fsldma: support async_tx dependencies and automatic unmapping by Ira Snyder · 14 years ago
  62. f04cd40 fsldma: fix controller lockups by Ira Snyder · 14 years ago
  63. 31f4306 fsldma: minor codingstyle and consistency fixes by Ira Snyder · 14 years ago
  64. 0ab09c3 fsldma: improve link descriptor debugging by Ira Snyder · 14 years ago
  65. b158471 fsldma: use channel name in printk output by Ira Snyder · 14 years ago
  66. e8bd84d fsldma: move related helper functions near each other by Ira Snyder · 14 years ago
  67. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  68. e1288cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  69. f3c677b fsldma: fix issue of slow dma by Forrest Shi · 14 years ago
  70. e2c8e425 fsldma: add support to 36-bit physical address by Li Yang · 14 years ago
  71. 968f19a fsldma: improved DMA_SLAVE support by Ira Snyder · 14 years ago
  72. c1433041 fsldma: implement support for scatterlist to scatterlist copy by Ira Snyder · 14 years ago
  73. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  74. c2e07b3 Fix spelling contorller -> controller in comments by Stefan Weil · 14 years ago
  75. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  76. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  77. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  78. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 15 years ago
  79. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 15 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  81. bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 15 years ago
  82. 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 15 years ago
  83. c3635c7 DMAENGINE: generic slave control v2 by Linus Walleij · 15 years ago
  84. 76bd061 fsldma: Fix cookie issues by Steven J. Magnani · 15 years ago
  85. 6ca3a7a fsldma: Fix cookie issues by Steven J. Magnani · 15 years ago
  86. 4b1cf1f dma: make Open Firmware device id constant by Márton Németh · 15 years ago
  87. 9c3a50b fsldma: major cleanups and fixes by Ira Snyder · 15 years ago
  88. a1c0331 fsldma: rename fsl_chan to chan by Ira Snyder · 15 years ago
  89. d3f620b fsldma: simplify IRQ probing and handling by Ira Snyder · 15 years ago
  90. e7a2915 fsldma: clean up the OF subsystem routines by Ira Snyder · 15 years ago
  91. 738f5f7 fsldma: rename dest to dst for uniformity by Ira Snyder · 15 years ago
  92. a4f56d4 fsldma: rename struct fsl_dma_chan to struct fsldma_chan by Ira Snyder · 15 years ago
  93. 4ce0e95 fsldma: remove unused structure members by Ira Snyder · 15 years ago
  94. 272ca65 fsldma: reduce kernel text size by Ira Snyder · 15 years ago
  95. bbea0b6 fsldma: Add DMA_SLAVE support by Ira Snyder · 15 years ago
  96. e6c7ecb fsldma: split apart external pause and request count features by Ira Snyder · 15 years ago
  97. eda3423 fsldma: implement a private tx_list by Dan Williams · 15 years ago
  98. e3d4330 drivers/dma/fsldma.c: Remove unnecessary semicolons by Joe Perches · 16 years ago
  99. 43a1a3e fsldma: do not clear bandwidth control bits on the 83xx controller by Ira Snyder · 16 years ago
  100. be30b22 fsldma: enable external start for the 83xx controller by Ira Snyder · 16 years ago