linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/4] dmaengine: mv_xor improvements
@ 2015-06-17 12:12 Thomas Petazzoni
  2015-06-17 12:12 ` [PATCH RESEND 1/4] dmaengine: mv_xor: add suspend/resume support Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2015-06-17 12:12 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

(Same patches as previous iteration, only this time the relevant
mailing list are in Cc. Sorry for the noise.)

The following four patches implement various improvements in the
support of XOR on Marvell EBU platforms:

 - It adds support for suspend/resume to mv_xor.

 - It removes the need for the dmacap,* Device Tree properties, which
   are quite useful.

 - It updates the Device Tree according to the removal of the dmacap,*
   removal, and make Armada 38x and Armada 39x use the new
   capabilities of the XOR hardware using the armada-380-xor
   compatible string.

The patches are on top of Vinod Koul's next branch, since he already
has a number of mv_xor changes queued up.

Thanks,

Thomas

Thomas Petazzoni (4):
  dmaengine: mv_xor: add suspend/resume support
  dmaengine: mv_xor: remove support for dmacap,* DT properties
  ARM: mvebu: remove unneeded dmacap,* properties in Device Trees
  ARM: mvebu: use armada-380-xor on Armada 38x and 39x

 Documentation/devicetree/bindings/dma/mv-xor.txt | 10 ++---
 arch/arm/boot/dts/armada-370.dtsi                | 10 -----
 arch/arm/boot/dts/armada-375.dtsi                | 10 -----
 arch/arm/boot/dts/armada-38x.dtsi                | 14 +-----
 arch/arm/boot/dts/armada-39x.dtsi                | 14 +-----
 arch/arm/boot/dts/armada-xp.dtsi                 | 10 -----
 arch/arm/boot/dts/dove.dtsi                      |  8 ----
 drivers/dma/mv_xor.c                             | 56 +++++++++++++++++++++---
 drivers/dma/mv_xor.h                             |  1 +
 9 files changed, 59 insertions(+), 74 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-10  9:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 12:12 [PATCH RESEND 0/4] dmaengine: mv_xor improvements Thomas Petazzoni
2015-06-17 12:12 ` [PATCH RESEND 1/4] dmaengine: mv_xor: add suspend/resume support Thomas Petazzoni
2015-06-17 12:12 ` [PATCH RESEND 2/4] dmaengine: mv_xor: remove support for dmacap, * DT properties Thomas Petazzoni
2015-06-17 12:12 ` [PATCH RESEND 3/4] ARM: mvebu: remove unneeded dmacap, * properties in Device Trees Thomas Petazzoni
2015-06-17 12:37   ` Gregory CLEMENT
2015-09-10  9:00     ` Gregory CLEMENT
2015-06-17 12:12 ` [PATCH RESEND 4/4] ARM: mvebu: use armada-380-xor on Armada 38x and 39x Thomas Petazzoni
2015-06-17 12:35   ` Gregory CLEMENT

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).