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

Message ID ZX8mcsYczF3bDOEy@matsya
State New
Headers
Series [GIT,PULL] : dmaengine fixes for v6.7 |

Pull-request

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

Message

Vinod Koul Dec. 17, 2023, 4:48 p.m. UTC
  Hey Linus,

Please pull the bunch of driver fixes for this cycle.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4ee632c82d2dbb9e2dcc816890ef182a151cbd99:

  dmaengine: fsl-edma: fix DMA channel leak in eDMAv4 (2023-12-11 20:14:29 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.7

Driver fixes for:
 - SPI PDMA data fix for TI k3-psil drivers
 - suspend fix, pointer check, logic for arbitration fix and channel leak
   fix in fsl-edma driver
 - couple of fixes in idxd driver for GRPCFG descriptions and int_handle
   field handling
 - single fix for stm32 driver for bitfield overflow

----------------------------------------------------------------
Amelie Delaunay (1):
      dmaengine: stm32-dma: avoid bitfield overflow assertion

Frank Li (1):
      dmaengine: fsl-edma: fix DMA channel leak in eDMAv4

Guanjun (2):
      dmaengine: idxd: Protect int_handle field in hw descriptor
      dmaengine: idxd: Fix incorrect descriptions for GRPCFG register

Jai Luthra (1):
      dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data

Ronald Wahl (1):
      dmaengine: ti: k3-psil-am62: Fix SPI PDMA data

Xiaolei Wang (2):
      dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when the system is sleeping
      dmaengine: fsl-edma: Add judgment on enabling round robin arbitration

Yang Yingliang (1):
      dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()

 drivers/dma/fsl-edma-common.c  |  1 +
 drivers/dma/fsl-edma-main.c    | 12 ++++++++----
 drivers/dma/idxd/registers.h   | 12 +++++++-----
 drivers/dma/idxd/submit.c      | 14 +++++++-------
 drivers/dma/stm32-dma.c        |  8 ++++++--
 drivers/dma/ti/k3-psil-am62.c  | 12 ++++++------
 drivers/dma/ti/k3-psil-am62a.c | 12 ++++++------
 7 files changed, 41 insertions(+), 30 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 17, 2023, 5:38 p.m. UTC | #1
The pull request you sent on Sun, 17 Dec 2023 22:18:50 +0530:

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

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

Thank you!