1. 290ad0f dma: imx-dma: Add oftree support by Markus Pargmann · 11 years ago
  2. 96a3713 dma: imx-dma: Remove redundant NULL check before kfree by Syam Sidhardhan · 11 years ago
  3. 1d1bbd3 dma: Remove erroneous __exit and __exit_p() references by Maxin B. John · 11 years ago
  4. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  5. 7331205 dma: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  6. bef2a8d dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers. by Javier Martin · 12 years ago
  7. 66267ee Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup by Olof Johansson · 12 years ago
  8. 720dfd2 dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc() by Wei Yongjun · 12 years ago
  9. e51d0f0 dma: imx-dma: remove cpu_is_xxx by using platform_device_id by Shawn Guo · 12 years ago
  10. 73930eb dma: imx-dma: retrieve MEM and IRQ from resources by Shawn Guo · 12 years ago
  11. 04bbd8e dma: imx-dma: use devm_kzalloc and devm_request_irq by Shawn Guo · 12 years ago
  12. f5a246e Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  13. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  14. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  15. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  16. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  17. d73111c dma: fix comments by Masanari Iida · 12 years ago
  18. a2367db dma: imx-dma: Fix kernel crash due to missing clock conversion by Fabio Estevam · 12 years ago
  19. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  20. 60f2951 dmaengine: imx-dma: dont complete descriptor for cyclic dma by Vinod Koul · 12 years ago
  21. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  22. 660cd0d dmaengine: i.MX: Fix merge of cookie branch. by Javier Martin · 12 years ago
  23. f606ab8 dmaengine: i.MX: Add support for interleaved transfers. by Javier Martin · 12 years ago
  24. f9b283a dmaengine: imx-dma: use 'dev_dbg' and 'dev_warn' for messages. by Javier Martin · 12 years ago
  25. cd5cf9d dmaengine: imx-dma: remove 'imx_dmav1_baseaddr' and 'dma_clk'. by Javier Martin · 12 years ago
  26. a6cbb2d dmaengine: imx-dma: remove unused arg of imxdma_sg_next. by Javier Martin · 12 years ago
  27. 2d9c2fc dmaengine: imx-dma: remove internal structure. by Javier Martin · 12 years ago
  28. 6b0e2f5 dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure. by Javier Martin · 12 years ago
  29. e4756b5 dmaengine: imx-dma: remove 'in_use' field of 'internal' structure. by Javier Martin · 12 years ago
  30. 833bc03 dmaengine: imx-dma: remove sg member from internal structure. by Javier Martin · 12 years ago
  31. 359291a dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function. by Javier Martin · 12 years ago
  32. bdc0c75 dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function. by Javier Martin · 12 years ago
  33. 3b4b6df dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function. by Javier Martin · 12 years ago
  34. 2efc344 dmaengine: imx-dma: remove dma_mode member of internal structure. by Javier Martin · 12 years ago
  35. 232e3c2 dmaengine: imx-dma: remove data member from internal structure. by Javier Martin · 12 years ago
  36. 6bd0812 dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c by Javier Martin · 12 years ago
  37. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  38. 1f3d6dc Merge branch 'rmk_cookie_fixes2' into next by Vinod Koul · 12 years ago
  39. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  40. 96a2af4 dmaengine: consolidate tx_status functions 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. 5170c05 Revert "drivers/dma: linux/module.h included twice" by Vinod Koul · 12 years ago
  46. 9e15db7 dmaengine: Add support for multiple descriptors for imx-dma. by Javier Martin · 12 years ago
  47. 6c05f09 dmaengine: Add support for MEMCPY for imx-dma. by Javier Martin · 12 years ago
  48. 865d943 drivers/dma: linux/module.h included twice by Danny Kukawka · 12 years ago
  49. 13ae246 includecheck: delete any duplicate instances of module.h by Paul Gortmaker · 12 years ago
  50. 5b31687 dma: imx-dma: start transfer in issue_pending by Sascha Hauer · 12 years ago
  51. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  52. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  53. 5c45ad7 drivers/dma: Add module.h to files implicitly using it. by Paul Gortmaker · 13 years ago
  54. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  55. f8de8f4 dmaengine i.MX DMA/SDMA: add missing include of linux/module.h by Axel Lin · 13 years ago
  56. 6584cb8 ARM i.MX dma: Fix burstsize settings by Sascha Hauer · 13 years ago
  57. f8a356f dmaengine i.MX dma: initialize dma capabilities outside channel loop by Sascha Hauer · 13 years ago
  58. 97a43df dmaengine i.MX DMA: do not initialize chan_id field by Sascha Hauer · 13 years ago
  59. d07102a dmaengine i.MX dma: check sg entries for valid addresses and lengths by Sascha Hauer · 13 years ago
  60. 1e070a6 dmaengine i.MX dma: set maximum segment size for our device by Sascha Hauer · 13 years ago
  61. cbeae41 dma: imx-dma: fix imxdma_probe error path by Axel Lin · 14 years ago
  62. 8267f16 dma: imx-dma: fix signedness bug by Sascha Hauer · 14 years ago
  63. 1f1846c dmaengine: Add Freescale i.MX1/21/27 DMA driver by Sascha Hauer · 14 years ago