1. 8a96591 dmaengine: imx-sdma: return sdmac->status in sdma_tx_status() by Shawn Guo · 14 years ago
  2. 4b2ce9d dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg() by Shawn Guo · 14 years ago
  3. 1797c33 dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg() by Shawn Guo · 14 years ago
  4. f8a356f dmaengine i.MX dma: initialize dma capabilities outside channel loop by Sascha Hauer · 13 years ago
  5. 97a43df dmaengine i.MX DMA: do not initialize chan_id field by Sascha Hauer · 13 years ago
  6. d07102a dmaengine i.MX dma: check sg entries for valid addresses and lengths by Sascha Hauer · 14 years ago
  7. 1e070a6 dmaengine i.MX dma: set maximum segment size for our device by Sascha Hauer · 14 years ago
  8. 23889c6 dmaengine i.MX SDMA: reserve channel 0 by not registering it by Sascha Hauer · 13 years ago
  9. 7214a8b dmaengine i.MX SDMA: initialize dma capabilities outside channel loop by Sascha Hauer · 13 years ago
  10. 7a0e9b2 dmaengine i.MX SDMA: do not initialize chan_id field by Sascha Hauer · 13 years ago
  11. 1fa81c2 dmaengine i.MX sdma: check sg entries for valid addresses and lengths by Sascha Hauer · 14 years ago
  12. b9b3f82 dmaengine i.MX sdma: set maximum segment size for our device by Sascha Hauer · 14 years ago
  13. 0c842b5 dma40: cyclic xfer support by Rabin Vincent · 14 years ago
  14. 86eb5fb dma40: stop ongoing transfers in DMA_TERMINATE_ALL by Rabin Vincent · 14 years ago
  15. 7ad74a7 dma40: fix DMA_SG capability and channels by Rabin Vincent · 14 years ago
  16. 6045f0b dma40: handle failure to allocate first LCLA by Rabin Vincent · 14 years ago
  17. e65889c dma40: extract lcla code into separate function by Rabin Vincent · 14 years ago
  18. 7f933be dma40: use flags to reduce parameter count by Rabin Vincent · 14 years ago
  19. 1f7622c dma40: make d40_log_buf_to_lli static by Rabin Vincent · 14 years ago
  20. 822c567 dma40: unify src/dst addr check by Rabin Vincent · 14 years ago
  21. cc31b6f dma40: pass the info pointer all the way to reduce argument count by Rabin Vincent · 14 years ago
  22. 5ed04b8 dma40: unify d40_log_sg_to_lli funcs for mem and slave by Rabin Vincent · 14 years ago
  23. e24b36b dma40: combine duplicated code in log_sg_to_dev by Rabin Vincent · 14 years ago
  24. 1c4b092 dma40: move lli_load to main source file by Rabin Vincent · 14 years ago
  25. cade1d3 dma40: combine mem and slave prep_sg functions by Rabin Vincent · 14 years ago
  26. 10a946b dma40: remove export of stedma40_memcpy_sg by Rabin Vincent · 14 years ago
  27. 3e3a076 dma40: combine mem and slave sg-to-lli functions by Rabin Vincent · 14 years ago
  28. 00ac034 dma40: remove duplicated dev addr code by Rabin Vincent · 14 years ago
  29. dbd8878 dma40: combine duplicated d40_pool_lli_alloc() calls by Rabin Vincent · 14 years ago
  30. 5f81158 dma40: combine desc init functions by Rabin Vincent · 14 years ago
  31. 95944c6 dma40: implement prep_memcpy as a wrapper around memcpy_sg by Rabin Vincent · 14 years ago
  32. d924aba dma40: remove unnecessary casts by Rabin Vincent · 14 years ago
  33. b00f938 dma40: fix DMA API usage for LLIs by Rabin Vincent · 14 years ago
  34. 026cbc4 dma40: fix DMA API usage for LCLA by Rabin Vincent · 14 years ago
  35. 7fe8be5 dma40: use sg_dma_address() instead of sg_phys() by Rabin Vincent · 14 years ago
  36. 594ece4 dma40: remove unnecessary ALIGN()s by Rabin Vincent · 14 years ago
  37. ac2c0a3 dma40: allow realtime and priority for event lines by Rabin Vincent · 14 years ago
  38. 4d59490 dma40: fix comment to refer to SOCs rather than boards by Rabin Vincent · 14 years ago
  39. 6db5a8b dma40: use helpers for error functions by Rabin Vincent · 14 years ago
  40. 724a857 dma40: use helpers for channel type check by Rabin Vincent · 14 years ago
  41. 8ca8468 dma40: use helper for channel registers base by Rabin Vincent · 14 years ago
  42. 7d83a85 dma40: remove "hardware link with previous jobs" code by Rabin Vincent · 14 years ago
  43. 262d291 dma40: ensure event lines get enabled by Rabin Vincent · 14 years ago
  44. cb9ab2d dma40: make init function static by Rabin Vincent · 14 years ago
  45. 8179661 DMA: PL08x: fix channel pausing to timeout rather than lockup by Russell King - ARM Linux · 14 years ago
  46. fb52621 DMA: PL08x: fix infinite wait when terminating transfers by Russell King - ARM Linux · 14 years ago
  47. 95ea759 dmaengine/dw_dmac: provide a mechanism to indicate private devices by Jamie Iles · 14 years ago
  48. f301c06 dmaengine/dw_dmac: allow src/dst masters to be configured at runtime by Jamie Iles · 14 years ago
  49. 087809f dmaengine/dw_dmac: don't scan descriptors if no xfers in progress by Jamie Iles · 14 years ago
  50. d718f4e dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie() by Shawn Guo · 14 years ago
  51. 939fd4f dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0 by Shawn Guo · 14 years ago
  52. 6866fd3 dmaengine i.MX SDMA: Fix firmware loading by Sascha Hauer · 14 years ago
  53. 5a3a7658 Comment typo fixes for 'descriptor' by Justin P. Mattock · 14 years ago
  54. e1288cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  55. 94ae852 ARM: PL08x: cleanup comments by Russell King - ARM Linux · 14 years ago
  56. 0261f74 Update CONFIG_MD_RAID6_PQ to CONFIG_RAID6_PQ in drivers/dma/iop-adma.c by Wei Yongquan · 14 years ago
  57. dda36f9 dmaengine: at_hdmac: fix race while monitoring channel status by Nicolas Ferre · 14 years ago
  58. 568f7f0 dmaengine: at_hdmac: flags located in first descriptor by Nicolas Ferre · 14 years ago
  59. 93d0bec dmaengine: at_hdmac: use subsys_initcall instead of module_init by Eric Xu · 14 years ago
  60. 58344f2 dmaengine: at_hdmac: no need set ACK in new descriptor by Nicolas Ferre · 14 years ago
  61. ebcf9b8 dmaengine: at_hdmac: trivial add precision to unmapping comment by Nicolas Ferre · 14 years ago
  62. 0f70e8c dmaengine: at_hdmac: use dma_address to program DMA hardware by Nicolas Ferre · 14 years ago
  63. 2cdf245 pch_dma: support new device ML7213 IOH by Tomoya MORINAGA · 14 years ago
  64. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  65. 5a62f99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  66. bc0fa81 Merge branches 'amba' and 'dma40' into dmaengine by Dan Williams · 14 years ago
  67. 661382f dma: shdma: don't register the global die notifier multiple times by Guennadi Liakhovetski · 14 years ago
  68. 3c0cb7c Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  69. 404a02c Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  70. f862f90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest by Paul Mundt · 14 years ago
  71. 1051b9f Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable by Russell King · 14 years ago
  72. b7f7586 ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels by Russell King - ARM Linux · 14 years ago
  73. f0fd944 ARM: PL08x: allow dma_set_runtime_config() to return errors by Russell King - ARM Linux · 14 years ago
  74. c370e59 ARM: PL08x: fix locking between prepare function and submit function by Russell King - ARM Linux · 14 years ago
  75. 8087aac ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels by Russell King - ARM Linux · 14 years ago
  76. 501e67e ARM: PL08x: put txd's on the pending list in pl08x_tx_submit() by Russell King - ARM Linux · 14 years ago
  77. 15c1723 ARM: PL08x: rename 'desc_list' as 'pend_list' by Russell King - ARM Linux · 14 years ago
  78. 3d992e1 ARM: PL08x: implement unmapping of memcpy buffers by Russell King - ARM Linux · 14 years ago
  79. c042879 ARM: PL08x: store prep_* flags in async_tx structure by Russell King - ARM Linux · 14 years ago
  80. d7244e9 ARM: PL08x: shrink srcbus/dstbus in txd structure by Russell King - ARM Linux · 14 years ago
  81. 542361f ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill by Russell King - ARM Linux · 14 years ago
  82. 5f638b4 ARM: PL08x: fix fill_bytes calculation by Russell King - ARM Linux · 14 years ago
  83. d6cf7b5 ARM: PL08x: use min() to calculate target_len by Russell King - ARM Linux · 14 years ago
  84. b61be8d ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr by Russell King - ARM Linux · 14 years ago
  85. 0059005 ARM: PL08x: make pl08x_fill_lli_for_desc() return void by Russell King - ARM Linux · 14 years ago
  86. 858c21c ARM: PL08x: move callback outside spinlock'd region by Russell King - ARM Linux · 14 years ago
  87. 30749cb ARM: PL08x: allow AHB master port selection to be configured by Russell King - ARM Linux · 14 years ago
  88. c7da9a5 ARM: PL08x: move AHB master port selection into prep_* functions by Russell King - ARM Linux · 14 years ago
  89. 1cae78f ARM: PL08x: move cctl increment and protection setup to prep_slave_sg by Russell King - ARM Linux · 14 years ago
  90. 70b5ed6 ARM: PL08x: move default cctl into txd structure by Russell King - ARM Linux · 14 years ago
  91. 09b3c32 ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel() by Russell King - ARM Linux · 14 years ago
  92. 4983a04 ARM: PL08x: move ccfg into txd structure by Russell King - ARM Linux · 14 years ago
  93. 19524d7 ARM: PL08x: avoid duplicating registers in txd and phychan structures by Russell King - ARM Linux · 14 years ago
  94. c885bee ARM: PL08x: combine functions to start DMA into one function by Russell King - ARM Linux · 14 years ago
  95. db9f136 ARM: PL08x: clean up LLI lookup by Russell King - ARM Linux · 14 years ago
  96. bfddfb4 ARM: PL08x: rename lli.next to lli.lli by Russell King - ARM Linux · 14 years ago
  97. e25761d ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t by Russell King - ARM Linux · 14 years ago
  98. cace658 ARM: PL08x: use 'size_t' for lengths by Russell King - ARM Linux · 14 years ago
  99. 56b6188 ARM: PL08x: don't try to use llis_bus as a pointer by Russell King - ARM Linux · 14 years ago
  100. 4c0df6a ARM: PL08x: don't assume that the LLI pointer has the bus bit clear by Russell King - ARM Linux · 14 years ago