All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: dmaengine fixes for v6.8
@ 2024-03-03 16:49 Vinod Koul
  2024-03-03 17:59 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2024-03-03 16:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 2857 bytes --]

Please pull to receive the second set of fixes for 6.8. This includes
bunch of driver fixes collected.

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix2-6.8

for you to fetch changes up to df2515a17914ecfc2a0594509deaf7fcb8d191ac:

  dmaengine: ptdma: use consistent DMA masks (2024-02-23 12:22:55 +0530)

----------------------------------------------------------------
dmaengine second set of fixes for v6.8

Driver fixes for:
 - dw-edma fixes to improve driver and remote HDMA setup
 - fsl-edma fixes for SoC hange, irq init and byte calculations
   and sparse fixes
 - idxd: safe user copy of completion record fix
 - ptdma: consistent DMA mask fix

----------------------------------------------------------------
Curtis Klein (1):
      dmaengine: fsl-qdma: init irq after reg initialization

Fenghua Yu (2):
      dmaengine: idxd: Remove shadow Event Log head stored in idxd
      dmaengine: idxd: Ensure safe user copy of completion record

Frank Li (2):
      dmaengine: fsl-edma: correct max_segment_size setting
      dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warning

Joy Zou (1):
      dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenario

Kory Maincent (6):
      dmaengine: dw-edma: Fix the ch_count hdma callback
      dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA
      dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix
      dmaengine: dw-edma: Add HDMA remote interrupt configuration
      dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup
      dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup

Peng Ma (1):
      dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read

Tadeusz Struk (1):
      dmaengine: ptdma: use consistent DMA masks

 drivers/dma/dw-edma/dw-edma-v0-core.c | 17 +++++++++++++++
 drivers/dma/dw-edma/dw-hdma-v0-core.c | 39 ++++++++++++++++++++++------------
 drivers/dma/dw-edma/dw-hdma-v0-regs.h |  2 +-
 drivers/dma/fsl-edma-common.c         |  2 +-
 drivers/dma/fsl-edma-common.h         |  5 +++--
 drivers/dma/fsl-edma-main.c           |  4 +++-
 drivers/dma/fsl-qdma.c                | 40 +++++++++++++++++------------------
 drivers/dma/idxd/cdev.c               |  2 +-
 drivers/dma/idxd/debugfs.c            |  2 +-
 drivers/dma/idxd/idxd.h               |  1 -
 drivers/dma/idxd/init.c               | 15 ++++++++++---
 drivers/dma/idxd/irq.c                |  3 +--
 drivers/dma/ptdma/ptdma-dmaengine.c   |  2 --
 13 files changed, 86 insertions(+), 48 deletions(-)

-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-03 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 16:49 [GIT PULL]: dmaengine fixes for v6.8 Vinod Koul
2024-03-03 17:59 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.