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.16
Date: Fri, 17 Dec 2021 11:18:55 +0530 [thread overview]
Message-ID: <Ybwkx9ZapFijTpqX@matsya> (raw)
[-- Attachment #1: Type: text/plain, Size: 1850 bytes --]
Hello Linus,
Please pull to recieve bunch of driver fixes for dmaengine subsystem.
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.16
for you to fetch changes up to 822c9f2b833c53fc67e8adf6f63ecc3ea24d502c:
dmaengine: st_fdma: fix MODULE_ALIAS (2021-12-13 13:18:48 +0530)
----------------------------------------------------------------
dmaengine fixes for v5.16
Bunch of driver fixes, notably:
- uninit variable fix for dw-axi-dmac driver
- return value check dw-edma driver
- calling wq quiesce inside spinlock and missed completion for idxd driver
- mod alias fix for st_fdma driver
----------------------------------------------------------------
Alyssa Ross (1):
dmaengine: st_fdma: fix MODULE_ALIAS
Christophe JAILLET (1):
dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()
Dave Jiang (2):
dmaengine: idxd: fix calling wq quiesce inside spinlock
dmaengine: idxd: fix missed completion on abort path
Tim Gardner (1):
dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_start()
Vignesh Raghavendra (1):
dmaengine: ti: k3-udma: Fix smatch warnings
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 4 +-
drivers/dma/dw-edma/dw-edma-pcie.c | 10 +-
drivers/dma/idxd/irq.c | 2 +-
drivers/dma/idxd/submit.c | 18 ++-
drivers/dma/st_fdma.c | 2 +-
drivers/dma/ti/k3-udma.c | 157 +++++++++++++++++--------
6 files changed, 129 insertions(+), 64 deletions(-)
Thanks
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2021-12-17 5:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 5:48 Vinod Koul [this message]
2021-12-17 21:43 ` [GIT PULL]: dmaengine fixes for v5.16 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=Ybwkx9ZapFijTpqX@matsya \
--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.