1. 5b9a4f9 dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCs by Uwe Kleine-König · 14 years ago
  2. a00ae34 fsldma: make halt behave nicely on all supported controllers by Ira Snyder · 14 years ago
  3. dc8d409 fsldma: reduce locking during descriptor cleanup by Ira Snyder · 14 years ago
  4. 9c4d1e7 fsldma: support async_tx dependencies and automatic unmapping by Ira Snyder · 14 years ago
  5. f04cd40 fsldma: fix controller lockups by Ira Snyder · 14 years ago
  6. 31f4306 fsldma: minor codingstyle and consistency fixes by Ira Snyder · 14 years ago
  7. 0ab09c3 fsldma: improve link descriptor debugging by Ira Snyder · 14 years ago
  8. b158471 fsldma: use channel name in printk output by Ira Snyder · 14 years ago
  9. e8bd84d fsldma: move related helper functions near each other by Ira Snyder · 14 years ago
  10. b203bd3 dmatest: fix automatic buffer unmap type by Ira Snyder · 14 years ago
  11. 6c11371 Merge branch 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma into dmaengine by Dan Williams · 14 years ago
  12. f5539af Merge branch 'dmaengine-fixes' into dmaengine by Dan Williams · 14 years ago
  13. 0b863b3 drivers, pch_dma: Fix warning when CONFIG_PM=n. by Rakib Mullick · 14 years ago
  14. 29782da dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writel by Viresh Kumar · 14 years ago
  15. 1c5b053 avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize by Viresh Kumar · 14 years ago
  16. e51dc53 dw_dmac: Setting Default Burst length for transfers as 16. by Viresh Kumar · 14 years ago
  17. ee66509 dw_dmac: Allow src/dst msize & flow controller to be configured at runtime by Viresh KUMAR · 14 years ago
  18. 59c22fc dw_dmac: Changing type of src_master and dest_master to u8. by Viresh Kumar · 14 years ago
  19. 93317e8 dw_dmac: Pass Channel Priority from platform_data by Viresh Kumar · 14 years ago
  20. b0c3130 dw_dmac: Pass Channel Allocation Order from platform_data by Viresh Kumar · 14 years ago
  21. e518076 dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish by Viresh Kumar · 14 years ago
  22. 418e740 dw_dmac: Change value of DWC_MAX_COUNT to 4095. by Viresh Kumar · 14 years ago
  23. a022745 dw_dmac: Adding support for 64 bit access width for memcpy xfers by Viresh Kumar · 14 years ago
  24. 569432e dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock by Viresh Kumar · 14 years ago
  25. f336e42 dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all by Viresh Kumar · 14 years ago
  26. cb689a7 dw_dmac: Replace module_init() with subsys_initcall() by Viresh Kumar · 14 years ago
  27. f44ad7e dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK by Viresh Kumar · 14 years ago
  28. a580b8c dmaengine: mxs-dma: add dma support for i.MX23/28 by Shawn Guo · 14 years ago
  29. 26d890f pch_dma: set the number of array correctly by Tomoya MORINAGA · 14 years ago
  30. c5a9f9d pch_dma: fix kernel error issue by Tomoya MORINAGA · 14 years ago
  31. 0670e71 Merge branch 'dw_dmac' into dmaengine by Dan Williams · 14 years ago
  32. 80cc07a Merge branch 'dma40' into dmaengine by Dan Williams · 14 years ago
  33. 4abed0a dmaengine: add slave-dma maintainer by Dan Williams · 14 years ago
  34. e19d1d4 Merge branch 'imx' into dmaengine-fixes by Dan Williams · 14 years ago
  35. a646bd7 dma: ipu_idmac: do not lose valid received data in the irq handler by Anatolij Gustschin · 14 years ago
  36. 60f1df5 Merge branch 'dmaengine-shawn' into dmaengine by Sascha Hauer · 14 years ago
  37. 2335d33 Merge branch 'dmaengine-sdma' into dmaengine by Sascha Hauer · 14 years ago
  38. 341b941 dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg() by Shawn Guo · 14 years ago
  39. 1e9cebb dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop() by Shawn Guo · 14 years ago
  40. 8a96591 dmaengine: imx-sdma: return sdmac->status in sdma_tx_status() by Shawn Guo · 14 years ago
  41. 4b2ce9d dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg() by Shawn Guo · 14 years ago
  42. 1797c33 dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg() by Shawn Guo · 14 years ago
  43. f8a356f dmaengine i.MX dma: initialize dma capabilities outside channel loop by Sascha Hauer · 14 years ago
  44. 97a43df dmaengine i.MX DMA: do not initialize chan_id field by Sascha Hauer · 14 years ago
  45. d07102a dmaengine i.MX dma: check sg entries for valid addresses and lengths by Sascha Hauer · 14 years ago
  46. 1e070a6 dmaengine i.MX dma: set maximum segment size for our device by Sascha Hauer · 14 years ago
  47. 23889c6 dmaengine i.MX SDMA: reserve channel 0 by not registering it by Sascha Hauer · 14 years ago
  48. 7214a8b dmaengine i.MX SDMA: initialize dma capabilities outside channel loop by Sascha Hauer · 14 years ago
  49. 7a0e9b2 dmaengine i.MX SDMA: do not initialize chan_id field by Sascha Hauer · 14 years ago
  50. 1fa81c2 dmaengine i.MX sdma: check sg entries for valid addresses and lengths by Sascha Hauer · 14 years ago
  51. b9b3f82 dmaengine i.MX sdma: set maximum segment size for our device by Sascha Hauer · 14 years ago
  52. 0c842b5 dma40: cyclic xfer support by Rabin Vincent · 14 years ago
  53. 86eb5fb dma40: stop ongoing transfers in DMA_TERMINATE_ALL by Rabin Vincent · 14 years ago
  54. 7ad74a7 dma40: fix DMA_SG capability and channels by Rabin Vincent · 14 years ago
  55. 6045f0b dma40: handle failure to allocate first LCLA by Rabin Vincent · 14 years ago
  56. e65889c dma40: extract lcla code into separate function by Rabin Vincent · 14 years ago
  57. 7f933be dma40: use flags to reduce parameter count by Rabin Vincent · 14 years ago
  58. 1f7622c dma40: make d40_log_buf_to_lli static by Rabin Vincent · 14 years ago
  59. 822c567 dma40: unify src/dst addr check by Rabin Vincent · 14 years ago
  60. cc31b6f dma40: pass the info pointer all the way to reduce argument count by Rabin Vincent · 14 years ago
  61. 5ed04b8 dma40: unify d40_log_sg_to_lli funcs for mem and slave by Rabin Vincent · 14 years ago
  62. e24b36b dma40: combine duplicated code in log_sg_to_dev by Rabin Vincent · 14 years ago
  63. 1c4b092 dma40: move lli_load to main source file by Rabin Vincent · 14 years ago
  64. cade1d3 dma40: combine mem and slave prep_sg functions by Rabin Vincent · 14 years ago
  65. 10a946b dma40: remove export of stedma40_memcpy_sg by Rabin Vincent · 14 years ago
  66. 3e3a076 dma40: combine mem and slave sg-to-lli functions by Rabin Vincent · 14 years ago
  67. 00ac034 dma40: remove duplicated dev addr code by Rabin Vincent · 14 years ago
  68. dbd8878 dma40: combine duplicated d40_pool_lli_alloc() calls by Rabin Vincent · 14 years ago
  69. 5f81158 dma40: combine desc init functions by Rabin Vincent · 14 years ago
  70. 95944c6 dma40: implement prep_memcpy as a wrapper around memcpy_sg by Rabin Vincent · 14 years ago
  71. d924aba dma40: remove unnecessary casts by Rabin Vincent · 14 years ago
  72. b00f938 dma40: fix DMA API usage for LLIs by Rabin Vincent · 14 years ago
  73. 026cbc4 dma40: fix DMA API usage for LCLA by Rabin Vincent · 14 years ago
  74. 7fe8be5 dma40: use sg_dma_address() instead of sg_phys() by Rabin Vincent · 14 years ago
  75. 594ece4 dma40: remove unnecessary ALIGN()s by Rabin Vincent · 14 years ago
  76. ac2c0a3 dma40: allow realtime and priority for event lines by Rabin Vincent · 14 years ago
  77. 4d59490 dma40: fix comment to refer to SOCs rather than boards by Rabin Vincent · 14 years ago
  78. 6db5a8b dma40: use helpers for error functions by Rabin Vincent · 14 years ago
  79. 724a857 dma40: use helpers for channel type check by Rabin Vincent · 14 years ago
  80. 8ca8468 dma40: use helper for channel registers base by Rabin Vincent · 14 years ago
  81. 7d83a85 dma40: remove "hardware link with previous jobs" code by Rabin Vincent · 14 years ago
  82. 262d291 dma40: ensure event lines get enabled by Rabin Vincent · 14 years ago
  83. cb9ab2d dma40: make init function static by Rabin Vincent · 14 years ago
  84. 8179661 DMA: PL08x: fix channel pausing to timeout rather than lockup by Russell King - ARM Linux · 14 years ago
  85. fb52621 DMA: PL08x: fix infinite wait when terminating transfers by Russell King - ARM Linux · 14 years ago
  86. 4aa5f36 avr32: at32ap700x: specify DMA src and dst masters by Jamie Iles · 14 years ago
  87. 95ea759 dmaengine/dw_dmac: provide a mechanism to indicate private devices by Jamie Iles · 14 years ago
  88. f301c06 dmaengine/dw_dmac: allow src/dst masters to be configured at runtime by Jamie Iles · 14 years ago
  89. 087809f dmaengine/dw_dmac: don't scan descriptors if no xfers in progress by Jamie Iles · 14 years ago
  90. d718f4e dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie() by Shawn Guo · 14 years ago
  91. 939fd4f dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0 by Shawn Guo · 14 years ago
  92. 6866fd3 dmaengine i.MX SDMA: Fix firmware loading by Sascha Hauer · 14 years ago
  93. 1bae4ce Linux 2.6.38-rc2 by Linus Torvalds · 14 years ago
  94. 13a3cec Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  95. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 14 years ago
  96. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 14 years ago
  97. 9093ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  98. ebe0d80 Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  99. 5bf7a65 Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  100. 0f5c2ac Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago