1. 046209f dmaengine: pl330: update author info by Jassi Brar · 10 years ago
  2. cee4239 dmaengine: pl330: Correct device assignment. by Andrew Jackson · 10 years ago
  3. 6e4a2a8 dmaengine: pl330: Fix NULL pointer dereference on driver unbind by Krzysztof Kozlowski · 10 years ago
  4. 0f5ebab dmaengine: pl330: Fix NULL pointer dereference on probe failure by Krzysztof Kozlowski · 10 years ago
  5. c3cb38f dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req() by Krzysztof Kozlowski · 10 years ago
  6. 937cb2f dmaengine: pl330: Remove non-NULL check for pl330_submit_req parameters by Krzysztof Kozlowski · 10 years ago
  7. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  8. b1e51d7 dmaengine: pl330: Check if the DMA descriptor is NULL by Javier Martinez Canillas · 10 years ago
  9. c26939e dmaengine: pl330: Remove pl330_chan_ctrl() by Lars-Peter Clausen · 10 years ago
  10. 8ed30a1 dmaengine: pl330: Simplify marking a request as unused by Lars-Peter Clausen · 10 years ago
  11. 9dc5a31 dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc by Lars-Peter Clausen · 10 years ago
  12. f6f2421 dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structs by Lars-Peter Clausen · 10 years ago
  13. fbbcd9b dmaengine: pl330: Simplify is_manager() by Lars-Peter Clausen · 10 years ago
  14. 1b446d2 dmaengine: pl330: Remove uneccessary ccr validation by Lars-Peter Clausen · 10 years ago
  15. 65ad606 dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * by Lars-Peter Clausen · 10 years ago
  16. 6079d38 dmaengine: pl330: Remove useless xfer_cb indirection by Lars-Peter Clausen · 10 years ago
  17. be02532 dmaengine: pl330: Remove unused mc_len field from _pl330_req struct by Lars-Peter Clausen · 10 years ago
  18. d5cef12 dmaengine: pl330: Remove unused next field form pl330_xfer struct by Lars-Peter Clausen · 10 years ago
  19. c9392d8 dmaengine: pl330: Remove unused client_data field form pl330_info by Lars-Peter Clausen · 10 years ago
  20. 7ae342f dmaengine: pl330: Remove unused dmac_reset callback by Lars-Peter Clausen · 10 years ago
  21. fa01ef3 dmaengine: pl330: Remove unused pl330_chanstatus struct by Lars-Peter Clausen · 10 years ago
  22. f0564c7 dmaengine: pl330: Remove duplicated cachecontrol enum by Lars-Peter Clausen · 10 years ago
  23. 585a9d0 dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype by Lars-Peter Clausen · 10 years ago
  24. ca2a650 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  25. 70cbb16 dma: pl330: Use dma_get_slave_channel() in the of xlate callback by Lars-Peter Clausen · 10 years ago
  26. 04abf5d dma: pl330: Differentiate between submitted and issued descriptors by Lars-Peter Clausen · 10 years ago
  27. 7cfa7b5 Merge remote-tracking branch 'asoc/topic/dma' into for-tiwai by Mark Brown · 10 years ago
  28. bfb9bb4 dma: pl330: Set residue_granularity by Lars-Peter Clausen · 10 years ago
  29. 0baf8f6 dma: pl330: ensure DMA descriptors are zero-initialised by Will Deacon · 11 years ago
  30. b714b84 dma: pl330: Alloc dma_parms for the dma device by Lars-Peter Clausen · 11 years ago
  31. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  32. 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
  33. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  34. 2f986ec dma: pl330: silence a compile warning by Dan Carpenter · 11 years ago
  35. 02808b4 dma: pl330: off by one in pl330_probe() by Dan Carpenter · 11 years ago
  36. 6411301 DMA-API: dma: pl330: add dma_set_mask_and_coherent() call by Russell King · 11 years ago
  37. 600d525 dma: pl330: Remove unnecessary amba_set_drvdata() by Michal Simek · 11 years ago
  38. e98b3ca dma: pl330: Support per channel irq allocation by Michal Simek · 11 years ago
  39. 173e838 dma: pl330: Simplify irq allocation by Michal Simek · 11 years ago
  40. bd12763 Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  41. dbaf6d8 dmaengine: pl330: use dma_set_max_seg_size to set the sg limit by Vinod Koul · 11 years ago
  42. 355cdaf Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  43. 39ff861 dma: pl330: Fix handling of TERMINATE_ALL while processing completed descriptors by Lars-Peter Clausen · 11 years ago
  44. 52a9d17 dma: pl330: split off common code to give back descriptors by Chanho Park · 11 years ago
  45. d4adcc0 dma: use dev_get_platdata() by Jingoo Han · 11 years ago
  46. fc51446 dma: pl330: Fix cyclic transfers by Lars-Peter Clausen · 11 years ago
  47. ca38ff1 dma: pl330: Implement device_slave_caps by Lars-Peter Clausen · 11 years ago
  48. d2b4a64 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  49. fed8c45 dma: pl330: use dma_addr_t for describing bus addresses by Will Deacon · 11 years ago
  50. 0967717 dma: pl330: rip out broken, redundant ID probing by Will Deacon · 11 years ago
  51. da331ba drivers/dma/pl330.c: fix locking in pl330_free_chan_resources() by Bartlomiej Zolnierkiewicz · 11 years ago
  52. bcc7fa9 dma: pl330: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  53. 30fb980 DMA: PL330: allow submitting 2 requests at a time by Jassi Brar · 11 years ago
  54. 0b94c57 DMA: PL330: Add check if device tree compatible by Padmavathi Venna · 11 years ago
  55. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  56. 421da89 DMA: PL330: Register the DMA controller with the generic DMA helpers by Padmavathi Venna · 11 years ago
  57. a80258f DMA: PL330: Add xlate function by Padmavathi Venna · 11 years ago
  58. 34d1935 DMA: PL330: Add new pl330 filter for DT case. by Padmavathi Venna · 11 years ago
  59. e4d43c1 DMA: PL330: Use devm_* functions by Sachin Kamat · 12 years ago
  60. 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  61. 463a1f8 dma: remove use of __devinit by Bill Pemberton · 12 years ago
  62. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  63. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  64. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  65. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  66. 61c6e75 DMA: PL330: Check the pointer returned by kzalloc by Sachin Kamat · 12 years ago
  67. 2e2c682 DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req() by Sachin Kamat · 12 years ago
  68. 0274788 DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resources by Inderpal Singh · 12 years ago
  69. 7c71b8e DMA: PL330: Remove redundant runtime_suspend/resume functions by Inderpal Singh · 12 years ago
  70. faf6fbc DMA: PL330: Remove controller clock enable/disable by Inderpal Singh · 12 years ago
  71. 5557a41 DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATE by Tushar Behera · 12 years ago
  72. d73111c dma: fix comments by Masanari Iida · 12 years ago
  73. fdec53d DMA: PL330: Fix racy mutex unlock by Javi Merino · 12 years ago
  74. 5a67ac5 DMA: PL330: Add missing static storage class specifier by Sachin Kamat · 12 years ago
  75. 30c1dc0 dmaengine: pl330: dont complete descriptor for cyclic dma by Tushar Behera · 12 years ago
  76. 12366ad DMA: PL330: Remove duplicate header file inclusion by Sachin Kamat · 12 years ago
  77. eab2158 dmaengine: pl330: dont complete descriptor for cyclic dma by Vinod Koul · 12 years ago
  78. c847382 dma: pl330: fix a couple of compilation warnings by Olof Johansson · 12 years ago
  79. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  80. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  81. 9e5ed09 ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver by viresh kumar · 12 years ago
  82. 1f3d6dc Merge branch 'rmk_cookie_fixes2' into next by Vinod Koul · 12 years ago
  83. 8867bd5 dmaengine: pl330: fix the pl330 build after cookie cleanup by Vinod Koul · 12 years ago
  84. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 12 years ago
  85. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  86. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  87. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  88. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  89. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  90. 3ecf51a DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMB by Boojin Kim · 12 years ago
  91. b06db6e DMA: PL330: Removes useless function by Boojin Kim · 12 years ago
  92. b7d861d DMA: PL330: Merge PL330 driver into drivers/dma/ by Boojin Kim · 12 years ago
  93. 7bec78e drivers/dma/pl330.c: add missing iounmap by Julia Lawall · 12 years ago
  94. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  95. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. 93ed554 DMA: PL330: Add device tree support by Thomas Abraham · 13 years ago
  97. cd07251 DMA: PL330: Infer transfer direction from transfer request instead of platform data by Thomas Abraham · 13 years ago
  98. 3e2ec13 DMA: PL330: move filter function into driver by Thomas Abraham · 13 years ago
  99. 3506c0d DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/remove by Tushar Behera · 13 years ago
  100. e8fa516 dmaengine: pl330: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago