1. 1c4b092 dma40: move lli_load to main source file by Rabin Vincent · 13 years ago
  2. cade1d3 dma40: combine mem and slave prep_sg functions by Rabin Vincent · 13 years ago
  3. 10a946b dma40: remove export of stedma40_memcpy_sg by Rabin Vincent · 13 years ago
  4. 3e3a076 dma40: combine mem and slave sg-to-lli functions by Rabin Vincent · 13 years ago
  5. 00ac034 dma40: remove duplicated dev addr code by Rabin Vincent · 13 years ago
  6. dbd8878 dma40: combine duplicated d40_pool_lli_alloc() calls by Rabin Vincent · 13 years ago
  7. 5f81158 dma40: combine desc init functions by Rabin Vincent · 13 years ago
  8. 95944c6 dma40: implement prep_memcpy as a wrapper around memcpy_sg by Rabin Vincent · 13 years ago
  9. d924aba dma40: remove unnecessary casts by Rabin Vincent · 13 years ago
  10. b00f938 dma40: fix DMA API usage for LLIs by Rabin Vincent · 13 years ago
  11. 026cbc4 dma40: fix DMA API usage for LCLA by Rabin Vincent · 13 years ago
  12. 594ece4 dma40: remove unnecessary ALIGN()s by Rabin Vincent · 13 years ago
  13. ac2c0a3 dma40: allow realtime and priority for event lines by Rabin Vincent · 13 years ago
  14. 4d59490 dma40: fix comment to refer to SOCs rather than boards by Rabin Vincent · 13 years ago
  15. 6db5a8b dma40: use helpers for error functions by Rabin Vincent · 13 years ago
  16. 724a857 dma40: use helpers for channel type check by Rabin Vincent · 13 years ago
  17. 8ca8468 dma40: use helper for channel registers base by Rabin Vincent · 13 years ago
  18. 7d83a85 dma40: remove "hardware link with previous jobs" code by Rabin Vincent · 13 years ago
  19. 262d291 dma40: ensure event lines get enabled by Rabin Vincent · 13 years ago
  20. cb9ab2d dma40: make init function static by Rabin Vincent · 13 years ago
  21. d49278e dmaengine: dma40: Add support to split up large elements by Per Forlin · 14 years ago
  22. 42e5573 Merge branch 'dma40' into dmaengine by Dan Williams · 14 years ago
  23. 51f5d74 ste_dma40: remove enum for endianess by Rabin Vincent · 14 years ago
  24. 20a5b6d ste_dma40: move mode_opt to separate config by Rabin Vincent · 14 years ago
  25. 38bdbf0 ste_dma40: move channel mode to a separate field by Rabin Vincent · 14 years ago
  26. ce2ca12 ste_dma40: add variable to indicate valid dma_cfg by Rabin Vincent · 14 years ago
  27. 6391987 Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine by Dan Williams · 14 years ago
  28. 661385f DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40 by Per Forlin · 14 years ago
  29. a59670a DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_control by Per Forlin · 14 years ago
  30. 819504f DMAENGINE: ste_dma40: fix resource leaks in error paths. by Rabin Vincent · 14 years ago
  31. a2c15fa DMAENGINE: ste_dma40: fix desc_get by Rabin Vincent · 14 years ago
  32. c6134c9 DMAENGINE: ste_dma40: fix clk_get failure path by Rabin Vincent · 14 years ago
  33. f57b407 DMAENGINE: ste_dma40: fix disabled channels list by Rabin Vincent · 14 years ago
  34. 0d68866 ste_dma40: implement support for scatterlist to scatterlist copy by Ira Snyder · 14 years ago
  35. 3ac012a DMAENGINE: ste_dma40: don't pause/resume non-executing channels by Jonas Aaberg · 14 years ago
  36. 698e473 DMAENGINE: ste_dma40: rewrote LCLA entries allocation code by Jonas Aaberg · 14 years ago
  37. 69f93fa DMAENGINE: ste_dma40: fix possible use of uninitialized variable by Jonas Aaberg · 14 years ago
  38. 9dbfbd35c DMAENGINE: ste_dma40: corrected is_paused behavior by Jonas Aaberg · 14 years ago
  39. 767a967 DMAENGINE: ste_dma40: code clean-up by Jonas Aaberg · 14 years ago
  40. aa182ae DMAENGINE: ste_dma40: added support for link jobs in hw by Jonas Aaberg · 14 years ago
  41. 3ae0267 DMAENGINE: ste_dma40: removed a few magic numbers by Jonas Aaberg · 14 years ago
  42. 0246e77 DMAENGINE: ste_dma40: fix bug related to callback handling by Jonas Aaberg · 14 years ago
  43. b55912c DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend request by Jonas Aaberg · 14 years ago
  44. 1b00348 DMAENGINE: ste_dma40: No need reading, masking and setting a set register by Jonas Aaberg · 14 years ago
  45. be8cb7d DMAENGINE: ste_dma40: Fix failed to restart logical channel bug by Jonas Aaberg · 14 years ago
  46. 0747c7ba DMAENGINE: ste_dma40: config checks by Linus Walleij · 14 years ago
  47. 95e1400 DMAENGINE: add runtime slave config to DMA40 v3 by Linus Walleij · 14 years ago
  48. f418559 DMAENGINE: ste_dma40: support older silicon by Linus Walleij · 14 years ago
  49. 6b7acd8 DMAENGINE: ste_dma40: support disabling physical channels by Jonas Aaberg · 14 years ago
  50. d181b3a DMAENGINE: ste_dma40: fix suspend bug by Jonas Aaberg · 14 years ago
  51. 508849a DMAENGINE: ste_dma40: allocate LCLA dynamically by Linus Walleij · 14 years ago
  52. 1d392a7 DMAENGINE: ste_dma40: no premature stop by Jonas Aaberg · 14 years ago
  53. 2123a61 DMAENGINE: ste_dma40: interrupts only on dst by Jonas Aaberg · 14 years ago
  54. 0c32269 DMAENGINE: ste_dma40: avoid doing unnessecary suspend by Jonas Aaberg · 14 years ago
  55. 2292b88 DMAENGINE: ste_dma40: lock fix by Jonas Aaberg · 14 years ago
  56. 0d0f6b8 DMAENGINE: ste_dma40: deny ops on non-alloc channels by Jonas Aaberg · 14 years ago
  57. 2a61434 DMAENGINE: ste_dma40: various cosmetic clean-ups by Jonas Aaberg · 14 years ago
  58. ff0b12b DMAENGINE: ste_dma40: improve allocation error handling by Jonas Aaberg · 14 years ago
  59. c675b1b DMAENGINE: ste_dma40: use kmem cache by Jonas Aaberg · 14 years ago
  60. a8be862 DMAENGINE: ste_dma40: moved freeing of client owned desc by Per Friden · 14 years ago
  61. ef1872e DMAENGINE: ste_dma40: only write phy channel config first time by Linus Walleij · 14 years ago
  62. 941b77a DMAENGINE: ste_dma40: fixed lli_max=1 issue by Per Friden · 14 years ago
  63. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 14 years ago
  64. 4aed79b DMAENGINE: DMA40 fix for allocation of logical channel 0 by Marcin Mielczarczyk · 14 years ago
  65. a5ebca4 DMAENGINE: DMA40 support paused channel status by Jonas Aaberg · 14 years ago
  66. 8d318a5 DMAENGINE: Support for ST-Ericssons DMA40 block v3 by Linus Walleij · 14 years ago