Merge tag 'dmaengine-fix-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Apr 2023 00:20:55 +0000 (17:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Apr 2023 00:20:55 +0000 (17:20 -0700)
commitb05e0f5e74e48a3e39066794fc1d7df37507953d
treeaabfd4f2dc870dcec975186cdfab21e8f063c003
parent0bcc4025550403ae28d2984bddacafbca0a2f112
parentd9503be5a100c553731c0e8a82c7b4201e8a970c
Merge tag 'dmaengine-fix-6.3' of git://git./linux/kernel/git/vkoul/dmaengine

Pull dmaengine fixes from Vinod Koul:
 "A couple of fixes in apple driver, core and kernedoc fix for dmaengine
  subsystem:

   - apple admac driver fixes for current_tx, src_addr_widths and
     global' interrupt flags handling

   - xdma kerneldoc fix

   - core fix for use of devm_add_action_or_reset"

* tag 'dmaengine-fix-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
  dmaengine: apple-admac: Fix 'current_tx' not getting freed
  dmaengine: apple-admac: Set src_addr_widths capability
  dmaengine: apple-admac: Handle 'global' interrupt flags
  dmaengine: xilinx: xdma: Fix some kernel-doc comments
  dmaengine: Actually use devm_add_action_or_reset()