1. f95df7d dmaengine: edma: Fix error return code in edma_alloc_chan_resources() by Wei Yongjun · 8 years ago
  2. 6619f03 Merge branch 'topic/compile_test' into for-linus by Vinod Koul · 8 years ago
  3. 2cc40ee dmaengine: edma: avoid uninitialized variable use by Arnd Bergmann · 8 years ago
  4. 1634d30 dmaengine: edma: Rename set_bits and remove unused clear_bits helper by Peter Ujfalusi · 8 years ago
  5. f1d1e34 dmaengine: edma: Use correct type for of_find_property() third parameter by Peter Ujfalusi · 8 years ago
  6. b786274 dmaengine: edma: Fix of_device_id data parameter usage (legacy vs TPCC) by Peter Ujfalusi · 8 years ago
  7. 8673751 dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs by Peter Ujfalusi · 8 years ago
  8. f4e0628 dmaengine: edma: kill the tasklets upon exit by Vinod Koul · 8 years ago
  9. 638001e dmaengine: edma: explicitly freeup irq by Vinod Koul · 8 years ago
  10. 5debef8 Merge branch 'topic/edma' into for-linus by Vinod Koul · 8 years ago
  11. aef94fe dmaengine: Remove site specific OOM error messages on kzalloc by Peter Griffin · 8 years ago
  12. 2e4ed08 dmaengine: edma: Use early completion for intermediate paRAM set in slave_sg by Peter Ujfalusi · 8 years ago
  13. a0d3c7c Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  14. 3b2bc8a dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error event by Peter Ujfalusi · 8 years ago
  15. a482f4e dmaengine: edma: special case slot limit workaround by John Ogness · 8 years ago
  16. 23f49fd dmaengine: edma: Remove dynamic TPTC power management feature by Peter Ujfalusi · 8 years ago
  17. b5b131c Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  18. e4d8817 dmaengine: edma: Fetch echan->edesc while holding lock in edma_comletion_handler by Peter Ujfalusi · 8 years ago
  19. b84730f dmaengine: edma: Implement device_synchronize callback by Peter Ujfalusi · 8 years ago
  20. 4ac31d1 dmaengine: edma: fix residue race for cyclic by John Ogness · 8 years ago
  21. 9fa6860 Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  22. d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  23. d20313b dmaengine: edma: Fix paRAM slot allocation for entry channel 0 by Peter Ujfalusi · 8 years ago
  24. 7c7b680 Merge branch 'topic/univ_api' into for-linus by Vinod Koul · 8 years ago
  25. 23e6723 dmaengine: edma: Add support for DMA filter mapping to slave devices by Peter Ujfalusi · 9 years ago
  26. 4fa2d09 dmaengine: edma: Add probe callback to edma_tptc_driver by Peter Ujfalusi · 9 years ago
  27. bcb4b61 Merge branch 'fix/edma' into fixes by Vinod Koul · 9 years ago
  28. ae0add7 dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type by Peter Ujfalusi · 9 years ago
  29. ecb7dec dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type by Peter Ujfalusi · 9 years ago
  30. f5ea7ad dmaengine: edma: predecence bug in GET_NUM_QDMACH() by Dan Carpenter · 9 years ago
  31. 638bdc8 dmaengine: edma: fix build without CONFIG_OF by Arnd Bergmann · 9 years ago
  32. 34635b1a dmaengine: edma: Add dummy driver skeleton for edma3-tptc by Peter Ujfalusi · 9 years ago
  33. 1be5336 dmaengine: edma: New device tree binding by Peter Ujfalusi · 9 years ago
  34. 966a87b dmaengine: edma: Merge the of parsing functions by Peter Ujfalusi · 9 years ago
  35. 56c7b74 dmaengine: edma: Do not allocate memory for edma_rsv_info in case of DT boot by Peter Ujfalusi · 9 years ago
  36. 02f77ef dmaengine: edma: Refactor the dma device and channel struct initialization by Peter Ujfalusi · 9 years ago
  37. 633e42b dmaengine: edma: Get qDMA channel information from HW also by Peter Ujfalusi · 9 years ago
  38. f9425de dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventq by Peter Ujfalusi · 9 years ago
  39. d9c345d dmaengine: edma: Correct PaRAM access function names (_parm_ to _param_) by Peter Ujfalusi · 9 years ago
  40. 34cf301 dmaengine: edma: Simplify function parameter list for channel operations by Peter Ujfalusi · 9 years ago
  41. df6694f dmaengine: edma: Optimize memcpy operation by Peter Ujfalusi · 9 years ago
  42. 21a3184 dmaengine: edma: Remove alignment constraint for memcpy by Peter Ujfalusi · 9 years ago
  43. e4e886c dmaengine: edma: Dynamic paRAM slot handling if HW supports it by Peter Ujfalusi · 9 years ago
  44. 7a73b13 dmaengine: edma: Rename bitfields for slot and channel usage tracking by Peter Ujfalusi · 9 years ago
  45. 4ab54f6 dmaengine: edma: Read channel mapping support only once from HW by Peter Ujfalusi · 9 years ago
  46. e4402a1 dmaengine: edma: Simplify and optimize ccerr interrupt handler by Peter Ujfalusi · 9 years ago
  47. 7c3b8b3 dmaengine: edma: Move the pending error check into helper function by Peter Ujfalusi · 9 years ago
  48. 79ad2e3 dmaengine: edma: Simplify the interrupt handling by Peter Ujfalusi · 9 years ago
  49. 11c1573 dmaengine: edma: Consolidate the comments for functions by Peter Ujfalusi · 9 years ago
  50. fc01409 dmaengine: edma: Print warning when linking slots from different eDMA by Peter Ujfalusi · 9 years ago
  51. 96f5ff0 dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio by Peter Ujfalusi · 9 years ago
  52. 3287fb4 dmaengine: edma: Use dev_dbg instead pr_debug by Peter Ujfalusi · 9 years ago
  53. 907f74a dmaengine: edma: Cleanup regarding the use of dev around the code by Peter Ujfalusi · 9 years ago
  54. 547c6e2 dmaengine: edma: Use devm_kcalloc when possible by Peter Ujfalusi · 9 years ago
  55. cb78205 dmaengine: edma: Allocate memory dynamically for bitmaps and structures by Peter Ujfalusi · 9 years ago
  56. 2b6b3b7 ARM/dmaengine: edma: Merge the two drivers under drivers/dma/ by Peter Ujfalusi · 9 years ago
  57. b2c843a ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers by Peter Ujfalusi · 9 years ago
  58. ca304fa ARM/dmaengine: edma: Public API to use private struct pointer by Peter Ujfalusi · 9 years ago
  59. dc9b6055 ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver by Peter Ujfalusi · 9 years ago
  60. 8fa7ff4 dmaengine: edma: Simplify and optimize the edma_execute path by Peter Ujfalusi · 9 years ago
  61. 77a68e5 dmaengine: Add an enum for the dmaengine alignment constraints by Maxime Ripard · 9 years ago
  62. 02ec604 dmaenegine: edma: allow pause/resume for non-cyclic mode by John Ogness · 9 years ago
  63. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  64. ab7add3 dmaengine: edma: fixed wrongly initialized data parameter to the edma callback by Petr Kulhavy · 9 years ago
  65. 5ca9e7c dmaengine: edma: fix memory leak when terminating running transfers by Petr Kulhavy · 9 years ago
  66. b7a4fd5 dmaenegine: edma: fix sparse warnings by Lad, Prabhakar · 9 years ago
  67. 9f59cd0 dmaengine: edma: Declare slave capabilities for the generic code by Maxime Ripard · 10 years ago
  68. aa7c09b dmaengine: edma: Split device_control by Maxime Ripard · 10 years ago
  69. ceacbdb dmaengine: Make the destination abbreviation coherent by Maxime Ripard · 10 years ago
  70. 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
  71. 5305e4d dma: edma: move device registration to platform code by Arnd Bergmann · 10 years ago
  72. 55f04d7 dma: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  73. 639559a dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause() by Sebastian Andrzej Siewior · 10 years ago
  74. c7a19c7 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  75. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  76. ed64610 dmaengine: edma: Do not register second device when booted with DT by Peter Ujfalusi · 10 years ago
  77. 04d537d dmaengine: edma: Do not change the error code returned from edma_alloc_slot by Peter Ujfalusi · 10 years ago
  78. 8e8805d dmaengine: edma: Serve cyclic (audio) channels with high priority queue by Peter Ujfalusi · 10 years ago
  79. a1f146f dmaengine: edma: Support to suppress the period interrupts in cyclic mode by Peter Ujfalusi · 10 years ago
  80. b7f9bc5 dmaengine: edma: Update caps->residue_granularity to match with reality by Peter Ujfalusi · 10 years ago
  81. e4a899d dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidth by Peter Ujfalusi · 10 years ago
  82. b0cce4c dmaengine: edma: update DMA memcpy to use new param element by Joel Fernandes · 10 years ago
  83. 04361d8 dmaengine: edma: Document variables used for residue accounting by Joel Fernandes · 10 years ago
  84. 740b41f dmaengine: edma: Provide granular accounting by Thomas Gleixner · 10 years ago
  85. c2da234 dmaengine: edma: Store transfer data in edma_desc and edma_pset by Thomas Gleixner · 10 years ago
  86. b5088ad dmaengine: edma: Create private pset struct by Thomas Gleixner · 10 years ago
  87. de13593 dmaengine: edma: Check the current decriptor first in tx_status() by Thomas Gleixner · 10 years ago
  88. b6205c3 dmaengine: edma: Sanitize residue reporting by Thomas Gleixner · 10 years ago
  89. 9aac909 dmaengine: edma: Add channel number to debug prints by Peter Ujfalusi · 10 years ago
  90. 406efb1 dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ by Joel Fernandes · 10 years ago
  91. 8cc3e30 dmaengine: edma: Add DMA memcpy support by Joel Fernandes · 10 years ago
  92. e6fad59 dmaengine: edma: Print the direction value as well when it is not supported by Peter Ujfalusi · 10 years ago
  93. c594c89 dmaengine: edma: Prefix debug prints where the text were identical in prep callbacks by Peter Ujfalusi · 10 years ago
  94. 2c88ee6 dmaengine: edma: Implement device_slave_caps callback by Peter Ujfalusi · 10 years ago
  95. 83bb312 dmaengine: edma: Reduce debug print verbosity for non verbose debugging by Peter Ujfalusi · 10 years ago
  96. 232b223d dmaengine: edma: Set DMA_CYCLIC capability flag by Peter Ujfalusi · 10 years ago
  97. 72c7b67 dmaengine: edma: Add support for DMA_PAUSE/RESUME operation by Peter Ujfalusi · 10 years ago
  98. b2b617d dmaengine: edma: Correct the handling of src/dst_maxburst == 0 by Peter Ujfalusi · 10 years ago
  99. 5fc68a6 dma: edma: fix incorrect SG list handling by Sekhar Nori · 10 years ago
  100. e3ddc97 dma: edma: Fix memory leak in edma_prep_dma_cyclic() by Christian Engelmayer · 10 years ago