1. acdf2fc Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  2. 88c08a3 dmaengine/amba-pl08x : reset phychan_hold on terminate all by Davide Ciminaghi · 12 years ago
  3. c847382 dma: pl330: fix a couple of compilation warnings by Olof Johansson · 12 years ago
  4. 7e426da dma/ste_dma40: fix erroneous comparison by Linus Walleij · 12 years ago
  5. 15e4b78 dma/ste_dma40: explicitly include regulator consumer header by Linus Walleij · 12 years ago
  6. 1bdae6f dma40: Improve the logic of stopping logical chan by Narayanan G · 12 years ago
  7. ed8b0d6 dmaengine: at_hdmac: remove clear-on-read in atc_dostart() by Nicolas Ferre · 12 years ago
  8. d04525e dma: mxs-dma: enable channel in device_issue_pending call by Shawn Guo · 12 years ago
  9. 60f2951 dmaengine: imx-dma: dont complete descriptor for cyclic dma by Vinod Koul · 12 years ago
  10. f898fed dmaengine: Kconfig: fix Atmel at_hdmac entry by Nicolas Ferre · 12 years ago
  11. 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  12. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  13. a2bd114 netdma: adding alignment check for NETDMA ops by Dave Jiang · 12 years ago
  14. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  15. f26df1a ioatdma: DMA copy alignment needed to address IOAT DMA silicon errata by Dave Jiang · 12 years ago
  16. 21b764e ioat: ring size variables need to be 32bit to avoid overflow by Dave Jiang · 12 years ago
  17. 20a2a81 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  18. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  19. d9d5454 ARM: sa11x0: fix build errors from DMA engine API updates by Russell King · 12 years ago
  20. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  21. 3d9ea9e iop-adma: Corrected array overflow in RAID6 Xscale(R) test. by Don Morris · 12 years ago
  22. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  23. 5b2e02e dmaengine: imx: fix the build failure on x86_64 by Vinod Koul · 12 years ago
  24. 921de86 mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() by Huang Shijie · 12 years ago
  25. 3946860 mxs-dma : move the mxs dma.h to a more common place by Huang Shijie · 12 years ago
  26. 660cd0d dmaengine: i.MX: Fix merge of cookie branch. by Javier Martin · 12 years ago
  27. f606ab8 dmaengine: i.MX: Add support for interleaved transfers. by Javier Martin · 12 years ago
  28. f9b283a dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages. by Javier Martin · 12 years ago
  29. cd5cf9d dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'. by Javier Martin · 12 years ago
  30. a6cbb2d dmaengine: imx-dma: remove unused arg of imxdma_sg_next. by Javier Martin · 12 years ago
  31. 2d9c2fc dmaengine: imx-dma: remove internal structure. by Javier Martin · 12 years ago
  32. 6b0e2f5 dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure. by Javier Martin · 12 years ago
  33. e4756b5 dmaengine: imx-dma: remove 'in_use' field of 'internal' structure. by Javier Martin · 12 years ago
  34. 833bc03 dmaengine: imx-dma: remove sg member from internal structure. by Javier Martin · 12 years ago
  35. 359291a dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function. by Javier Martin · 12 years ago
  36. bdc0c75 dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function. by Javier Martin · 12 years ago
  37. 3b4b6df dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function. by Javier Martin · 12 years ago
  38. 2efc344 dmaengine: imx-dma: remove dma_mode member of internal structure. by Javier Martin · 12 years ago
  39. 232e3c2 dmaengine: imx-dma: remove data member from internal structure. by Javier Martin · 12 years ago
  40. 6bd0812 dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c by Javier Martin · 12 years ago
  41. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  42. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  43. 2750293 ioat: fix size of 'completion' for Xen by Dan Williams · 12 years ago
  44. beeaa10 dmaengine: at_hdmac: add slave config operation by Nicolas Ferre · 12 years ago
  45. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  46. ad1122e dma: imx-sdma: Treat firmware messages as warnings instead of erros by Fabio Estevam · 12 years ago
  47. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  48. 9e5ed09 ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver by viresh kumar · 12 years ago
  49. 1f3d6dc Merge branch 'rmk_cookie_fixes2' into next by Vinod Koul · 12 years ago
  50. 949ff5b dmaengine: fix for cookie changes and merge by Vinod Koul · 12 years ago
  51. 8867bd5 dmaengine: pl330: fix the pl330 build after cookie cleanup by Vinod Koul · 12 years ago
  52. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  53. 2a926e4 dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c by Russell King - ARM Linux · 12 years ago
  54. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 12 years ago
  55. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  56. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  57. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  58. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  59. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  60. 08714f6 dmaengine: mv_xor: remove write-only is_complete_cookie by Russell King - ARM Linux · 12 years ago
  61. 5170c05 Revert "drivers/dma: linux/module.h included twice" by Vinod Koul · 12 years ago
  62. 3ecf51a DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMB by Boojin Kim · 12 years ago
  63. b06db6e DMA: PL330: Removes useless function by Boojin Kim · 12 years ago
  64. b7d861d DMA: PL330: Merge PL330 driver into drivers/dma/ by Boojin Kim · 12 years ago
  65. 6365bea DMA: sa11x0: add SA-11x0 DMA driver by Russell King · 12 years ago
  66. 6d0d7e2 dma: imx-sdma: Print a message when firmare fails to be requested by Fabio Estevam · 12 years ago
  67. 6602b0d dma: imx-sdma: Let the driver be probed even if no firware is found by Fabio Estevam · 12 years ago
  68. 9e15db7 dmaengine: Add support for multiple descriptors for imx-dma. by Javier Martin · 12 years ago
  69. 6c05f09 dmaengine: Add support for MEMCPY for imx-dma. by Javier Martin · 12 years ago
  70. d8b5348 dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages by Fabio Estevam · 12 years ago
  71. 865d943 drivers/dma: linux/module.h included twice by Danny Kukawka · 12 years ago
  72. 13ae246 includecheck: delete any duplicate instances of module.h by Paul Gortmaker · 12 years ago
  73. a1c4601 dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave by Viresh Kumar · 12 years ago
  74. 327e697 dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  75. 6bc711f dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side by Viresh Kumar · 12 years ago
  76. ff7b05f dmaengine/dw_dmac: Don't handle block interrupts by Viresh Kumar · 12 years ago
  77. 6c618c9 dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly by Viresh Kumar · 12 years ago
  78. e8d9f87 dmaengine/dw_dmac: Don't use magic number for total number of channels by Viresh Kumar · 12 years ago
  79. 8c9f7aa dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  80. 7414a1b dmaengine/dw_dmac: Hibernation support in dw_dmac by Rajeev KUMAR · 12 years ago
  81. 91c1c9e dmaengine: intel_mid_dma: move pm_runtime_put by Adrian Hunter · 12 years ago
  82. 7f99a42 dmaengine: intel_mid_dma: fix error status mask by Adrian Hunter · 12 years ago
  83. b6695e4 dma: Fix typo in iop-adma.c by Masanari Iida · 12 years ago
  84. b63fd6c i.MX SDMA: Fix burstsize settings by Philippe Rétornaz · 12 years ago
  85. 94ac27a i.MX SDMA: Fix burstsize settings by Philippe Rétornaz · 12 years ago
  86. e721171 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  87. e9c8d7a0 dma: sh_dma: not all SH DMAC implementations support MEMCPY by Guennadi Liakhovetski · 12 years ago
  88. ba79323 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  89. a5044cd Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine.git by Vinod Koul · 12 years ago
  90. bda3a47 at_hdmac: bugfix for enabling channel irq by Nikolaus Voss · 12 years ago
  91. 0bbc141 dma/imx-sdma: convernt to use bit ops by Richard Zhao · 12 years ago
  92. b78bd91 dma/imx-sdma: use num_events to validate event_id0 by Richard Zhao · 12 years ago
  93. c2c744d dma/imx-sdma: move clk_enable out of sdma_request_channel by Richard Zhao · 12 years ago
  94. 3bb5e7c dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel by Richard Zhao · 12 years ago
  95. c4b5685 dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary by Richard Zhao · 12 years ago
  96. b9a59166 dma/imx-sdma: let sdma_run_channel call sdma_enable_channel by Richard Zhao · 12 years ago
  97. 880db3f drivers/dma/amba-pl08x.c: adjust double test by Julia Lawall · 12 years ago
  98. 7bec78e drivers/dma/pl330.c: add missing iounmap by Julia Lawall · 12 years ago
  99. 2b4f130 dma: imx-sdma: start transfer in issue_pending by Sascha Hauer · 12 years ago
  100. 5b31687 dma: imx-dma: start transfer in issue_pending by Sascha Hauer · 12 years ago