OSDN Git Service

Merge tag 'dmaengine-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 May 2023 23:59:08 +0000 (19:59 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 May 2023 23:59:08 +0000 (19:59 -0400)
commitdca389eb958f982406df8199af40fefe1b881b84
tree61cf82cffe5fed3ac09befd96b07e2049a716d23
parent7877cb91f1081754a1487c144d85dc0d2e2e7fc4
parente14fd2af7a1d621c167dad761f729135a7a76ff4
Merge tag 'dmaengine-fix-6.4' of git://git./linux/kernel/git/vkoul/dmaengine

Pull dmaengine fixes from Vinod Koul:
 "Driver fixes for the at-hdmac, pl330, TI and IDXD drivers:

   - AT HDMAC driver fixes for Flow Controller bitfield, peripheral ID
     handling and potential NULL dereference check

   - PL330 function rename to avoid conflicts

   - build warning fix for pm function in TI driver

   - IDXD driver fix for passing freed memory"

* tag 'dmaengine-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
  dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits
  dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handling
  dmaengine: pl330: rename _start to prevent build error
  dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()
  dmaengine: ti: k3-udma: annotate pm function with __maybe_unused
  dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()