1. 0a276d1 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  2. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  3. 4f46f8a dmaengine: shdma: restore partial transfer calculation by Guennadi Liakhovetski · 12 years ago
  4. 0e52d98 Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine by Russell King · 12 years ago
  5. 3a774ea dmaengine: omap: add support for cyclic DMA by Russell King · 12 years ago
  6. 7c836bc dmaengine: omap: add support for setting fi by Russell King · 12 years ago
  7. 3850e22 dmaengine: omap: add support for returning residue in tx_state method by Russell King · 12 years ago
  8. 7bedaa5 dmaengine: add OMAP DMA engine driver by Russell King · 13 years ago
  9. c511dc1 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  10. 6343325 dmaengine: Cleanup logging messages by Joe Perches · 12 years ago
  11. 1ff8df4 dma: sh: provide a migration path for slave drivers to stop using .private by Guennadi Liakhovetski · 12 years ago
  12. c2cdb7e dma: sh: use an integer slave ID to improve API compatibility by Guennadi Liakhovetski · 12 years ago
  13. ecf90fb dmaengine: shdma: prepare to stop using struct dma_chan::private by Guennadi Liakhovetski · 12 years ago
  14. 341f4dc dmaengine: shdma: (cosmetic) simplify a static function by Guennadi Liakhovetski · 12 years ago
  15. 7fd63cc dmaengine: at_hdmac: add a few const qualifiers by Uwe Kleine-König · 12 years ago
  16. f8609c2 dw_dmac: use 'u32' for LLI structure members, not dma_addr_t by Andy Shevchenko · 12 years ago
  17. 93aad1b dw_dmac: mark dwc_dump_lli inline by Andy Shevchenko · 12 years ago
  18. 41c556a dma: mxs-dma: Export missing symbols from mxs-dma.c by Attila Kinali · 12 years ago
  19. ce3a1ab dma: shdma: convert to the shdma base library by Guennadi Liakhovetski · 12 years ago
  20. 9a7b8e0 dmaengine: add an shdma-base library by Guennadi Liakhovetski · 12 years ago
  21. e95be94 dma: move shdma driver to an own directory by Guennadi Liakhovetski · 12 years ago
  22. cd9092c dma: tegra: rename driver and compatible to match with dts by Laxman Dewangan · 12 years ago
  23. 4a46ba3 dma: tegra: fix residual calculation for cyclic case by Laxman Dewangan · 12 years ago
  24. fdc0867 Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/irq by Arnd Bergmann · 12 years ago
  25. 88289c8 dma: ipu: remove the use of ipu_platform_data by Shawn Guo · 12 years ago
  26. d944432 dmaengine: sa11x0-dma: add cyclic DMA support by Russell King · 12 years ago
  27. 63fe23c dmaengine: sa11x0-dma: fix DMA residue support by Russell King · 12 years ago
  28. a068682 dmaengine: PL08x: ensure all descriptors are freed when channel is released by Russell King · 12 years ago
  29. 70f3ff4 dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking by Russell King · 12 years ago
  30. aa4afb7 dmaengine: PL08x: get rid of pl08x_prep_channel_resources by Russell King · 12 years ago
  31. 06e885b dmaengine: PL08x: fix tx_status function to return correct residue by Russell King · 12 years ago
  32. 1853613 dmaengine: PL08x: convert to use vchan done list by Russell King · 12 years ago
  33. 879f127 dmaengine: PL08x: convert to use vchan submitted/issued lists by Russell King · 12 years ago
  34. 083be28 dmaengine: PL08x: use vchan's spinlock by Russell King · 12 years ago
  35. 01d8dc6 dmaengine: PL08x: convert to use virt-dma structs by Russell King · 12 years ago
  36. a5a488d dmaengine: PL08x: rejig physical channel allocation by Russell King · 12 years ago
  37. c33b644 dmaengine: PL08x: start next descriptor from irq context by Russell King · 12 years ago
  38. ea16056 dmaengine: PL08x: split the pend_list in two by Russell King · 12 years ago
  39. eab8253 dmaengine: PL08x: re-jig the starting of txds by Russell King · 12 years ago
  40. 7847f6b dmaengine: PL08x: remove waiting descriptor pointer by Russell King · 12 years ago
  41. c48d496 dmaengine: PL08x: move DMA signal muxing into slave prepare code by Russell King · 12 years ago
  42. a936e79 dmaengine: PL08x: convert to a list of completed descriptors by Russell King · 12 years ago
  43. 5e2479b dmaengine: PL08x: track mux usage on a per-channel basis. by Russell King · 12 years ago
  44. ad0de2a dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct by Russell King · 12 years ago
  45. 6b16c8b dmaengine: PL08x: split DMA signal muxing from channel alloc by Russell King · 12 years ago
  46. dc8d5f8 dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config by Russell King · 12 years ago
  47. 800d683 dmaengine: PL08x: ignore 'direction' argument in dma_slave_config by Russell King · 12 years ago
  48. 9862ba1 dmaengine: PL08x: extract function to to generate cctl values by Russell King · 12 years ago
  49. 409ec8d dmaengine: PL08x: move the bus and increment selection to dma prepare function by Russell King · 12 years ago
  50. 95442b2 dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan by Russell King · 12 years ago
  51. ed91c13 dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct by Russell King · 12 years ago
  52. 550ec36 dmaengine: PL08x: constify channel names and bus_id strings by Russell King · 12 years ago
  53. b23f204 dmaengine: PL08x: move private data structures into amba-pl08x.c by Russell King · 12 years ago
  54. aeea180 dmaengine: PL08x: clean up get_signal/put_signal by Russell King · 12 years ago
  55. 48afb31 dmaengine: PL08x: remove circular_buffer boolean from channel data by Russell King · 12 years ago
  56. c15a6ef dmaengine: PL08x: remove redundant spinlock by Russell King · 12 years ago
  57. 92d2fd6 dmaengine: PL08x: fix missed dma_transfer_direction fixup by Russell King · 12 years ago
  58. b843441 dmaengine: PL08x: remove runtime PM support by Russell King · 12 years ago
  59. 571fa74 dmaengine: virt-dma: add support for cyclic DMA periodic callbacks by Russell King · 12 years ago
  60. fe04587 dmaengine: virt-dma: vchan_find_desc() by Russell King · 12 years ago
  61. 50437bf dmaengine: split out virtual channel DMA support from sa11x0 driver by Russell King · 13 years ago
  62. 46fb3f8 dma: tegra: set DMA_CYCLIC capability by Laxman Dewangan · 12 years ago
  63. 6660f7a dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode by Laxman Dewangan · 12 years ago
  64. 56482ec dma: tegra: add clk_prepare/clk_unprepare by Prashant Gaikwad · 12 years ago
  65. 597c854 dma: tegra: use sg_dma_address() for getting dma buffer address by Laxman Dewangan · 12 years ago
  66. 49d57b5 dmaengine: mmp_tdma: fix the arch dependency by Vinod Koul · 12 years ago
  67. 7940b2a Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  68. 3f936207 dw_dmac: introduce dwc_chan_disable by Andy Shevchenko · 12 years ago
  69. 0272e93 dw_dmac: move from __init to __devinit by Andy Shevchenko · 12 years ago
  70. 4c2d56c dw_dmac: introduce dwc_fast_fls() by Andy Shevchenko · 12 years ago
  71. 236b106 dw_dmac: disable BLOCK interrupts by Andy Shevchenko · 12 years ago
  72. 11f932e dw_dmac: disable dma in optimal way in probe by Andy Shevchenko · 12 years ago
  73. 2e4c364 dw_dmac: use __func__ constant in the debug prints by Andy Shevchenko · 12 years ago
  74. 2ab3727 dw_dmac: print correct number of scanned descriptors by Andy Shevchenko · 12 years ago
  75. 1d45543 dw_dmac: introduce dwc_dump_chan_regs to dump registers by Andy Shevchenko · 12 years ago
  76. 2f45d61 dw_dmac: use proper casting to print dma_addr_t values by Andy Shevchenko · 12 years ago
  77. 745664e dw_dmac: fix constant in the comment by Andy Shevchenko · 12 years ago
  78. 10d8935 Viresh has moved by Viresh Kumar · 12 years ago
  79. c6da0ba dmaengine: mmp_tdma: add mmp tdma support by Zhangfei Gao · 12 years ago
  80. 0a07603 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  81. f7ceb36 dma: coh901318: use devm allocation by Linus Walleij · 12 years ago
  82. fdec53d DMA: PL330: Fix racy mutex unlock by Javi Merino · 12 years ago
  83. 9102d87 dmaengine: at_hdmac: trivial: fix comment in header by Nicolas Ferre · 12 years ago
  84. ec8a158 dma: tegra: add dmaengine based dma driver by Laxman Dewangan · 12 years ago
  85. f5c5584 dma: enable mxs-dma for imx6q by Huang Shijie · 12 years ago
  86. 5a67ac5 DMA: PL330: Add missing static storage class specifier by Sachin Kamat · 12 years ago
  87. 8e2e27c dma: imx-sdma: buf_tail should be initialize in prepare function by Richard Zhao · 12 years ago
  88. 30c1dc0 dmaengine: pl330: dont complete descriptor for cyclic dma by Tushar Behera · 12 years ago
  89. 84a442b Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  90. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  91. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  92. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  93. 1be5f0b Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  94. 3c0dec5 Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clock by Arnd Bergmann · 12 years ago
  95. 1dd1ea8 dmaengine: at_hdmac: take maxburst from slave configuration by Nicolas Ferre · 12 years ago
  96. b409ebf dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant by Nicolas Ferre · 12 years ago
  97. 454caf1 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  98. d411605 dmaengine: fix cyclic dma usage by Vinod Koul · 12 years ago
  99. 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
  100. 6b20428 Merge branch 'imx/pinctrl' into imx/dt by Arnd Bergmann · 12 years ago