1. 8e2e27c dma: imx-sdma: buf_tail should be initialize in prepare function by Richard Zhao · 12 years ago
  2. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  3. 2ccaef0 dma: imx-sdma: make channel0 operations atomic by Richard Zhao · 12 years ago
  4. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  5. abd9ccc dma: imx-sdma: keep the callbacks invoked in the tasklet by Huang Shijie · 12 years ago
  6. 7560e3f dmaengine i.MX SDMA: do not depend on grouped clocks by Sascha Hauer · 12 years ago
  7. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  8. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  9. ad1122e dma: imx-sdma: Treat firmware messages as warnings instead of erros by Fabio Estevam · 12 years ago
  10. 1f3d6dc Merge branch 'rmk_cookie_fixes2' into next by Vinod Koul · 12 years ago
  11. 949ff5b dmaengine: fix for cookie changes and merge by Vinod Koul · 12 years ago
  12. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  13. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  14. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  15. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  16. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  17. 5170c05 Revert "drivers/dma: linux/module.h included twice" by Vinod Koul · 12 years ago
  18. 6d0d7e2 dma: imx-sdma: Print a message when firmare fails to be requested by Fabio Estevam · 12 years ago
  19. 6602b0d dma: imx-sdma: Let the driver be probed even if no firware is found by Fabio Estevam · 12 years ago
  20. 865d943 drivers/dma: linux/module.h included twice by Danny Kukawka · 12 years ago
  21. 13ae246 includecheck: delete any duplicate instances of module.h by Paul Gortmaker · 12 years ago
  22. b63fd6c i.MX SDMA: Fix burstsize settings by Philippe Rétornaz · 12 years ago
  23. 94ac27a i.MX SDMA: Fix burstsize settings by Philippe Rétornaz · 12 years ago
  24. 0bbc141 dma/imx-sdma: convernt to use bit ops by Richard Zhao · 12 years ago
  25. b78bd91 dma/imx-sdma: use num_events to validate event_id0 by Richard Zhao · 12 years ago
  26. c2c744d dma/imx-sdma: move clk_enable out of sdma_request_channel by Richard Zhao · 12 years ago
  27. 3bb5e7c dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel by Richard Zhao · 12 years ago
  28. c4b5685 dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary by Richard Zhao · 12 years ago
  29. b9a59166 dma/imx-sdma: let sdma_run_channel call sdma_enable_channel by Richard Zhao · 12 years ago
  30. 2b4f130 dma: imx-sdma: start transfer in issue_pending by Sascha Hauer · 12 years ago
  31. f69f2e2 dma/imx-sdma: save irq flags when use spin_lock in sdma_tx_submit by Haitao Zhang · 13 years ago
  32. ab59a51 IMX/SDMA : save the real count for one DMA transaction. by Huang Shijie · 13 years ago
  33. e696643 IMX/DMA : set the DMA direction in the sdma_control() by Huang Shijie · 13 years ago
  34. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  35. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  36. 5c45ad7 drivers/dma: Add module.h to files implicitly using it. by Paul Gortmaker · 13 years ago
  37. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  38. f8de8f4 dmaengine i.MX DMA/SDMA: add missing include of linux/module.h by Axel Lin · 13 years ago
  39. 7b4b88e dmaengine i.MX SDMA: use request_firmware_nowait by Sascha Hauer · 13 years ago
  40. 36e2f21 dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially by Sascha Hauer · 13 years ago
  41. 73eab97 dmaengine i.MX SDMA: lock channel 0 by Sascha Hauer · 13 years ago
  42. 12ff47e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  43. 580975d dmaengine: imx-sdma: add device tree probe support by Shawn Guo · 13 years ago
  44. 40ad5b3 dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name by Shawn Guo · 13 years ago
  45. 62550cd dmaengine: imx-sdma: use platform_device_id to identify sdma version by Shawn Guo · 13 years ago
  46. 1c1d954 dmaengine: imx-sdma: return proper error if kzalloc fails by Axel Lin · 13 years ago
  47. 2e534b2 dmaengine: imx-sdma: pass sdma firmware name via platform data by Shawn Guo · 13 years ago
  48. e19d1d4 Merge branch 'imx' into dmaengine-fixes by Dan Williams · 13 years ago
  49. 60f1df5 Merge branch 'dmaengine-shawn' into dmaengine by Sascha Hauer · 13 years ago
  50. 341b941 dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg() by Shawn Guo · 13 years ago
  51. 1e9cebb dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop() by Shawn Guo · 13 years ago
  52. 8a96591 dmaengine: imx-sdma: return sdmac->status in sdma_tx_status() by Shawn Guo · 13 years ago
  53. 4b2ce9d dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg() by Shawn Guo · 13 years ago
  54. 1797c33 dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg() by Shawn Guo · 13 years ago
  55. 23889c6 dmaengine i.MX SDMA: reserve channel 0 by not registering it by Sascha Hauer · 13 years ago
  56. 7214a8b dmaengine i.MX SDMA: initialize dma capabilities outside channel loop by Sascha Hauer · 13 years ago
  57. 7a0e9b2 dmaengine i.MX SDMA: do not initialize chan_id field by Sascha Hauer · 13 years ago
  58. 1fa81c2 dmaengine i.MX sdma: check sg entries for valid addresses and lengths by Sascha Hauer · 13 years ago
  59. b9b3f82 dmaengine i.MX sdma: set maximum segment size for our device by Sascha Hauer · 13 years ago
  60. d718f4e dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie() by Shawn Guo · 13 years ago
  61. 939fd4f dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0 by Shawn Guo · 13 years ago
  62. 6866fd3 dmaengine i.MX SDMA: Fix firmware loading by Sascha Hauer · 13 years ago
  63. 1051b9f Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable by Russell King · 14 years ago
  64. c989a7f dmaengine i.MX SDMA: initialize on module_init by Sascha Hauer · 14 years ago
  65. d2f5c27 dmaengine: imx-sdma: fix bug in buffer descriptor initialization by Anatolij Gustschin · 14 years ago
  66. 5b28aa3 dmaengine i.MX SDMA: Allow to run without firmware by Sascha Hauer · 14 years ago
  67. 1ec1e82 dmaengine: Add Freescale i.MX SDMA support by Sascha Hauer · 14 years ago