All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] dmaengine driver for Marvell XOR v2 engine
Date: Tue, 28 Jun 2016 16:37:48 +0200	[thread overview]
Message-ID: <20160628163748.48bc2ad8@free-electrons.com> (raw)
In-Reply-To: <20160628143850.GD14945@localhost>

Hello,

On Tue, 28 Jun 2016 20:08:50 +0530, Vinod Koul wrote:
> On Thu, Jun 16, 2016 at 02:28:32PM +0200, Thomas Petazzoni wrote:
> > Hello,
> > 
> > Here is the fourth version of the mv_xor_v2 driver, which allows to
> > use the XOR engines available on the Marvell Armada 7K/8K ARM64 SoCs.  
> 
> Looks okay. But need ack on two ARM patches...

Thanks for the review! Please don't take the two ARM patches in your
tree, let the mvebu platform maintainer take them, to avoid conflicts.

So if you're happy with patches 1 and 2, could you take them? I'll talk
with the mvebu platform maintainer (who is in Cc) to get patches 3 and
4 merged.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: Vinod Koul <vinod.koul@intel.com>
Cc: Lior Amsalem <alior@marvell.com>, Andrew Lunn <andrew@lunn.ch>,
	Yehuda Yitschak <yehuday@marvell.com>,
	Jason Cooper <jason@lakedaemon.net>,
	Pawel Moll <pawel.moll@arm.com>,
	devicetree@vger.kernel.org, Hanna Hawa <hannah@marvell.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Nadav Haklai <nadavh@marvell.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Rob Herring <robh+dt@kernel.org>,
	Kumar Gala <galak@codeaurora.org>,
	dmaengine@vger.kernel.org, Mark Rutland <mark.rutland@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH v4 0/4] dmaengine driver for Marvell XOR v2 engine
Date: Tue, 28 Jun 2016 16:37:48 +0200	[thread overview]
Message-ID: <20160628163748.48bc2ad8@free-electrons.com> (raw)
In-Reply-To: <20160628143850.GD14945@localhost>

Hello,

On Tue, 28 Jun 2016 20:08:50 +0530, Vinod Koul wrote:
> On Thu, Jun 16, 2016 at 02:28:32PM +0200, Thomas Petazzoni wrote:
> > Hello,
> > 
> > Here is the fourth version of the mv_xor_v2 driver, which allows to
> > use the XOR engines available on the Marvell Armada 7K/8K ARM64 SoCs.  
> 
> Looks okay. But need ack on two ARM patches...

Thanks for the review! Please don't take the two ARM patches in your
tree, let the mvebu platform maintainer take them, to avoid conflicts.

So if you're happy with patches 1 and 2, could you take them? I'll talk
with the mvebu platform maintainer (who is in Cc) to get patches 3 and
4 merged.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2016-06-28 14:37 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16 12:28 [PATCH v4 0/4] dmaengine driver for Marvell XOR v2 engine Thomas Petazzoni
2016-06-16 12:28 ` Thomas Petazzoni
2016-06-16 12:28 ` [PATCH v4 1/4] dt-bindings: dma: add binding for the " Thomas Petazzoni
2016-06-16 12:28   ` Thomas Petazzoni
2016-06-20 13:07   ` Rob Herring
2016-06-20 13:07     ` Rob Herring
2016-06-16 12:28 ` [PATCH v4 2/4] dma: mv_xor_v2: new driver Thomas Petazzoni
2016-06-16 12:28   ` Thomas Petazzoni
2016-06-16 12:28 ` [PATCH v4 3/4] arm64: dts: marvell: adjust to the latest mv-xor-v2 DT binding Thomas Petazzoni
2016-06-16 12:28   ` Thomas Petazzoni
2016-06-30 11:50   ` Gregory CLEMENT
2016-06-30 11:50     ` Gregory CLEMENT
2016-06-16 12:28 ` [PATCH v4 4/4] arm64: dts: marvell: add XOR engine description for Armada 7K/8K CP Thomas Petazzoni
2016-06-16 12:28   ` Thomas Petazzoni
2016-06-30 11:50   ` Gregory CLEMENT
2016-06-30 11:50     ` Gregory CLEMENT
2016-06-28 14:38 ` [PATCH v4 0/4] dmaengine driver for Marvell XOR v2 engine Vinod Koul
2016-06-28 14:38   ` Vinod Koul
2016-06-28 14:37   ` Thomas Petazzoni [this message]
2016-06-28 14:37     ` Thomas Petazzoni
2016-07-07 20:42   ` Thomas Petazzoni
2016-07-07 20:42     ` Thomas Petazzoni
2016-07-12  4:42     ` Vinod Koul
2016-07-12  4:42       ` Vinod Koul
2016-07-12  7:10       ` Thomas Petazzoni
2016-07-12  7:10         ` Thomas Petazzoni

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=20160628163748.48bc2ad8@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.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.