1. 9295c41 dmaengine: at_xdmac: double FIFO flush needed to compute residue by Ludovic Desroches · 8 years ago
  2. 53398f4 dmaengine: at_xdmac: fix residue corruption by Ludovic Desroches · 8 years ago
  3. 4a9723e dmaengine: at_xdmac: align descriptors on 64 bits by Ludovic Desroches · 8 years ago
  4. 25c5e96 dmaengine: at_xdmac: fix residue computation by Ludovic Desroches · 8 years ago
  5. 9fa6860 Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  6. 611dcad dmaengine: at_xdmac: fix resume for cyclic transfers by Songjun Wu · 8 years ago
  7. d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  8. aa876cd dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() by Cyrille Pitchen · 9 years ago
  9. 1f28179 dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 9 years ago
  10. ef10b0b dmaengine: at_xdmac: fix bad behavior in interleaved mode by Sylvain ETIENNE · 9 years ago
  11. f5a00eb dmaengine: at_xdmac: fix false condition for memset_sg transfers by Ludovic Desroches · 9 years ago
  12. 15a0385 dmaengine: at_xdmac: fix macro typo by Ludovic Desroches · 9 years ago
  13. 95da0c1 dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers by Ludovic Desroches · 9 years ago
  14. 268914f dmaengine: at_xdmac: use %pad format string for dma_addr_t by Arnd Bergmann · 9 years ago
  15. 041c795 Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  16. 62b5cb7 dmaengine: at_xdmac: fix memory leak in interleaved mode by Ludovic Desroches · 9 years ago
  17. 4e538578 dmaengine: at_xdmac: handle numf > 1 by Maxime Ripard · 9 years ago
  18. 0be2136 dmaengine: at_xdmac: clean used descriptor by Ludovic Desroches · 9 years ago
  19. a1cf0903 dmaengine: at_xdmac: change block increment addressing mode by Maxime Ripard · 9 years ago
  20. 3527122 Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  21. 59b0fbd Merge branch 'topic/at_xdmac' into for-linus by Vinod Koul · 9 years ago
  22. e900c30 dmaengine: at_xdmac: fix bug in prep_dma_cyclic by Ludovic Desroches · 9 years ago
  23. 67a6eed dmaengine: xdmac: Add scatter gathered memset support by Maxime Ripard · 9 years ago
  24. 1c8a38b dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg() by Cyrille Pitchen · 9 years ago
  25. 20cadcb4 dmaengine: at_xdmac: fix bug about channel configuration by Ludovic Desroches · 9 years ago
  26. 35ca0ee dmaengine: at_xdmac: fix indentation by Ludovic Desroches · 9 years ago
  27. 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  28. b206d9a dmaengine: xdmac: Add memset support by Maxime Ripard · 9 years ago
  29. 87d001e dmaengine: Move icg helpers to global header by Maxime Ripard · 9 years ago
  30. 765c37d dmaengine: at_xdmac: rework slave configuration part by Ludovic Desroches · 9 years ago
  31. 4c374fc dmaengine: at_xdmac: lock fixes by Ludovic Desroches · 9 years ago
  32. 6007ccb dmaengine: xdmac: Add interleaved transfer support by Maxime Ripard · 9 years ago
  33. 0d0ee75 dmaengine: xdmac: Rework the chaining logic by Maxime Ripard · 9 years ago
  34. f0816a3 dmaengine: xdmac: Add function to align width by Maxime Ripard · 9 years ago
  35. ee0fe35 dmaengine: xdmac: Handle descriptor's view 3 registers by Maxime Ripard · 9 years ago
  36. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  37. 0434a23 dmaengine: at_xdmac: unlock spin lock before return by Niklas Cassel · 9 years ago
  38. 6eb9d3c dmaengine: at_xdmac: fix for chan conf simplification by Ludovic Desroches · 9 years ago
  39. 6d3a7d9 dmaengine: at_xdmac: allow muliple dwidths when doing slave transfers by Ludovic Desroches · 9 years ago
  40. be83507 dmaengine: at_xdmac: simplify channel configuration stuff by Ludovic Desroches · 9 years ago
  41. 734bb9a dmaengine: at_xdmac: introduce save_cc field by Ludovic Desroches · 9 years ago
  42. cbb85e6 dmaengine: at_xdmac: wait for in-progress transaction to complete after pausing a channel by Cyrille Pitchen · 9 years ago
  43. 2cd6f79 Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus by Vinod Koul · 9 years ago
  44. 640f204 dmaengine: drop owner assignment from platform_drivers by Wolfram Sang · 9 years ago
  45. 8ac82f8 dmaengine: at_xdmac: Declare slave capabilities for the generic code by Ludovic Desroches · 10 years ago
  46. 3d13887 dmaengine: at_xdmac: split device_control by Ludovic Desroches · 10 years ago
  47. ceacbdb dmaengine: Make the destination abbreviation coherent by Maxime Ripard · 10 years ago
  48. fef4cbf dmaengine: at_xdmac: Add DMA_PRIVATE by Ludovic Desroches · 10 years ago
  49. 8780983 dmaengine: at_xdmac: fix missing spin_unlock by Ludovic Desroches · 10 years ago
  50. 5781927 dmaengine: at_xdmac: fix a bug in transfer residue computation by Cyrille Pitchen · 10 years ago
  51. 4e09782 dmaengine: at_xdmac: fix software lockup at_xdmac_tx_status() by Cyrille Pitchen · 10 years ago
  52. 77e6c9b dmaengine: at_xdmac: remove chancnt affectation by Ludovic Desroches · 10 years ago
  53. 6e5ae29 dmaengine: at_xdmac: prefer usage of readl/writel_relaxed by Ludovic Desroches · 10 years ago
  54. 82e2424 dmaengine: xdmac: fix print warning on dma_addr_t variable by Vinod Koul · 10 years ago
  55. c66ec04 dmaengine: xdmac: fix print warning on size_t variable by Vinod Koul · 10 years ago
  56. 2abd419 dmaengine: at_xdmac: fix usage of read, write wrappers by Vinod Koul · 10 years ago
  57. 5ac7d58 dmaengine: at_xdmac: fix semicolon.cocci warnings by kbuild test robot · 10 years ago
  58. e1f7c9e dmaengine: at_xdmac: creation of the atmel eXtended DMA Controller driver by Ludovic Desroches · 10 years ago