1. d21814a dmaengine: pl330: Fix runtime PM support for terminated transfers by Marek Szyprowski · 8 years ago
  2. 709c946 Merge branch 'topic/pl330' into for-linus by Vinod Koul · 8 years ago
  3. a40235a dmaengine: pl330: Acquire dmac's spinlock in pl330_tx_status by Hsin-Yu Chao · 8 years ago
  4. d64e9a2 dmaengine: pl330: fix residual for non-running BUSY descriptors by Stephen Barber · 8 years ago
  5. f08462c dmaengine: pl330: convert callback to helper function by Dave Jiang · 8 years ago
  6. 46cf94d dmaengine: pl330: explicitly freeup irq by Vinod Koul · 8 years ago
  7. aef94fe dmaengine: Remove site specific OOM error messages on kzalloc by Peter Griffin · 8 years ago
  8. 0a18f9b dmaengine: pl330: fix to support the burst mode by Caesar Wang · 8 years ago
  9. 86a8ce7 dmaengine: pl330: add max burst for dmaengine by Shawn Lin · 9 years ago
  10. 271e1b86 dmaengine: pl330: add quirk for broken no flushp by Addy Ke · 9 years ago
  11. 848e977 dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmit by Boojin Kim · 9 years ago
  12. 3527122 Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  13. 31495d6 dmaengine: pl330: do not emit loop for 1 byte transfer. by Michal Suchanek · 9 years ago
  14. 5dd90e5 dmaengine: pl330: Really fix choppy sound because of wrong residue calculation by Krzysztof Kozlowski · 9 years ago
  15. ae12829 dmaengine: pl330: Fix overflow when reporting residue in memcpy by Krzysztof Kozlowski · 9 years ago
  16. 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  17. e5489d5 dmaengine: pl330: fix wording in mcbufsz message by Michal Suchanek · 9 years ago
  18. f563685 dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check of pch by Maninder Singh · 9 years ago
  19. 81cc6ed dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boards by Krzysztof Kozlowski · 9 years ago
  20. 75967b7 dmaengine: pl330: fix return status on pending transfers by Ben Dooks · 9 years ago
  21. 5503aed dmaengine: pl330: make unexported functions static by Ben Dooks · 9 years ago
  22. 3a2307f dmaengine: pl330: fix issues with big-endian armv7 by Ben Dooks · 9 years ago
  23. 88987d2 dmaengine: pl330: add DMA_PAUSE feature by Robert Baldyga · 9 years ago
  24. aee4d1f dmaengine: pl330: improve pl330_tx_status() function by Robert Baldyga · 9 years ago
  25. 0091b9d dmaengine: pl330: fix bug that cause start the same descs in cyclic by Addy Ke · 10 years ago
  26. dcabe456 dmaengine: pl330: Declare slave capabilities for the generic code by Maxime Ripard · 10 years ago
  27. 740aa95 dmaengine: pl330: Split device_control by Maxime Ripard · 10 years ago
  28. ceacbdb dmaengine: Make the destination abbreviation coherent by Maxime Ripard · 10 years ago
  29. 26ceb12 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  30. 87c779b Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  31. 046209f dmaengine: pl330: update author info by Jassi Brar · 10 years ago
  32. b816ccc ARM: 8206/1: dmaengine: pl330: Add PM sleep support by Krzysztof Kozlowski · 10 years ago
  33. ae43b32 ARM: 8202/1: dmaengine: pl330: Add runtime Power Management support v12 by Krzysztof Kozlowski · 10 years ago
  34. cee4239 dmaengine: pl330: Correct device assignment. by Andrew Jackson · 10 years ago
  35. 1f0a5cb dmaengine: Fix allocation size for PL330 data buffer depth. by Liviu Dudau · 10 years ago
  36. c27f955 dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entries by Jon Medhurst · 10 years ago
  37. 137bd11 dmaengine: pl330: Align DMA memcpy operations to MFIFO width by Jon Medhurst · 10 years ago
  38. 6e4a2a8 dmaengine: pl330: Fix NULL pointer dereference on driver unbind by Krzysztof Kozlowski · 10 years ago
  39. 0f5ebab dmaengine: pl330: Fix NULL pointer dereference on probe failure by Krzysztof Kozlowski · 10 years ago
  40. c3cb38f dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req() by Krzysztof Kozlowski · 10 years ago
  41. 937cb2f dmaengine: pl330: Remove non-NULL check for pl330_submit_req parameters by Krzysztof Kozlowski · 10 years ago
  42. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  43. b1e51d7 dmaengine: pl330: Check if the DMA descriptor is NULL by Javier Martinez Canillas · 10 years ago
  44. c26939e dmaengine: pl330: Remove pl330_chan_ctrl() by Lars-Peter Clausen · 10 years ago
  45. 8ed30a1 dmaengine: pl330: Simplify marking a request as unused by Lars-Peter Clausen · 10 years ago
  46. 9dc5a31 dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc by Lars-Peter Clausen · 10 years ago
  47. f6f2421 dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs by Lars-Peter Clausen · 10 years ago
  48. fbbcd9b dmaengine: pl330: Simplify is_manager() by Lars-Peter Clausen · 10 years ago
  49. 1b446d2 dmaengine: pl330: Remove uneccessary ccr validation by Lars-Peter Clausen · 10 years ago
  50. 65ad606 dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * by Lars-Peter Clausen · 10 years ago
  51. 6079d38 dmaengine: pl330: Remove useless xfer_cb indirection by Lars-Peter Clausen · 10 years ago
  52. be02532 dmaengine: pl330: Remove unused mc_len field from _pl330_req struct by Lars-Peter Clausen · 10 years ago
  53. d5cef12 dmaengine: pl330: Remove unused next field form pl330_xfer struct by Lars-Peter Clausen · 10 years ago
  54. c9392d8 dmaengine: pl330: Remove unused client_data field form pl330_info by Lars-Peter Clausen · 10 years ago
  55. 7ae342f dmaengine: pl330: Remove unused dmac_reset callback by Lars-Peter Clausen · 10 years ago
  56. fa01ef3 dmaengine: pl330: Remove unused pl330_chanstatus struct by Lars-Peter Clausen · 10 years ago
  57. f0564c7 dmaengine: pl330: Remove duplicated cachecontrol enum by Lars-Peter Clausen · 10 years ago
  58. 585a9d0 dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype by Lars-Peter Clausen · 10 years ago
  59. ca2a650 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  60. 70cbb16 dma: pl330: Use dma_get_slave_channel() in the of xlate callback by Lars-Peter Clausen · 11 years ago
  61. 04abf5d dma: pl330: Differentiate between submitted and issued descriptors by Lars-Peter Clausen · 11 years ago
  62. 7cfa7b5 Merge remote-tracking branch 'asoc/topic/dma' into for-tiwai by Mark Brown · 11 years ago
  63. bfb9bb4 dma: pl330: Set residue_granularity by Lars-Peter Clausen · 11 years ago
  64. 0baf8f6 dma: pl330: ensure DMA descriptors are zero-initialised by Will Deacon · 11 years ago
  65. b714b84 dma: pl330: Alloc dma_parms for the dma device by Lars-Peter Clausen · 11 years ago
  66. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  67. 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
  68. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  69. 2f986ec dma: pl330: silence a compile warning by Dan Carpenter · 11 years ago
  70. 02808b4 dma: pl330: off by one in pl330_probe() by Dan Carpenter · 11 years ago
  71. 6411301 DMA-API: dma: pl330: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  72. 600d525 dma: pl330: Remove unnecessary amba_set_drvdata() by Michal Simek · 11 years ago
  73. e98b3ca dma: pl330: Support per channel irq allocation by Michal Simek · 11 years ago
  74. 173e838 dma: pl330: Simplify irq allocation by Michal Simek · 11 years ago
  75. bd12763 Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  76. dbaf6d8 dmaengine: pl330: use dma_set_max_seg_size to set the sg limit by Vinod Koul · 11 years ago
  77. 355cdaf Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  78. 39ff861 dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptors by Lars-Peter Clausen · 11 years ago
  79. 52a9d17 dma: pl330: split off common code to give back descriptors by Chanho Park · 11 years ago
  80. d4adcc0 dma: use dev_get_platdata() by Jingoo Han · 11 years ago
  81. fc51446 dma: pl330: Fix cyclic transfers by Lars-Peter Clausen · 11 years ago
  82. ca38ff1 dma: pl330: Implement device_slave_caps by Lars-Peter Clausen · 11 years ago
  83. d2b4a64 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  84. fed8c45 dma: pl330: use dma_addr_t for describing bus addresses by Will Deacon · 11 years ago
  85. 0967717 dma: pl330: rip out broken, redundant ID probing by Will Deacon · 11 years ago
  86. da331ba drivers/dma/pl330.c: fix locking in pl330_free_chan_resources() by Bartlomiej Zolnierkiewicz · 11 years ago
  87. bcc7fa9 dma: pl330: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  88. 30fb980 DMA: PL330: allow submitting 2 requests at a time by Jassi Brar · 11 years ago
  89. 0b94c57 DMA: PL330: Add check if device tree compatible by Padmavathi Venna · 11 years ago
  90. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  91. 421da89 DMA: PL330: Register the DMA controller with the generic DMA helpers by Padmavathi Venna · 11 years ago
  92. a80258f DMA: PL330: Add xlate function by Padmavathi Venna · 11 years ago
  93. 34d1935 DMA: PL330: Add new pl330 filter for DT case. by Padmavathi Venna · 11 years ago
  94. e4d43c1 DMA: PL330: Use devm_* functions by Sachin Kamat · 12 years ago
  95. 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  96. 463a1f8 dma: remove use of __devinit by Bill Pemberton · 12 years ago
  97. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  98. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  99. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  100. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago