mbox series

[GIT,PULL] : dmaengine fixes for v6.4

Message ID ZHOQzA0H/foJoyN+@matsya (mailing list archive)
State Accepted
Commit dca389eb958f982406df8199af40fefe1b881b84
Headers show
Series [GIT,PULL] : dmaengine fixes for v6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.4

Message

Vinod Koul May 28, 2023, 5:35 p.m. UTC
Hello Linus,

Please pull to receive fixes for v6.4. This contains driver fixes for
at-hdmac, pl330, TI and IDXD drivers

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.4

for you to fetch changes up to e14fd2af7a1d621c167dad761f729135a7a76ff4:

  dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits (2023-05-24 11:20:28 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.4

- 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

----------------------------------------------------------------
Dan Carpenter (1):
      dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()

Harshit Mogalapalli (1):
      dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()

Peter Rosin (2):
      dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handling
      dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bits

Randy Dunlap (1):
      dmaengine: pl330: rename _start to prevent build error

Vinod Koul (1):
      dmaengine: ti: k3-udma: annotate pm function with __maybe_unused

 drivers/dma/at_hdmac.c   | 17 ++++++++++-------
 drivers/dma/at_xdmac.c   |  7 +++++--
 drivers/dma/idxd/cdev.c  |  1 -
 drivers/dma/pl330.c      |  8 ++++----
 drivers/dma/ti/k3-udma.c |  4 ++--
 5 files changed, 21 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org May 29, 2023, 12:11 a.m. UTC | #1
The pull request you sent on Sun, 28 May 2023 23:05:08 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-6.4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dca389eb958f982406df8199af40fefe1b881b84

Thank you!