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

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

Pull-request

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

Message

Vinod Koul Aug. 10, 2023, 7:46 a.m. UTC
  Hello Linus,

Please pull to receive bunch of odd dmaengine fixes for the drivers.

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 422dbc66b7702ae797326d5480c3c9b6467053da:

  dmaengine: xilinx: xdma: Fix typo (2023-08-07 00:01:41 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.5

- HAS_IOMEM fixes for fsl edma and intel idma
- Return value fix, interrupt vector setting and typo fix for xilinx xdma
- Email updates for codeaurora email domain move
- correct pause status for pl330 driver
- idxd clear flag on disable fix
- function documentation fix for owl dma
- potential un-allocated memory fix for mcf driver

----------------------------------------------------------------
Baoquan He (1):
      idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEM

Christophe JAILLET (1):
      dmaengine: mcf-edma: Fix a potential un-allocated memory access

Fenghua Yu (1):
      dmaengine: idxd: Clear PRS disable flag when disabling IDXD device

Ilpo Järvinen (1):
      dmaengine: pl330: Return DMA_PAUSED when transaction is paused

Jeffrey Hugo (1):
      dmaengine: qcom_hidma: Update codeaurora email domain

Minjie Du (1):
      dmaengine: xilinx: xdma: Fix Judgment of the return value

Miquel Raynal (2):
      dmaengine: xilinx: xdma: Fix interrupt vector setting
      dmaengine: xilinx: xdma: Fix typo

Zhang Jianhua (1):
      dmaengine: owl-dma: Modify mismatched function name

 Documentation/ABI/testing/sysfs-platform-hidma      |  2 +-
 Documentation/ABI/testing/sysfs-platform-hidma-mgmt | 20 ++++++++++----------
 drivers/dma/Kconfig                                 |  2 ++
 drivers/dma/idxd/device.c                           |  4 +---
 drivers/dma/mcf-edma.c                              | 13 +++++++------
 drivers/dma/owl-dma.c                               |  2 +-
 drivers/dma/pl330.c                                 | 18 ++++++++++++++++--
 drivers/dma/xilinx/xdma.c                           |  6 ++++--
 8 files changed, 42 insertions(+), 25 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Aug. 10, 2023, 7:50 p.m. UTC | #1
The pull request you sent on Thu, 10 Aug 2023 08:46:23 +0100:

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

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

Thank you!