All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dma <dmaengine@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] dmaengine fixes for v5.11
Date: Wed, 10 Feb 2021 15:30:36 +0530	[thread overview]
Message-ID: <20210210100036.GD2774@vkoul-mobl.Dlink> (raw)

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

Hi Linus,

Few late fixes for dmaengine. This includes one core fix and couple of
driver fixes.

The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b6c14d7a83802046f7098e9bae78fbde23affa74:

  dmaengine dw: Revert "dmaengine: dw: Enable runtime PM" (2021-02-08 17:36:12 +0530)

----------------------------------------------------------------
dmaengine fixes-2 for v5.11

Some late fixes for dmaengine:
 - Core: fix channel device_node deletion
 - Driver fixes for:
   - dw: revert of runtime pm enabling
   - idxd: device state fix, interrupt completion and list corruption
   - ti: resource leak

----------------------------------------------------------------
Cezary Rojewski (1):
      dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"

Christophe JAILLET (1):
      dmaengine: ti: k3-udma: Fix a resource leak in an error handling path

Dave Jiang (4):
      dmaengine: idxd: Fix list corruption in description completion
      dmaengine: idxd: fix misc interrupt completion
      dmaengine: move channel device_node deletion to driver
      dmaengine: idxd: check device state before issue command

 drivers/dma/dmaengine.c   |   1 -
 drivers/dma/dw/core.c     |   6 ---
 drivers/dma/idxd/device.c |  23 ++++++++-
 drivers/dma/idxd/dma.c    |   5 +-
 drivers/dma/idxd/idxd.h   |   2 +-
 drivers/dma/idxd/init.c   |   5 +-
 drivers/dma/idxd/irq.c    | 122 +++++++++++++++++++++++++++-------------------
 drivers/dma/ti/k3-udma.c  |   3 +-
 8 files changed, 104 insertions(+), 63 deletions(-)

Thanks
-- 
~Vinod

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

             reply	other threads:[~2021-02-10 10:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-10 10:00 Vinod Koul [this message]
2021-02-10 20:19 ` [GIT PULL] dmaengine fixes for v5.11 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-01-09  9:01 [GIT PULL]: " Vinod Koul
2021-01-09 19:51 ` 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=20210210100036.GD2774@vkoul-mobl.Dlink \
    --to=vkoul@kernel.org \
    --cc=dmaengine@vger.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 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.