LKML Archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v6.9
Date: Sat, 27 Apr 2024 11:01:14 +0530	[thread overview]
Message-ID: <ZiyNohV82k_NTxKZ@matsya> (raw)

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

Hello Linus, 

Please pull to receive dmaengine subsystem fixes for v6.9. This has
bunch of odd driver fixes for the subsystem

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f221033f5c24659dc6ad7e5cf18fb1b075f4a8be:

  dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (2024-04-07 17:56:06 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.9

Driver fixes for:
 - Revert pl330 issue_pending waits until WFP state due to regression
   reported in Bluetooth loading
 - Xilinx driver fixes for synchronization, buffer offsets, locking and kdoc
 - idxd fixes for spinlock and preventing the migration of the perf
   context to an invalid target
 - idma driver fix for interrupt handling when powered off
 - Tegra driver residual calculation fix
 - Owl driver register access fix

----------------------------------------------------------------
Akhil R (1):
      dmaengine: tegra186: Fix residual calculation

Andy Shevchenko (1):
      idma64: Don't try to serve interrupts when device is powered off

Arnd Bergmann (1):
      dmaengine: owl: fix register access functions

Fenghua Yu (1):
      dmaengine: idxd: Fix oops during rmmod on single-CPU platforms

Louis Chauvet (1):
      dmaengine: xilinx: xdma: Fix synchronization issue

Miquel Raynal (2):
      dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma descriptor
      dmaengine: xilinx: xdma: Clarify kdoc in XDMA driver

Rex Zhang (1):
      dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue

Sean Anderson (1):
      dma: xilinx_dpdma: Fix locking

Vinod Koul (1):
      dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"

 drivers/dma/idma64.c              |  4 ++++
 drivers/dma/idxd/cdev.c           |  5 ++---
 drivers/dma/idxd/debugfs.c        |  4 ++--
 drivers/dma/idxd/device.c         |  8 ++++----
 drivers/dma/idxd/idxd.h           |  2 +-
 drivers/dma/idxd/init.c           |  2 +-
 drivers/dma/idxd/irq.c            |  4 ++--
 drivers/dma/idxd/perfmon.c        |  9 +++------
 drivers/dma/owl-dma.c             |  4 ++--
 drivers/dma/pl330.c               |  3 ---
 drivers/dma/tegra186-gpc-dma.c    |  3 +++
 drivers/dma/xilinx/xdma-regs.h    |  3 +++
 drivers/dma/xilinx/xdma.c         | 42 +++++++++++++++++++++++++--------------
 drivers/dma/xilinx/xilinx_dpdma.c | 13 +++++++++---
 14 files changed, 64 insertions(+), 42 deletions(-)
-- 
~Vinod

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

             reply	other threads:[~2024-04-27  5:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-27  5:31 Vinod Koul [this message]
2024-04-27 18:28 ` [GIT PULL]: dmaengine fixes for v6.9 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZiyNohV82k_NTxKZ@matsya \
    --to=vkoul@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).