1. f35d763 Merge branch 'topic/no_irq' into for-linus by Vinod Koul · 8 years ago
  2. 028e84a1 dmaengine: mxs: remove NO_IRQ check by Arnd Bergmann · 8 years ago
  3. 064370c dmaengine: mxs-dma: convert callback to helper function by Dave Jiang · 8 years ago
  4. 0d85050 dmaengine: mxs: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  5. ef9d2a9 dmaengine: mxs-dma: Declare slave capabilities for the generic code by Fabio Estevam · 9 years ago
  6. f67bcc4 dmaengine: mxs-dma: fix unused variable warn by Vinod Koul · 9 years ago
  7. a29c395 dmaengine: mxs-dma: fix incompatible pointer type build warns by Vinod Koul · 9 years ago
  8. e0cad7a dmaengine: mxs-dma: fix the arg to mxs_dma_reset_chan() by Vinod Koul · 9 years ago
  9. 5c9d2e3 dmaengine: mxs: Split device_control by Maxime Ripard · 9 years ago
  10. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  11. 9f92d22 dmaengine: Use dma_zalloc_coherent by Joe Perches · 10 years ago
  12. 2dcbdce dma: mxs-dma: Use semaphores for cyclic DMA by Markus Pargmann · 11 years ago
  13. bb3660f dma: mxs-dma: Update state after channel reset by Markus Pargmann · 11 years ago
  14. 702e94d dma: mxs-dma: Fix channel reset hardware bug by Markus Pargmann · 11 years ago
  15. 7b11304 dma: mxs-dma: Report correct residue for cyclic DMA by Markus Pargmann · 11 years ago
  16. b2d6398 dma: mxs-dma: Cleanup interrupt handler by Markus Pargmann · 11 years ago
  17. 2737583 dmaengine: mxs-dma: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  18. b1baec5 dma: mxs-dma: remove code left from generic DMA binding conversion by Shawn Guo · 11 years ago
  19. 09d1669 mxs-dma: remove useless variable by Andy Shevchenko · 11 years ago
  20. 3208b37 dma: mxs-dma: Staticize mxs_dma_xlate by Fabio Estevam · 11 years ago
  21. d84f638 dma: mxs-dma: move to generic device tree binding by Shawn Guo · 11 years ago
  22. aaa2051 dma: mxs-dma: use devm_* managed functions by Shawn Guo · 11 years ago
  23. f2ad699 dma: mxs-dma: Fix build warnings with W=1 by Fabio Estevam · 11 years ago
  24. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  25. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  26. 5e97fa9 mxs/dma: Enlarge the CCW descriptor area to 4 pages by Marek Vasut · 12 years ago
  27. 41c556a dma: mxs-dma: Export missing symbols from mxs-dma.c by Attila Kinali · 12 years ago
  28. f5c5584 dma: enable mxs-dma for imx6q by Huang Shijie · 12 years ago
  29. 84a442b Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  30. 90c9abc dma: mxs-dma: add device tree probe support by Dong Aisheng · 12 years ago
  31. 8c92013 dma: mxs-dma: make platform_device_id more generic by Shawn Guo · 12 years ago
  32. bb11fb6 dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameter by Shawn Guo · 12 years ago
  33. f5b7efc dma: mxs-dma: use global stmp_device functionality by Dong Aisheng · 12 years ago
  34. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  35. d04525e dma: mxs-dma: enable channel in device_issue_pending call by Shawn Guo · 12 years ago
  36. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  37. 921de86 mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() by Huang Shijie · 12 years ago
  38. 3946860 mxs-dma : move the mxs dma.h to a more common place by Huang Shijie · 12 years ago
  39. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  40. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  41. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  42. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  43. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  44. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  45. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  46. 759a2e3 dma: mxs-dma: convert to clk_prepare/clk_unprepare by Shawn Guo · 12 years ago
  47. 62268ce dmaengine: add DMA_TRANS_NONE to dma_transfer_direction by Shawn Guo · 12 years ago
  48. 7ad7a34 dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channels by Lothar Waßmann · 12 years ago
  49. 6d23ea4 dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safe by Lothar Waßmann · 12 years ago
  50. feb397d dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled. by Lothar Waßmann · 12 years ago
  51. 4003122 dma: mxs-dma: fix a typo in comment by Lothar Waßmann · 12 years ago
  52. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  53. ef298c2 mxs-dma: enable CLKGATE before accessing registers by Lothar Waßmann · 13 years ago
  54. a62bae9 ARM: mxs-dma: reset after disable channel by Dong Aisheng · 13 years ago
  55. 2a9778e dma: mxs-dma: fix unterminated platform_device_id table by Axel Lin · 13 years ago
  56. 95bfea1 dmaengine: mxs-dma: skip request_irq for NO_IRQ by Shawn Guo · 13 years ago
  57. a580b8c dmaengine: mxs-dma: add dma support for i.MX23/28 by Shawn Guo · 13 years ago