From: Vinod Koul <vinod.koul@intel.com>
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 v4.15-rc4
Date: Sun, 17 Dec 2017 22:12:46 +0530 [thread overview]
Message-ID: <20171217164245.GI18649@localhost> (raw)
Heya Linus,
Here are the fixes for this time round consisting of fixes in bunch and
driver and dmatest module.
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.15-rc4
for you to fetch changes up to 2610acf46b9ed528ec2cacd717bc9d354e452b73:
dmaengine: fsl-edma: disable clks on all error paths (2017-12-15 09:53:04 +0530)
----------------------------------------------------------------
dmaengine fixes for v4.15-rc4
Here are fixes for this round
- Fix for disable clk on error path in fsl-edma driver
- Disable clk fail fix in jz4740 driver
- Fix long pending bug in dmatest driver for dangling pointer
- Fix potential NULL pointer dereference in at_hdmac driver
- Error handling path in ioat driver
----------------------------------------------------------------
Adam Wallis (1):
dmaengine: dmatest: move callback wait queue to thread context
Andreas Platschek (1):
dmaengine: fsl-edma: disable clks on all error paths
Christophe JAILLET (1):
dmaengine: ioat: Fix error handling path
Gustavo A. R. Silva (1):
dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_interleaved
Tobias Jordan (1):
dmaengine: jz4740: disable/unprepare clk if probe fails
drivers/dma/at_hdmac.c | 4 +++-
drivers/dma/dma-jz4740.c | 4 +++-
drivers/dma/dmatest.c | 55 +++++++++++++++++++++++++++---------------------
drivers/dma/fsl-edma.c | 28 ++++++++++++------------
drivers/dma/ioat/init.c | 2 +-
5 files changed, 52 insertions(+), 41 deletions(-)
Thanks
reply other threads:[~2017-12-17 16:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171217164245.GI18649@localhost \
--to=vinod.koul@intel.com \
--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 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 NNTP newsgroup(s).