1. 4702d52 dw_dmac: return proper residue value by Andy Shevchenko · 12 years ago
  2. 176dcec dw_dmac: fill individual length of descriptor by Andy Shevchenko · 12 years ago
  3. 30d38a3 dw_dmac: introduce total_len field in struct dw_desc by Andy Shevchenko · 12 years ago
  4. fdf475f dw_dmac: remove unnecessary tx_list field in dw_dma_chan by Andy Shevchenko · 12 years ago
  5. 985a6c7 dw_dmac: print out DW_PARAMS and DWC_PARAMS when debug by Andy Shevchenko · 12 years ago
  6. 2b99c25 DMAEngine: sirf: lock the shared registers access in sirfsoc_dma_terminate_all by Barry Song · 12 years ago
  7. 2518d1d DMAEngine: sirf: add DMA pause/resume support by Barry Song · 12 years ago
  8. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  9. 7331205 dma: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  10. 3f58e09 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  11. 6c5e6a3 Merge tag 'ux500-dma40' of //git.linaro.org/people/fabiobaltieri/linux.git by Vinod Koul · 12 years ago
  12. 77bcc497 dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors by Andy Shevchenko · 12 years ago
  13. 5be10f3 dw_dmac: don't exceed AHB master number in dwc_get_data_width by Andy Shevchenko · 12 years ago
  14. f8122a8 dw_dmac: allocate dma descriptors from DMA_COHERENT memory by Andy Shevchenko · 12 years ago
  15. 855372c dma: sh/shdma-base.c: remove unnecessary null pointer check by Cong Ding · 12 years ago
  16. ed30933e dma: remove unnecessary null pointer check in mmp_pdma.c by Cong Ding · 12 years ago
  17. 661f7cb dma: edma: fix slave config dependency on direction by Matt Porter · 12 years ago
  18. da2ac56 dmaengine: set_dma40: balance clock in probe fail code by Fabio Baltieri · 12 years ago
  19. 53d6d68 dmaengine: set_dma40: ignore spurious interrupts by Fabio Baltieri · 12 years ago
  20. 7407048 dmaengine: ste_dma40: add software lli support by Fabio Baltieri · 12 years ago
  21. 7ce529e dmaengine: ste_dma40: minor code readability fixes by Fabio Baltieri · 12 years ago
  22. f26e03a dmaengine: ste_dma40: minor cosmetic fixes by Fabio Baltieri · 12 years ago
  23. 4226dd8 dmaengine: ste_dma40: add a done queue for completed descriptors by Fabio Baltieri · 12 years ago
  24. 3cb645d dmaengine: ste_dma40: support more than 128 event lines by Tong Liu · 12 years ago
  25. 47db92f dmaengine: ste_dma40: physical channels number correction by Gerald Baeza · 12 years ago
  26. f000df8 dmaengine: ste_dma40: support fixed physical channel allocation by Gerald Baeza · 12 years ago
  27. ccc3d69 dmaengine: ste_dma40: don't allow high priority dest event lines by Rabin Vincent · 12 years ago
  28. 42365cf dmaengine: ste_dma40: don't check for pm_runtime_suspended() by Narayanan G · 13 years ago
  29. 92bb6cd dmaengine: ste_dma40: limit burst size to 16 by Per Forlin · 13 years ago
  30. b96710e dmaengine: ste_dma40: set dma max seg size by Per Forlin · 13 years ago
  31. 8a5d203 dmaengine: ste_dma40: use writel_relaxed for lcxa by Per Forlin · 13 years ago
  32. 0fd6022 dmaengine: ste_dma40: reset priority bit for logical channels by Narayanan · 13 years ago
  33. 3a95b9f pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ by Alessandro Rubini · 12 years ago
  34. a5dbff1 dma: dw_dmac: clear suspend bit during termination by Heikki Krogerus · 12 years ago
  35. 23d5f4e dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous by Andy Shevchenko · 12 years ago
  36. 495aea4 dw_dmac: make usage of dw_dma_slave optional by Andy Shevchenko · 12 years ago
  37. 0fdb567 dw_dmac: store direction in the custom channel structure by Andy Shevchenko · 12 years ago
  38. 0112685 dw_dmac: call .probe after we have a device in place by Andy Shevchenko · 12 years ago
  39. a725dcc dma: ste_dma40: reuse is_slave_direction helper by Andy Shevchenko · 12 years ago
  40. 5127c4f dma: ipu_idmac: reuse is_slave_direction helper by Andy Shevchenko · 12 years ago
  41. 0efcdb2 dma: ep93xx_dma: reuse is_slave_direction helper by Andy Shevchenko · 12 years ago
  42. f44b92f dma: dw_dmac: check direction properly in dw_dma_cyclic_prep by Andy Shevchenko · 12 years ago
  43. 0e7264c dma: at_hdmac: check direction properly for cyclic transfers by Andy Shevchenko · 12 years ago
  44. be1f948 ARM: OMAP: Fix dmaengine init for multiplatform by Tony Lindgren · 12 years ago
  45. 21fe3c5 dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume by Andy Shevchenko · 12 years ago
  46. f5c6a7d dw_dmac: update tx_node_active in dwc_do_single_block by Andy Shevchenko · 12 years ago
  47. 21e93c1 dw_dmac: remove redundant check by Andy Shevchenko · 12 years ago
  48. cbd6531 dw_dmac: check for mapping errors by Andy Shevchenko · 12 years ago
  49. 123de54 dw_dmac: absence of pdata isn't critical when autocfg is set by Andy Shevchenko · 12 years ago
  50. b9bb37f dma: tegra: implement flags parameters for cyclic transfer by Laxman Dewangan · 12 years ago
  51. 974b335 Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  52. bef2a8d dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers. by Javier Martin · 12 years ago
  53. f2ad699 dma: mxs-dma: Fix build warnings with W=1 by Fabio Estevam · 12 years ago
  54. 5ea7caf dma: tegra: add support for Tegra114 SoC by Laxman Dewangan · 12 years ago
  55. 1b14090 dma: tegra: add support for channel wise pause by Laxman Dewangan · 12 years ago
  56. e65f32c dma: ipu: Drop unused spinlock by Jean Delvare · 12 years ago
  57. 6decffd ioat: remove chanerr mask setting for IOAT v3.x by Dave Jiang · 12 years ago
  58. 1a36306 ioat: Add alignment workaround for IVB platforms by Dave Jiang · 12 years ago
  59. 2cbe7fe dmaengine: add cpu_relax() to busy-loop in dma_sync_wait() by Bartlomiej Zolnierkiewicz · 12 years ago
  60. 7369f56 ioat3: add missing DMA unmap to ioat_xor_val_self_test() by Bartlomiej Zolnierkiewicz · 12 years ago
  61. 5e034f7 dmaengine/dmatest: terminate transfers only in case of errors by Shiraz Hashim · 12 years ago
  62. 7c1119b dma: sh: Don't use ENODEV for failing slave lookup by Guennadi Liakhovetski · 12 years ago
  63. 944ea4d dmatest: Fix NULL pointer dereference on ioat by Jon Mason · 12 years ago
  64. e4d43c1 DMA: PL330: Use devm_* functions by Sachin Kamat · 12 years ago
  65. f7d935d dmaengine: sirf: enable the driver support new SiRFmarco SoC by Barry Song · 12 years ago
  66. 522d974 ioat: add missing DMA unmap to ioat_dma_self_test() by Bartlomiej Zolnierkiewicz · 12 years ago
  67. 1ba151c dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  68. 8be9e32b dmatest: adjust invalid module parameters for number of source buffers by Akinobu Mita · 12 years ago
  69. 9199826 dma: amba-pl08x: use vchan_dma_desc_free_list by Akinobu Mita · 12 years ago
  70. e63a47a3 dw_dmac: introduce to_dw_desc() macro by Andy Shevchenko · 12 years ago
  71. ba84bd7 dw_dmac: change dev_crit to dev_WARN in dwc_handle_error by Andy Shevchenko · 12 years ago
  72. 6168d56 dw_dmac: don't call platform_get_drvdata twice by Andy Shevchenko · 12 years ago
  73. 21d43f4 dw_dmac: change dev_printk() to corresponding macros by Andy Shevchenko · 12 years ago
  74. b801479 dmaengine: dw_dmac: amend description and indentation by Heikki Krogerus · 12 years ago
  75. b73d6c0 dmaengine: dw_dmac: remove CLK dependency by Heikki Krogerus · 12 years ago
  76. a9ddb57 dmaengine: dw_dmac: Enhance device tree support by Viresh Kumar · 12 years ago
  77. 73b31ea dma: coh901318: cut down on platform data abstraction by Linus Walleij · 12 years ago
  78. d70a8ed dma: coh901318: merge header files by Linus Walleij · 12 years ago
  79. 03b5357 dma: coh901318: push definitions into driver by Linus Walleij · 12 years ago
  80. 2b9277a dma: coh901318: push header down into the DMA subsystem by Linus Walleij · 12 years ago
  81. 9aab4d6 dma: coh901318: skip hard-coded addresses by Linus Walleij · 12 years ago
  82. 250eac8 dma: coh901318: remove hardcoded target addresses by Linus Walleij · 12 years ago
  83. 24dbcd8 dma: coh901318: push platform data into driver by Linus Walleij · 12 years ago
  84. 9f575d9 dma: coh901318: create a proper platform data file by Linus Walleij · 12 years ago
  85. 53b9989 pch_dma: use module_pci_driver to simplify the code by Wei Yongjun · 12 years ago
  86. c6a0aec drivers/dma: remove CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  87. 9a6cecc dmaengine: add helper function to request a slave DMA channel by Jon Hunter · 12 years ago
  88. dab9206 dma: mv_xor: fix error handling for clocks by Thomas Petazzoni · 12 years ago
  89. ab6e439 dma: mv_xor: fix error handling of mv_xor_channel_add() by Thomas Petazzoni · 12 years ago
  90. ac49898 ioat: Fix DMA memory sync direction correct flag by Shuah Khan · 12 years ago
  91. 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  92. 9a32299 powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma by Philippe De Muyter · 12 years ago
  93. afde3be dmatest: check for dma mapping error by Andy Shevchenko · 12 years ago
  94. 632fd28 dmatest: implement two helpers to unmap dma memory by Andy Shevchenko · 12 years ago
  95. c271433 Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  97. b8edf84 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  98. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  99. d01e4af Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  100. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago