1. 6d0d7e2 dma: imx-sdma: Print a message when firmare fails to be requested by Fabio Estevam · 13 years ago
  2. 6602b0d dma: imx-sdma: Let the driver be probed even if no firware is found by Fabio Estevam · 13 years ago
  3. 9e15db7 dmaengine: Add support for multiple descriptors for imx-dma. by Javier Martin · 13 years ago
  4. 6c05f09 dmaengine: Add support for MEMCPY for imx-dma. by Javier Martin · 13 years ago
  5. d8b5348 dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages by Fabio Estevam · 13 years ago
  6. 865d943 drivers/dma: linux/module.h included twice by Danny Kukawka · 13 years ago
  7. a1c4601 dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave by Viresh Kumar · 14 years ago
  8. 327e697 dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG by Viresh Kumar · 14 years ago
  9. 6bc711f dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side by Viresh Kumar · 14 years ago
  10. ff7b05f dmaengine/dw_dmac: Don't handle block interrupts by Viresh Kumar · 14 years ago
  11. 6c618c9 dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly by Viresh Kumar · 14 years ago
  12. e8d9f87 dmaengine/dw_dmac: Don't use magic number for total number of channels by Viresh Kumar · 14 years ago
  13. 8c9f7aa dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG by Viresh Kumar · 14 years ago
  14. 7414a1b dmaengine/dw_dmac: Hibernation support in dw_dmac by Rajeev KUMAR · 14 years ago
  15. 91c1c9e dmaengine: intel_mid_dma: move pm_runtime_put by Adrian Hunter · 14 years ago
  16. 7f99a42 dmaengine: intel_mid_dma: fix error status mask by Adrian Hunter · 14 years ago
  17. b63fd6c i.MX SDMA: Fix burstsize settings by Philippe Rétornaz · 14 years ago
  18. e721171 Merge branch 'fixes' into next by Vinod Koul · 14 years ago
  19. e9c8d7a0 dma: sh_dma: not all SH DMAC implementations support MEMCPY by Guennadi Liakhovetski · 14 years ago
  20. ba79323 Merge branch 'fixes' into next by Vinod Koul · 14 years ago
  21. a5044cd Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine.git by Vinod Koul · 14 years ago
  22. bda3a47 at_hdmac: bugfix for enabling channel irq by Nikolaus Voss · 14 years ago
  23. 0bbc141 dma/imx-sdma: convernt to use bit ops by Richard Zhao · 14 years ago
  24. b78bd91 dma/imx-sdma: use num_events to validate event_id0 by Richard Zhao · 14 years ago
  25. c2c744d dma/imx-sdma: move clk_enable out of sdma_request_channel by Richard Zhao · 14 years ago
  26. 3bb5e7c dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel by Richard Zhao · 14 years ago
  27. c4b5685 dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary by Richard Zhao · 14 years ago
  28. b9a59166 dma/imx-sdma: let sdma_run_channel call sdma_enable_channel by Richard Zhao · 14 years ago
  29. 880db3f drivers/dma/amba-pl08x.c: adjust double test by Julia Lawall · 14 years ago
  30. 7bec78e drivers/dma/pl330.c: add missing iounmap by Julia Lawall · 14 years ago
  31. 2b4f130 dma: imx-sdma: start transfer in issue_pending by Sascha Hauer · 14 years ago
  32. 5b31687 dma: imx-dma: start transfer in issue_pending by Sascha Hauer · 14 years ago
  33. d07a74a dmaengine: fix missing 'cnt' in ?: in dmatest by Dr. David Alan Gilbert · 14 years ago
  34. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 14 years ago
  35. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  36. 5ede3ce Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  37. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  38. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  39. 237c78b Merge branch 'depends/rmk/for-linus' into samsung/dt by Arnd Bergmann · 14 years ago
  40. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 14 years ago
  41. c11b46c32 dma: shdma: fix runtime PM: clear channel buffers on reset by Guennadi Liakhovetski · 14 years ago
  42. f69f2e2 dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit by Haitao Zhang · 14 years ago
  43. e9f3a49 dmaengine/ste_dma40: clear LNK on channel startup by Rabin Vincent · 14 years ago
  44. 8730790 dmaengine: intel_mid_dma: remove legacy pm interface by Kristen Carlson Accardi · 14 years ago
  45. 759a2e3 dma: mxs-dma: convert to clk_prepare/clk_unprepare by Shawn Guo · 14 years ago
  46. 2a0ff7a dmaengine: intel_mid_dma: error path fix by Adrian Hunter · 14 years ago
  47. 1fded075 dmaengine: intel_mid_dma: locking and freeing fixes by Adrian Hunter · 14 years ago
  48. 62268ce dmaengine: add DMA_TRANS_NONE to dma_transfer_direction by Shawn Guo · 14 years ago
  49. 7ad7a34 dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channels by Lothar Waßmann · 14 years ago
  50. 6d23ea4 dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safe by Lothar Waßmann · 14 years ago
  51. feb397d dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled. by Lothar Waßmann · 14 years ago
  52. 4003122 dma: mxs-dma: fix a typo in comment by Lothar Waßmann · 14 years ago
  53. 93ed554 DMA: PL330: Add device tree support by Thomas Abraham · 14 years ago
  54. cd07251 DMA: PL330: Infer transfer direction from transfer request instead of platform data by Thomas Abraham · 14 years ago
  55. 3e2ec13 DMA: PL330: move filter function into driver by Thomas Abraham · 14 years ago
  56. eb444fe dma: MX3_IPU fix depends by Eric Bénard · 14 years ago
  57. 63a9332 ARM: Orion: Get address map from plat-orion instead of via platform_data by Andrew Lunn · 14 years ago
  58. 3506c0d DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/remove by Tushar Behera · 14 years ago
  59. c99e784 i.MX IPU DMA: Fix wrong burstsize settings by Sascha Hauer · 14 years ago
  60. 5cd326f dmaengine/ste_dma40: allow fixed physical channel by Narayanan G · 14 years ago
  61. 8f0d30f dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true by Viresh Kumar · 14 years ago
  62. c94e910 dmaengine: convert drivers/dma/* to use module_platform_driver() by Axel Lin · 14 years ago
  63. ab59a51 IMX/SDMA : save the real count for one DMA transaction. by Huang Shijie · 14 years ago
  64. 6d0709d dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty list by Mika Westerberg · 14 years ago
  65. b62cfc5 dma/ep93xx_dma: fix initialization of M2M control register by Rafal Prylowski · 14 years ago
  66. 02f88be dmaengine: at_hdmac: simplify device selection from platform data or DT by Nicolas Ferre · 14 years ago
  67. dcc8173 dmaengine: at_hdmac: empty entry shape modification by Nicolas Ferre · 14 years ago
  68. 0ab88a0 dmaengine: at_hdmac: add const to struct platform_device_id definition by Nicolas Ferre · 14 years ago
  69. 28c7a19 dmaengine/ste_dma40: Add support to use lcla area from esram by Narayanan G · 14 years ago
  70. d561394 dmaengine: timb_dma: fix the spare warinings by Vinod Koul · 14 years ago
  71. 61e183f dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume by Viresh Kumar · 14 years ago
  72. adfa543 dmatest: don't use set_freezable_with_signal() by Tejun Heo · 14 years ago
  73. e8fa516 dmaengine: pl330: Enable module alias autogeneration for AMBA drivers by Dave Martin · 14 years ago
  74. 037566d dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers by Dave Martin · 14 years ago
  75. e696643 IMX/DMA : set the DMA direction in the sdma_control() by Huang Shijie · 14 years ago
  76. 7fb3e75 dmaengine/ste_dma40: support pm in dma40 by Narayanan G · 14 years ago
  77. ca21a14 dmaengine: add CSR SiRFprimaII DMAC driver by Rongjun Ying · 14 years ago
  78. b14dab7 DMAEngine: Define interleaved transfer request api by Jassi Brar · 14 years ago
  79. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 14 years ago
  80. ca7fe2d pch_dma: Support new device LAPIS Semiconductor ML7831 IOH by Tomoya MORINAGA · 14 years ago
  81. e79e72b pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor by Tomoya MORINAGA · 14 years ago
  82. 8e2d41f dma i.MX: remove individual SOC dependency by Sascha Hauer · 14 years ago
  83. dbb0042 dma: fix spacing for method declaration, coding style issue in iop-adma.c by Ciaran McCormick · 14 years ago
  84. dab6538 DMA: PL330: Fix build warning by Boojin Kim · 14 years ago
  85. c511595 dmaengine: at_hdmac: add device tree support by Nicolas Ferre · 14 years ago
  86. 6734845 dmaengine: at_hdmac: platform data move to use .id_table by Nicolas Ferre · 14 years ago
  87. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  88. fba9569 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 14 years ago
  89. 1d3564d [media] dmaengine: ipu-idmac: add support for the DMA_PAUSE control by Guennadi Liakhovetski · 14 years ago
  90. f492b21 drivers/dma: Add export.h to ste_dma40.c by Paul Gortmaker · 14 years ago
  91. 5c45ad7 drivers/dma: Add module.h to files implicitly using it. by Paul Gortmaker · 14 years ago
  92. 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 14 years ago
  93. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 14 years ago
  94. 4598fc2 dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idle by Vinod Koul · 14 years ago
  95. 2389d67 dmaengine/ep93xx_dma: add module.h include by Mika Westerberg · 14 years ago
  96. 01631243d pch_dma: Reduce wasting memory by Tomoya MORINAGA · 14 years ago
  97. c43f150 pch_dma: Fix suspend issue by Tomoya MORINAGA · 14 years ago
  98. f80befe dma/timberdale: free_irq() on an error path by Dan Carpenter · 14 years ago
  99. 7a1cd9a dma: shdma: transfer based runtime PM by Guennadi Liakhovetski · 14 years ago
  100. b4dae6e dmaengine: shdma: protect against the IRQ handler by Guennadi Liakhovetski · 14 years ago