Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752436AbcDZQcK (ORCPT ); Tue, 26 Apr 2016 12:32:10 -0400 Received: from mga03.intel.com ([134.134.136.65]:8532 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbcDZQcH (ORCPT ); Tue, 26 Apr 2016 12:32:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,537,1455004800"; d="scan'208";a="92297243" Date: Tue, 26 Apr 2016 22:07:58 +0530 From: Vinod Koul To: Gregory CLEMENT Cc: dmaengine@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Nadav Haklai , Lior Amsalem , Thomas Petazzoni , Romain Perier , Omri Itach , Marcin Wojtas Subject: Re: [PATCH v3 3/5] dmaengine: mv_xor: add support for Armada 3700 SoC Message-ID: <20160426163758.GP2274@localhost> References: <1460652818-14647-1-git-send-email-gregory.clement@free-electrons.com> <1460652818-14647-4-git-send-email-gregory.clement@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460652818-14647-4-git-send-email-gregory.clement@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 841 Lines: 22 On Thu, Apr 14, 2016 at 06:53:36PM +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 needs > modification is the Mbus configuration, which has to be done on two > levels: global and in device. The first one is inherited from the > bootlader. The latter can be opened in a default way, leaving s/bootlader/bootloader > arbitration to the bus controller. Hence filled mbus_dram_target_info > structure is not needed. > > Patch "dmaengine: mv_xor: optimize performance by using a subset > of the XOR channels" introduced limitation for using XOR engines and > channels vs number of available CPU's. Those contstraints do not however s/contstraints/constraints -- ~Vinod