1. 47fac24 dmaengine: omap-dma: Enable packed accesses for cyclic transfers by Misael Lopez Cruz · 9 years ago
  2. 0e0fa66 Merge branch 'topic/omap' into for-linus by Vinod Koul · 9 years ago
  3. 8a32222 dmaengine: omap-dma: Reduce the number of virtual channels by Peter Ujfalusi · 9 years ago
  4. eea531e dmaengine: omap-dma: Remove mapping between virtual channels and requests by Peter Ujfalusi · 9 years ago
  5. de50608 dmaengine: omap-dma: Take DMA request number from DT if it is available by Peter Ujfalusi · 9 years ago
  6. 341ce71 dmaengine: omap-dma: Use defines for dma channels and request count by Peter Ujfalusi · 9 years ago
  7. 4ce98c0 dmaengine: omap-dma: Add support for memcpy by Peter Ujfalusi · 9 years ago
  8. 02d88b7 dmaengine: omap-dma: Fix memory leak when terminating running transfer by Peter Ujfalusi · 9 years ago
  9. 6c04cd4 dmaengine: omap: fix the assignment to .device_config by Vinod Koul · 10 years ago
  10. 7d15b87 dmaengine: omap: Declare slave capabilities for the generic code by Maxime Ripard · 10 years ago
  11. 78ea4fe dmaengine: omap: Split device_control by Maxime Ripard · 10 years ago
  12. ceacbdb dmaengine: Make the destination abbreviation coherent by Maxime Ripard · 10 years ago
  13. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  14. 8c81bfb dmaengine: omap: Remove chancnt affectations by Maxime Ripard · 10 years ago
  15. 55f04d7 dma: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  16. bfb6074 dmaengine: omap-dma: Restore the CLINK_CTRL in resume path by Peter Ujfalusi · 10 years ago
  17. b3d09da dmaengine: omap-dma: Add memory barrier to dma_resume path by Peter Ujfalusi · 10 years ago
  18. 31c1e5a dmaengine: Remove the context argument to the prep_dma_cyclic operation by Laurent Pinchart · 10 years ago
  19. 6c61403a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  20. aa4c5b9 dmaengine: omap-dma: more consolidation of CCR register setup by Russell King · 11 years ago
  21. 6ddeb6d dmaengine: omap-dma: move IRQ handling to omap-dma by Russell King · 11 years ago
  22. 596c471 dmaengine: omap-dma: move register read/writes into omap-dma.c by Russell King · 11 years ago
  23. b07fd62 dmaengine: omap-dma: cleanup errata 3.3 handling by Russell King · 11 years ago
  24. c5ed98b dmaengine: omap-dma: provide register read/write functions by Russell King · 11 years ago
  25. 45da7b0 dmaengine: omap-dma: use cached CCR value when enabling DMA by Russell King · 11 years ago
  26. 5987190 dmaengine: omap-dma: move barrier to omap_dma_start_desc() by Russell King · 11 years ago
  27. 965aeb4d dmaengine: omap-dma: move clnk_ctrl setting to preparation functions by Russell King · 11 years ago
  28. 893e63e dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers by Russell King · 11 years ago
  29. 470b23f dmaengine: omap-dma: consolidate clearing channel status register by Russell King · 11 years ago
  30. 49ae0b2 dmaengine: omap-dma: move CCR buffering disable errata out of the fast path by Russell King · 11 years ago
  31. 9043826 dmaengine: omap-dma: provide register definitions by Russell King · 11 years ago
  32. 3ed4d18 dmaengine: omap-dma: consolidate setup of CCR by Russell King · 11 years ago
  33. 2f0d13b dmaengine: omap-dma: consolidate setup of CSDP by Russell King · 11 years ago
  34. 3997cab dmaengine: omap-dma: move reading of dma position to omap-dma.c by Russell King · 11 years ago
  35. fa3ad86 dmaengine: omap-dma: control start/stop directly by Russell King · 11 years ago
  36. 913a2d0 dmaengine: omap-dma: consolidate writes to DMA registers by Russell King · 11 years ago
  37. b9e9782 dmaengine: omap-dma: program hardware directly by Russell King · 11 years ago
  38. 1b416c4 dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops by Russell King · 11 years ago
  39. 104fce7 dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev. by Russell King · 11 years ago
  40. 80b0e0a dma: omap-dma: Implement device_slave_caps callback by Peter Ujfalusi · 10 years ago
  41. 9e2f7d8 dma: omap: Set debug level to debugging messages by Ezequiel Garcia · 11 years ago
  42. 7cce508 dmaengine: omap: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  43. 8d30662 dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver by Jon Hunter · 11 years ago
  44. 7650246 dmaengine: omap-dma: Start DMA without delay for cyclic channels by Peter Ujfalusi · 11 years ago
  45. be1f948 ARM: OMAP: Fix dmaengine init for multiplatform by Tony Lindgren · 12 years ago
  46. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  47. 8280960 ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.c by Tony Lindgren · 12 years ago
  48. 94c6578 Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  49. 27615a9 ARM: OMAP: Trivial driver changes to remove include plat/cpu.h by Tony Lindgren · 12 years ago
  50. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  51. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  52. 2dde5b9 dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode by Peter Ujfalusi · 12 years ago
  53. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  54. 2dcdf57 dmaengine: omap: Add support for pause/resume in cyclic dma mode by Peter Ujfalusi · 12 years ago
  55. ccffa38 dmaengine: omap: Support for element mode in cyclic DMA by Peter Ujfalusi · 12 years ago
  56. 7d7e1eb ARM: OMAP2+: Prepare for irqs.h removal by Tony Lindgren · 12 years ago
  57. 3a774ea dmaengine: omap: add support for cyclic DMA by Russell King · 12 years ago
  58. 7c836bc dmaengine: omap: add support for setting fi by Russell King · 12 years ago
  59. 3850e22 dmaengine: omap: add support for returning residue in tx_state method by Russell King · 12 years ago
  60. 7bedaa5 dmaengine: add OMAP DMA engine driver by Russell King · 12 years ago