1. c48d496 dmaengine: PL08x: move DMA signal muxing into slave prepare code by Russell King · 12 years ago
  2. a936e79 dmaengine: PL08x: convert to a list of completed descriptors by Russell King · 12 years ago
  3. 5e2479b dmaengine: PL08x: track mux usage on a per-channel basis. by Russell King · 12 years ago
  4. ad0de2a dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct by Russell King · 12 years ago
  5. 6b16c8b dmaengine: PL08x: split DMA signal muxing from channel alloc by Russell King · 12 years ago
  6. dc8d5f8 dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config by Russell King · 12 years ago
  7. 800d683 dmaengine: PL08x: ignore 'direction' argument in dma_slave_config by Russell King · 12 years ago
  8. 9862ba1 dmaengine: PL08x: extract function to to generate cctl values by Russell King · 12 years ago
  9. 409ec8d dmaengine: PL08x: move the bus and increment selection to dma prepare function by Russell King · 12 years ago
  10. 95442b2 dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan by Russell King · 12 years ago
  11. ed91c13 dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct by Russell King · 12 years ago
  12. 550ec36 dmaengine: PL08x: constify channel names and bus_id strings by Russell King · 12 years ago
  13. b23f204 dmaengine: PL08x: move private data structures into amba-pl08x.c by Russell King · 12 years ago
  14. aeea180 dmaengine: PL08x: clean up get_signal/put_signal by Russell King · 12 years ago
  15. 48afb31 dmaengine: PL08x: remove circular_buffer boolean from channel data by Russell King · 12 years ago
  16. c15a6ef dmaengine: PL08x: remove redundant spinlock by Russell King · 12 years ago
  17. 92d2fd6 dmaengine: PL08x: fix missed dma_transfer_direction fixup by Russell King · 12 years ago
  18. b843441 dmaengine: PL08x: remove runtime PM support by Russell King · 12 years ago
  19. 571fa74 dmaengine: virt-dma: add support for cyclic DMA periodic callbacks by Russell King · 12 years ago
  20. fe04587 dmaengine: virt-dma: vchan_find_desc() by Russell King · 12 years ago
  21. 50437bf dmaengine: split out virtual channel DMA support from sa11x0 driver by Russell King · 12 years ago
  22. 7940b2a Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  23. 10d8935 Viresh has moved by Viresh Kumar · 12 years ago
  24. fdec53d DMA: PL330: Fix racy mutex unlock by Javi Merino · 12 years ago
  25. 5a67ac5 DMA: PL330: Add missing static storage class specifier by Sachin Kamat · 12 years ago
  26. 8e2e27c dma: imx-sdma: buf_tail should be initialize in prepare function by Richard Zhao · 12 years ago
  27. 30c1dc0 dmaengine: pl330: dont complete descriptor for cyclic dma by Tushar Behera · 12 years ago
  28. 84a442b Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  29. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  30. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  31. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  32. 1be5f0b Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  33. 3c0dec5 Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clock by Arnd Bergmann · 12 years ago
  34. 1dd1ea8 dmaengine: at_hdmac: take maxburst from slave configuration by Nicolas Ferre · 12 years ago
  35. b409ebf dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant by Nicolas Ferre · 12 years ago
  36. 454caf1 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  37. d411605 dmaengine: fix cyclic dma usage by Vinod Koul · 12 years ago
  38. 304ea74 Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2.6.git into next/dt2 by Arnd Bergmann · 12 years ago
  39. 6b20428 Merge branch 'imx/pinctrl' into imx/dt by Arnd Bergmann · 12 years ago
  40. 7e6eceb Merge tag 'ep93xx-fixes-for-3.5' of git://github.com/RyanMallon/linux-ep93xx into next/drivers by Olof Johansson · 12 years ago
  41. 90c9abc dma: mxs-dma: add device tree probe support by Dong Aisheng · 12 years ago
  42. 8c92013 dma: mxs-dma: make platform_device_id more generic by Shawn Guo · 12 years ago
  43. bb11fb6 dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameter by Shawn Guo · 12 years ago
  44. f5b7efc dma: mxs-dma: use global stmp_device functionality by Dong Aisheng · 12 years ago
  45. 93c6d89 Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/clock by Arnd Bergmann · 12 years ago
  46. 2ccaef0 dma: imx-sdma: make channel0 operations atomic by Richard Zhao · 12 years ago
  47. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  48. cbb796c dmaengine: Use sg_dma_address instead of sg_phys by Lars-Peter Clausen · 12 years ago
  49. 12366ad DMA: PL330: Remove duplicate header file inclusion by Sachin Kamat · 12 years ago
  50. 0d68ad1 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  51. eab2158 dmaengine: pl330: dont complete descriptor for cyclic dma by Vinod Koul · 12 years ago
  52. abd9ccc dma: imx-sdma: keep the callbacks invoked in the tasklet by Huang Shijie · 12 years ago
  53. d3f797d dmaengine: dw_dma: add Device Tree probing capability by Viresh Kumar · 12 years ago
  54. 3075528 dmaengine: dw_dmac: Add clk_{un}prepare() support by Viresh Kumar · 12 years ago
  55. c510182 ARM: Orion: XOR: Add support for clk by Andrew Lunn · 13 years ago
  56. acdf2fc Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  57. 4fa030a dmaengine i.MX ipu: clk_prepare/unprepare clock by Sascha Hauer · 13 years ago
  58. 7560e3f dmaengine i.MX SDMA: do not depend on grouped clocks by Sascha Hauer · 13 years ago
  59. 56cbb3d Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  60. affa115 dma/amba-pl08x: add support for the Nomadik variant by Linus Walleij · 12 years ago
  61. 88c08a3 dmaengine/amba-pl08x : reset phychan_hold on terminate all by Davide Ciminaghi · 12 years ago
  62. c847382 dma: pl330: fix a couple of compilation warnings by Olof Johansson · 12 years ago
  63. d29bf01 dma/amba-pl08x: check for terminal count status only by Linus Walleij · 12 years ago
  64. 7e426da dma/ste_dma40: fix erroneous comparison by Linus Walleij · 12 years ago
  65. 15e4b78 dma/ste_dma40: explicitly include regulator consumer header by Linus Walleij · 12 years ago
  66. 1bdae6f dma40: Improve the logic of stopping logical chan by Narayanan G · 13 years ago
  67. ed8b0d6 dmaengine: at_hdmac: remove clear-on-read in atc_dostart() by Nicolas Ferre · 12 years ago
  68. d04525e dma: mxs-dma: enable channel in device_issue_pending call by Shawn Guo · 12 years ago
  69. 60f2951 dmaengine: imx-dma: dont complete descriptor for cyclic dma by Vinod Koul · 12 years ago
  70. 2b3c83e dmaengine/ep93xx_dma: Implement double buffering for M2M DMA channels by Rafal Prylowski · 12 years ago
  71. f898fed dmaengine: Kconfig: fix Atmel at_hdmac entry by Nicolas Ferre · 13 years ago
  72. 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  73. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  74. a2bd114 netdma: adding alignment check for NETDMA ops by Dave Jiang · 12 years ago
  75. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  76. f26df1a ioatdma: DMA copy alignment needed to address IOAT DMA silicon errata by Dave Jiang · 12 years ago
  77. 21b764e ioat: ring size variables need to be 32bit to avoid overflow by Dave Jiang · 12 years ago
  78. 20a2a81 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  79. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  80. d9d5454 ARM: sa11x0: fix build errors from DMA engine API updates by Russell King · 13 years ago
  81. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  82. 3d9ea9e iop-adma: Corrected array overflow in RAID6 Xscale(R) test. by Don Morris · 13 years ago
  83. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  84. 5b2e02e dmaengine: imx: fix the build failure on x86_64 by Vinod Koul · 13 years ago
  85. 921de86 mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() by Huang Shijie · 13 years ago
  86. 3946860 mxs-dma : move the mxs dma.h to a more common place by Huang Shijie · 13 years ago
  87. 660cd0d dmaengine: i.MX: Fix merge of cookie branch. by Javier Martin · 13 years ago
  88. f606ab8 dmaengine: i.MX: Add support for interleaved transfers. by Javier Martin · 13 years ago
  89. f9b283a dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages. by Javier Martin · 13 years ago
  90. cd5cf9d dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'. by Javier Martin · 13 years ago
  91. a6cbb2d dmaengine: imx-dma: remove unused arg of imxdma_sg_next. by Javier Martin · 13 years ago
  92. 2d9c2fc dmaengine: imx-dma: remove internal structure. by Javier Martin · 13 years ago
  93. 6b0e2f5 dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure. by Javier Martin · 13 years ago
  94. e4756b5 dmaengine: imx-dma: remove 'in_use' field of 'internal' structure. by Javier Martin · 13 years ago
  95. 833bc03 dmaengine: imx-dma: remove sg member from internal structure. by Javier Martin · 13 years ago
  96. 359291a dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function. by Javier Martin · 13 years ago
  97. bdc0c75 dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function. by Javier Martin · 13 years ago
  98. 3b4b6df dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function. by Javier Martin · 13 years ago
  99. 2efc344 dmaengine: imx-dma: remove dma_mode member of internal structure. by Javier Martin · 13 years ago
  100. 232e3c2 dmaengine: imx-dma: remove data member from internal structure. by Javier Martin · 13 years ago