1. c4b4b73 dma: mv_xor: clear the window override control registers by Thomas Petazzoni · 12 years ago
  2. 34c93c8 dma: mv_xor: Add a device_control function by Andrew Lunn · 12 years ago
  3. cd09fea dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove by Thomas Petazzoni · 12 years ago
  4. f7d12ef dma: mv_xor: add Device Tree binding by Thomas Petazzoni · 12 years ago
  5. 88eb92c dma: mv_xor: add missing free_irq() call by Thomas Petazzoni · 12 years ago
  6. b503fa0 dma: mv_xor: remove the pool_size from platform_data by Thomas Petazzoni · 12 years ago
  7. 9aedbdb dma: mv_xor: remove hw_id field from platform_data by Thomas Petazzoni · 12 years ago
  8. c819ce1 dma: mv_xor: remove useless backpointer from mv_xor_chan to mv_xor_device by Thomas Petazzoni · 12 years ago
  9. 297eedb dma: mv_xor: rename mv_xor_private to mv_xor_device by Thomas Petazzoni · 12 years ago
  10. 1ef48a2 dma: mv_xor: merge mv_xor_device and mv_xor_chan by Thomas Petazzoni · 12 years ago
  11. 275cc0c dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions by Thomas Petazzoni · 12 years ago
  12. 8c75979 dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev' by Thomas Petazzoni · 12 years ago
  13. 98817b9 dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan' by Thomas Petazzoni · 12 years ago
  14. ecde6cd dma: mv_xor: get rid of the pdev pointer in mv_xor_device by Thomas Petazzoni · 12 years ago
  15. c98c178 dma: mv_xor: introduce a mv_chan_to_devp() helper by Thomas Petazzoni · 12 years ago
  16. c35064c dma: mv_xor: simplify dma_sync_single_for_cpu() calls by Thomas Petazzoni · 12 years ago
  17. 01a9508 dma: mv_xor: remove unused to_mv_xor_device() macro by Thomas Petazzoni · 12 years ago
  18. 8b5c3f6 dma: mv_xor: remove unused id field in mv_xor_device structure by Thomas Petazzoni · 12 years ago
  19. 6197165 dma: mv_xor: rename many symbols to remove the 'shared' word by Thomas Petazzoni · 12 years ago
  20. 0dddee7 dma: mv_xor: change the driver name to 'mv_xor' by Thomas Petazzoni · 12 years ago
  21. 7dde453 dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data by Thomas Petazzoni · 12 years ago
  22. e39f6ec dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data by Thomas Petazzoni · 12 years ago
  23. 18b2a02 dma: mv_xor: remove sub-driver 'mv_xor' by Thomas Petazzoni · 12 years ago
  24. 60d151f dma: mv_xor: allow channels to be registered directly from the main device by Thomas Petazzoni · 12 years ago
  25. a6b4a9d dma: mv_xor: split initialization/cleanup of XOR channels by Thomas Petazzoni · 12 years ago
  26. 09f2b78 dma: mv_xor: do not use pool_size from platform_data within the driver by Thomas Petazzoni · 12 years ago
  27. a3fc74b dma: mv_xor: use dev_(err|info|notice) instead of dev_printk by Thomas Petazzoni · 12 years ago
  28. c02cecb ARM: orion: move platform_data definitions by Arnd Bergmann · 12 years ago
  29. c510182 ARM: Orion: XOR: Add support for clk by Andrew Lunn · 12 years ago
  30. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  31. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  32. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  33. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  34. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  35. 08714f6 dmaengine: mv_xor: remove write-only is_complete_cookie by Russell King - ARM Linux · 12 years ago
  36. 63a9332 ARM: Orion: Get address map from plat-orion instead of via platform_data by Andrew Lunn · 13 years ago
  37. 4de1ba1 dma: mv_xor: use resource_size() by H Hartley Sweeten · 13 years ago
  38. 7912d30 dma: use BUG_ON correctly in mv_xor.c, v4 by Coly Li · 13 years ago
  39. 8333f65 mv_xor: fix race in tasklet function by Saeed Bishara · 14 years ago
  40. 8636368 dmaengine: fix interrupt clearing for mv_xor by Simon Guinot · 14 years ago
  41. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 14 years ago
  44. 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 14 years ago
  45. 64203b6 mv_xor: implement a private tx_list by Dan Williams · 15 years ago
  46. c019894 drivers/dma: Remove unnecessary semicolons by Joe Perches · 15 years ago
  47. ccccce2 dmaengine: initialize tx_list in dma_async_tx_descriptor_init by Dan Williams · 15 years ago
  48. 5dc18f5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  49. a09b09a iop-adma, mv_xor: fix mem leak on self-test setup failure by Roel Kluin · 15 years ago
  50. bdf602b [ARM] fix lots of ARM __devexit sillyness by Russell King · 15 years ago
  51. f27c580 dmaengine: remove 'bigref' infrastructure by Dan Williams · 16 years ago
  52. aa1e6f1 dmaengine: kill struct dma_client and supporting infrastructure by Dan Williams · 16 years ago
  53. 07f2211 dmaengine: remove dependency on async_tx by Dan Williams · 16 years ago
  54. a06d568 async_xor: dma_map destination DMA_BIDIRECTIONAL by Dan Williams · 16 years ago
  55. 6f088f1 [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/plat by Lennert Buytenhek · 16 years ago
  56. e1d181e dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmap by Dan Williams · 16 years ago
  57. 848c536 dmaengine: Add dma_client parameter to device_alloc_chan_resources by Haavard Skinnemoen · 16 years ago
  58. ff7b047 dmaengine: DMA engine driver for Marvell XOR engine by Saeed Bishara · 16 years ago