Re: [PATCH 3/5] dmaengine: mv_xor: add support for Armada 3700 SoC

2016-04-01 Thread Rob Herring
On Wed, Mar 30, 2016 at 07:35:18PM +0200, Gregory CLEMENT wrote: > From: Marcin Wojtas > > Armada 3700 SoC comprise a single XOR engine compliant with the ones used > in older Marvell SoC's like Armada XP or 38x. The only thing that neededs s/neededs/needs/ > modification is

Re: [PATCH 3/5] dmaengine: mv_xor: add support for Armada 3700 SoC

2016-04-01 Thread Rob Herring
On Wed, Mar 30, 2016 at 07:35:18PM +0200, Gregory CLEMENT wrote: > From: Marcin Wojtas > > Armada 3700 SoC comprise a single XOR engine compliant with the ones used > in older Marvell SoC's like Armada XP or 38x. The only thing that neededs s/neededs/needs/ > modification is the Mbus

[PATCH 3/5] dmaengine: mv_xor: add support for Armada 3700 SoC

2016-03-30 Thread Gregory CLEMENT
From: Marcin Wojtas Armada 3700 SoC comprise a single XOR engine compliant with the ones used in older Marvell SoC's like Armada XP or 38x. The only thing that neededs modification is the Mbus configuration, which has to be done on two levels: global and in device. The first

[PATCH 3/5] dmaengine: mv_xor: add support for Armada 3700 SoC

2016-03-30 Thread Gregory CLEMENT
From: Marcin Wojtas Armada 3700 SoC comprise a single XOR engine compliant with the ones used in older Marvell SoC's like Armada XP or 38x. The only thing that neededs modification is the Mbus configuration, which has to be done on two levels: global and in device. The first one is inherited