1. b62cfc5 dma/ep93xx_dma: fix initialization of M2M control register by Rafal Prylowski · 13 years ago
  2. 02f88be dmaengine: at_hdmac: simplify device selection from platform data or DT by Nicolas Ferre · 13 years ago
  3. dcc8173 dmaengine: at_hdmac: empty entry shape modification by Nicolas Ferre · 13 years ago
  4. 0ab88a0 dmaengine: at_hdmac: add const to struct platform_device_id definition by Nicolas Ferre · 13 years ago
  5. 28c7a19 dmaengine/ste_dma40: Add support to use lcla area from esram by Narayanan G · 13 years ago
  6. d561394 dmaengine: timb_dma: fix the spare warinings by Vinod Koul · 13 years ago
  7. 61e183f dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume by Viresh Kumar · 13 years ago
  8. e696643 IMX/DMA : set the DMA direction in the sdma_control() by Huang Shijie · 13 years ago
  9. 7fb3e75 dmaengine/ste_dma40: support pm in dma40 by Narayanan G · 13 years ago
  10. ca21a14 dmaengine: add CSR SiRFprimaII DMAC driver by Rongjun Ying · 13 years ago
  11. b14dab7 DMAEngine: Define interleaved transfer request api by Jassi Brar · 13 years ago
  12. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  13. ca7fe2d pch_dma: Support new device LAPIS Semiconductor ML7831 IOH by Tomoya MORINAGA · 13 years ago
  14. e79e72b pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor by Tomoya MORINAGA · 13 years ago
  15. 8e2d41f dma i.MX: remove individual SOC dependency by Sascha Hauer · 13 years ago
  16. dbb0042 dma: fix spacing for method declaration, coding style issue in iop-adma.c by Ciaran McCormick · 13 years ago
  17. dab6538 DMA: PL330: Fix build warning by Boojin Kim · 13 years ago
  18. c511595 dmaengine: at_hdmac: add device tree support by Nicolas Ferre · 13 years ago
  19. 6734845 dmaengine: at_hdmac: platform data move to use .id_table by Nicolas Ferre · 13 years ago
  20. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  21. fba9569 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  22. 1d3564d [media] dmaengine: ipu-idmac: add support for the DMA_PAUSE control by Guennadi Liakhovetski · 13 years ago
  23. f492b21 drivers/dma: Add export.h to ste_dma40.c by Paul Gortmaker · 13 years ago
  24. 5c45ad7 drivers/dma: Add module.h to files implicitly using it. by Paul Gortmaker · 13 years ago
  25. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 13 years ago
  26. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  27. 4598fc2 dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idle by Vinod Koul · 13 years ago
  28. 2389d67 dmaengine/ep93xx_dma: add module.h include by Mika Westerberg · 13 years ago
  29. 01631243d pch_dma: Reduce wasting memory by Tomoya MORINAGA · 13 years ago
  30. c43f150 pch_dma: Fix suspend issue by Tomoya MORINAGA · 13 years ago
  31. f80befe dma/timberdale: free_irq() on an error path by Dan Carpenter · 13 years ago
  32. 7a1cd9a dma: shdma: transfer based runtime PM by Guennadi Liakhovetski · 13 years ago
  33. b4dae6e dmaengine: shdma: protect against the IRQ handler by Guennadi Liakhovetski · 13 years ago
  34. 0745c9a Merge branch 'samsung_dma' into next by Vinod Koul · 13 years ago
  35. f8de8f4 dmaengine i.MX DMA/SDMA: add missing include of linux/module.h by Axel Lin · 13 years ago
  36. 46389470 dmaengine: delete redundant chan_id and chancnt initialization in dma drivers by Barry Song · 13 years ago
  37. c120564 dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool by Viresh Kumar · 13 years ago
  38. b7f69d9 dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers by Viresh Kumar · 13 years ago
  39. 42bc9cf DMA: PL330: Add DMA_CYCLIC capability by Boojin Kim · 13 years ago
  40. ae43b88 DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command by Boojin Kim · 13 years ago
  41. 1d0c1d6 DMA: PL330: Support DMA_SLAVE_CONFIG command by Boojin Kim · 13 years ago
  42. 1b9bb71 DMA: PL330: Update PL330 DMA API driver by Boojin Kim · 13 years ago
  43. a2f5203 DMA: PL330: Add support runtime PM for PL330 DMAC by Boojin Kim · 13 years ago
  44. 289b4e7 locking, dma, ipu: Annotate bank_lock as raw by Uwe Kleine-König · 13 years ago
  45. 7703eac dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x by Russell King - ARM Linux · 13 years ago
  46. 503473a dmaengine/ste_dma40: fix memory leak due to prepared descriptors by Per Forlin · 13 years ago
  47. 70a207a dmaengine/ste_dma40: fix Oops due to double free of client descriptor by Per Forlin · 13 years ago
  48. 270e779 dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free(). by Per Forlin · 13 years ago
  49. 89de9f6 dmaengine/ste_dma40: add missing kernel doc for pending_queue by Per Forlin · 13 years ago
  50. 82babbb36 dmaengine/ste_dma40: fix memory leak due to prepared descriptors by Per Forlin · 13 years ago
  51. 7404368 dmaengine/ste_dma40: fix Oops due to double free of client descriptor by Per Forlin · 13 years ago
  52. 3b3d5b0 dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free(). by Per Forlin · 13 years ago
  53. da063d2 dmaengine/ste_dma40: add missing kernel doc for pending_queue by Per Forlin · 13 years ago
  54. 8516f52 Merge branch 'next' into v3.1-rc4 by Vinod Koul · 13 years ago
  55. 7b4b88e dmaengine i.MX SDMA: use request_firmware_nowait by Sascha Hauer · 13 years ago
  56. 36e2f21 dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially by Sascha Hauer · 13 years ago
  57. 73eab97 dmaengine i.MX SDMA: lock channel 0 by Sascha Hauer · 13 years ago
  58. 981ed70 dmatest: make dmatest threads freezable by Guennadi Liakhovetski · 13 years ago
  59. 57001a6 dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly by Viresh Kumar · 13 years ago
  60. 0a23565 dmaengine/amba-pl08x: Pass flow controller information with slave channel data by Viresh Kumar · 13 years ago
  61. 036f05f dmaengine/amba-pl08x: Choose peripheral bus as master bus by Viresh Kumar · 13 years ago
  62. e071916 dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width) by Viresh Kumar · 13 years ago
  63. 03af500 dmaengine/amba-pl08x: Add prep_single_byte_llis() routine by Viresh Kumar · 13 years ago
  64. fa6a940 dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width)) by Viresh Kumar · 13 years ago
  65. 16a2e7d dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() by Viresh Kumar · 13 years ago
  66. 28da283 dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt by Viresh Kumar · 13 years ago
  67. 16ca810 dmaengine/amba-pl08x: No need to check "ch->signal < 0" by Viresh Kumar · 13 years ago
  68. 48a59ef dmaengine/amba-pl08x: Simplify pl08x_ensure_on() by Viresh Kumar · 13 years ago
  69. b7b6018 dmaengine/amba-pl08x: support runtime PM by Viresh Kumar · 13 years ago
  70. 175a5e6 dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info by Viresh Kumar · 13 years ago
  71. 0532e6f dmaengine/amba-pl08x: Remove redundant comment and rewrite original by Viresh Kumar · 13 years ago
  72. b201c11 dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz) by Viresh Kumar · 13 years ago
  73. 0c38d70 dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order by Viresh Kumar · 13 years ago
  74. 3e27ee8 dmaengine/amba-pl08x: Resolve formatting issues by Viresh Kumar · 13 years ago
  75. d7db808 dmaengine: at_hdmac: fix way to specify cyclic capability by Nicolas Ferre · 13 years ago
  76. 3c47748 dmaengine: at_hdmac: add wrappers for testing channel state by Nicolas Ferre · 13 years ago
  77. c0ba594 dmaengine: at_hdmac: improve power management routines by Nicolas Ferre · 13 years ago
  78. d8cb04b dmaengine: at_hdmac: replace spin_lock* with irqsave variants by Nicolas Ferre · 13 years ago
  79. ef298c2 mxs-dma: enable CLKGATE before accessing registers by Lothar Waßmann · 13 years ago
  80. 068ef73 Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  81. 4d66164 dmaengine: PL08x: Fix trivial build error by Russell King · 13 years ago
  82. 9704efa dmaengine/dmatest: Terminate transfers on all channels in case of error or exit by Viresh Kumar · 13 years ago
  83. 7f3bf7c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 13 years ago
  84. 21ef4b8 dmaengine: use DEFINE_IDR for static initialization by Axel Lin · 13 years ago
  85. d0b0c8c ioat: fix xor_idx_to_desc by Dan Williams · 13 years ago
  86. 12ff47e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  87. e10b87d Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x by Linus Torvalds · 13 years ago
  88. 1ae105a Merge branch 'next' into for-linus-3.0 by Vinod Koul · 13 years ago
  89. 580975d dmaengine: imx-sdma: add device tree probe support by Shawn Guo · 13 years ago
  90. 40ad5b3 dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name by Shawn Guo · 13 years ago
  91. 62550cd dmaengine: imx-sdma: use platform_device_id to identify sdma version by Shawn Guo · 13 years ago
  92. 69f1d1a Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  93. f32807f dmaengine: pl08x: handle the rest of enums in pl08x_width by Vinod Koul · 13 years ago
  94. 760596c6 DMA: PL08x: cleanup selection of burst size by Russell King - ARM Linux · 13 years ago
  95. 121c847 DMA: PL08x: avoid recalculating cctl at each prepare by Russell King - ARM Linux · 13 years ago
  96. aa88cda DMA: PL08x: cleanup selection of buswidth by Russell King - ARM Linux · 13 years ago
  97. f14c426 DMA: PL08x: separately store source/destination cctl by Russell King - ARM Linux · 13 years ago
  98. b207b4d DMA: PL08x: separately store source/destination slave address by Russell King - ARM Linux · 13 years ago
  99. fc74eb7 DMA: PL08x: clean up LLI debugging by Russell King - ARM Linux · 13 years ago
  100. 25c94f7 DMA: PL08x: select LLI bus only once per LLI setup by Russell King - ARM Linux · 13 years ago