From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966300AbbFJQxw (ORCPT ); Wed, 10 Jun 2015 12:53:52 -0400 Received: from mga09.intel.com ([134.134.136.24]:28160 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966154AbbFJQxh (ORCPT ); Wed, 10 Jun 2015 12:53:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,588,1427785200"; d="scan'208";a="740930034" Date: Wed, 10 Jun 2015 22:24:55 +0530 From: Vinod Koul To: Maxime Ripard Cc: Gregory Clement , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lior Amsalem , Thomas Petazzoni Subject: Re: [PATCH v2 0/5] dmaengine: mv_xor: Fixes and enhancements Message-ID: <20150610165455.GW28601@localhost> References: <1432645656-20504-1-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432645656-20504-1-git-send-email-maxime.ripard@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 On Tue, May 26, 2015 at 03:07:31PM +0200, Maxime Ripard wrote: > Hi, > > This serie is about various fixes and enhancements that were > previously submitted as part of the "ARM: mvebu: Add support for RAID6 > PQ offloading" serie. > > Seems the RAID6 PQ stuff seems more controversial than what I > expected, we took out the various bugs and enhancements patches, and > will submit the other patches as a separate set. Applied, thanks -- ~Vinod > > Changes from v1: > - Moved the bugfix commit as the first commit and cc'd stable > - Changed the Armada 38x compatible to armada-380-xor > - Made some misc cleanups > > Lior Amsalem (4): > dmaengine: mv_xor: bug fix for racing condition in descriptors cleanup > dmaengine: mv_xor: add support for a38x command in descriptor mode > dmaengine: mv_xor: Enlarge descriptor pool size > dmaengine: mv_xor: improve descriptors list handling and reduce > locking > > Maxime Ripard (1): > dmaengine: mv_xor: Rename function for consistent naming > > Documentation/devicetree/bindings/dma/mv-xor.txt | 2 +- > drivers/dma/mv_xor.c | 352 ++++++++++++----------- > drivers/dma/mv_xor.h | 27 +- > 3 files changed, 206 insertions(+), 175 deletions(-) > > -- > 2.4.1 > --