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 4.8-rc5
Date: Fri, 2 Sep 2016 16:35:07 +0530 [thread overview]
Message-ID: <20160902110507.GE9355@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]
Hi Linus,
Here is the fixes PULL request for dmaengine. This time we have odd driver
fixes, nothing major.
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.8-rc5
for you to fetch changes up to 32e80820de5d7eb778632af8f235727a32d3aeb2:
dmaengine: img-mdc: fix a possible NULL dereference (2016-08-22 11:57:49 +0530)
----------------------------------------------------------------
dmaengine fixes for 4.8-rc5
The fixes this time are all in drivers:
o possible NULL dereference in img-mdc
o correct device identity for free_irq in at_xdmac
o missing of_node_put() in fsl probe
o fix debug log and hotchain corner case for pxa-dma
o fix checking hardware bits in isr in usb dmac
----------------------------------------------------------------
LABBE Corentin (1):
dmaengine: img-mdc: fix a possible NULL dereference
Robert Jarzmik (2):
dmaengine: pxa_dma: fix hotchain corner case
dmaengine: pxa_dma: fix debug message
Wei Yongjun (2):
dmaengine: fsl_raid: add missing of_node_put() in fsl_re_probe()
dmaengine: at_xdmac: fix to pass correct device identity to free_irq()
Yoshihiro Shimoda (1):
dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()
drivers/dma/at_xdmac.c | 4 ++--
drivers/dma/fsl_raid.c | 1 +
drivers/dma/img-mdc-dma.c | 4 +---
drivers/dma/pxa_dma.c | 11 +++++++----
drivers/dma/sh/usb-dmac.c | 19 +++++++++++--------
5 files changed, 22 insertions(+), 17 deletions(-)
Thanks
--
~Vinod
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2016-09-02 10:57 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=20160902110507.GE9355@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).