1. b8d0b1a dmaengine: coh901318: Fix a double lock bug in dma_tc_handle() by Dan Carpenter · 4 years, 3 months ago
  2. ff8b047 dmaengine: coh901318: Remove unused variable by Vinod Koul · 5 years ago
  3. c3f7d1c dmaengine: coh901318: Fix a double-lock bug by Jia-Ju Bai · 6 years ago
  4. 11bfedf Merge branch 'topic/err_reporting' into for-linus by Vinod Koul · 8 years ago
  5. 6619f03 Merge branch 'topic/compile_test' into for-linus by Vinod Koul · 8 years ago
  6. 9f0df93 dmaengine: coh901318: fix integer overflow when shifting more than 32 places by Colin Ian King · 8 years ago
  7. c021d83 dmaengine: coh901318: fix pointer cast warnings by Vinod Koul · 8 years ago
  8. 66a1a51 dmaengine: coh901318: return ssize_t for coh901318_debugfs_read by Vinod Koul · 8 years ago
  9. 3fd3866 dmaengine: coh901318: use correct print specifiers by Vinod Koul · 8 years ago
  10. 360af35 dmaengine: cleanup with list_first_entry_or_null() by Masahiro Yamada · 8 years ago
  11. 3ab553d dmaengine: coh901318: convert callback to helper function by Dave Jiang · 8 years ago
  12. a19346e dmaengine: coh901318: remove owner assignment by Vinod Koul · 8 years ago
  13. f57b7cb dmaengine: coh901318: statify symbols by Vinod Koul · 8 years ago
  14. 85abae1 dmaengine: coh901318: kill the tasklets upon exit by Vinod Koul · 8 years ago
  15. 7bb45f6 dmaengine: coh901318: explicitly freeup irq by Vinod Koul · 8 years ago
  16. 95b0aa3 dmaengine: coh901318: Only calculate residue if txstate exists. by Peter Griffin · 8 years ago
  17. 77a68e5 dmaengine: Add an enum for the dmaengine alignment constraints by Maxime Ripard · 9 years ago
  18. 4d76bbe dmaengine: coh901318: fix function return types build warnings by Arnd Bergmann · 9 years ago
  19. 6782af1 dmaengine: coh901318: Split device_control by Maxime Ripard · 9 years ago
  20. 7e606d3 dmaengine: coh901318: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  21. 9ce6e50 dmaengine: coh901318: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  22. 0586464 dma: coh901318: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  23. 5d30b42 coh901318: don't open-code simple_read_from_buffer() by Al Viro · 11 years ago
  24. faadc6e dma: coh901318: add devicetree support by Linus Walleij · 11 years ago
  25. 1d1bbd3 dma: Remove erroneous __exit and __exit_p() references by Maxin B. John · 11 years ago
  26. 5115f3c Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  27. 9b56263 dma: coh901318: set residue only if dma is in progress by Andy Shevchenko · 11 years ago
  28. 73b31ea dma: coh901318: cut down on platform data abstraction by Linus Walleij · 11 years ago
  29. d70a8ed dma: coh901318: merge header files by Linus Walleij · 11 years ago
  30. 03b5357 dma: coh901318: push definitions into driver by Linus Walleij · 11 years ago
  31. 2b9277a dma: coh901318: push header down into the DMA subsystem by Linus Walleij · 11 years ago
  32. 9aab4d6 dma: coh901318: skip hard-coded addresses by Linus Walleij · 11 years ago
  33. 250eac8 dma: coh901318: remove hardcoded target addresses by Linus Walleij · 11 years ago
  34. 24dbcd8 dma: coh901318: push platform data into driver by Linus Walleij · 11 years ago
  35. 9f575d9 dma: coh901318: create a proper platform data file by Linus Walleij · 11 years ago
  36. f7ceb36 dma: coh901318: use devm allocation by Linus Walleij · 12 years ago
  37. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  38. fdaf9c4 dmaengine: Use dma_sg_len(sg) instead of sg->length by Lars-Peter Clausen · 12 years ago
  39. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  40. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  41. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  42. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 12 years ago
  43. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  44. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  45. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  46. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  47. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  48. db8196d dmaengine: move drivers to dma_transfer_direction by Vinod Koul · 13 years ago
  49. 12ff47e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  50. b89243d dmaengine/coh901318: fix slave submission semantics by Linus Walleij · 13 years ago
  51. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  52. 4cb865d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 13 years ago
  53. a0eb221 dmaengine: move link order by Linus Walleij · 13 years ago
  54. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  55. bc0b44c coh901318.c: Change initate to initiate. by Justin P. Mattock · 13 years ago
  56. e3e1288 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  57. 964dc25 DMAENGINE: move COH901318 to arch_initcall by Linus Walleij · 14 years ago
  58. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  59. 128f904 DMAENGINE: add runtime slave control to COH 901 318 v3 by Linus Walleij · 14 years ago
  60. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 14 years ago
  61. bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 14 years ago
  62. 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 14 years ago
  63. c3635c7 DMAENGINE: generic slave control v2 by Linus Walleij · 14 years ago
  64. 84c8447 DMAENGINE: COH 901 318 fix bytesleft by Linus Walleij · 14 years ago
  65. cecd87d DMAENGINE: COH 901 318 rename confusing vars by Linus Walleij · 14 years ago
  66. 516fd43 DMAENGINE: COH 901 318 configure channel direction by Linus Walleij · 14 years ago
  67. 0b58828 DMAENGINE: COH 901 318 remove irq counting by Linus Walleij · 14 years ago
  68. b87108a DMAENGINE: COH 901 318 descriptor pool refactoring by Linus Walleij · 14 years ago
  69. 848ad12 DMAENGINE: COH 901 318 cleanups by Linus Walleij · 14 years ago
  70. 734c299 drivers/dma: Correct NULL test by Julia Lawall · 14 years ago
  71. 0794ec8 drivers/dma: Correct use after free by Julia Lawall · 14 years ago
  72. 61f135b Add COH 901 318 DMA block driver v5 by Linus Walleij · 14 years ago