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.12-rc4
Date: Fri, 2 Jun 2017 14:24:28 +0530 [thread overview]
Message-ID: <20170602085427.GJ2885@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 2349 bytes --]
Hi Linus,
Here is the dmaengine fixes request for 4.12. Fixes bunch of issues in the
driver, npthing exciting though..
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.12-rc4
for you to fetch changes up to ebcdaee4cebb3a8d0d702ab5e9392373672ec1de:
dmaengine: pl330: fix warning in pl330_remove (2017-06-02 11:49:44 +0530)
----------------------------------------------------------------
dmaengine fixes for 4.12-rc4
A bit largish fixes for dmaengine driver's fixing
- mv_xor_v2 driver for handling descriptors, tx_submit implementation,
removing interrupt coalescing and setting DMA mask properly
- usb-dmac DMAOR AE bit definition
- ep93xx start buffer from BASE0 and not drain the transfers in
terminate_all
- rcar-dmac use right descriptor pointer for residue calculation
- pl330 fix warn for irq freeup
----------------------------------------------------------------
Alexander Sverdlin (2):
dmaengine: ep93xx: Always start from BASE0
dmaengine: ep93xx: Don't drain the transfers in terminate_all()
Hanna Hawa (1):
dmaengine: mv_xor_v2: enable XOR engine after its configuration
Hiroyuki Yokoyama (1):
dmaengine: usb-dmac: Fix DMAOR AE bit definition
Jean-Philippe Brucker (1):
dmaengine: pl330: fix warning in pl330_remove
Kuninori Morimoto (1):
rcar-dmac: fixup descriptor pointer for descriptor mode
Thomas Petazzoni (6):
dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly
dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptors
dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx
dmaengine: mv_xor_v2: fix tx_submit() implementation
dmaengine: mv_xor_v2: remove interrupt coalescing
dmaengine: mv_xor_v2: set DMA mask to 40 bits
drivers/dma/ep93xx_dma.c | 39 ++++++++++++++--
drivers/dma/mv_xor_v2.c | 109 ++++++++++++++++++---------------------------
drivers/dma/pl330.c | 3 +-
drivers/dma/sh/rcar-dmac.c | 3 ++
drivers/dma/sh/usb-dmac.c | 2 +-
5 files changed, 85 insertions(+), 71 deletions(-)
Thanks
--
~Vinod
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2017-06-02 8:52 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=20170602085427.GJ2885@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 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.