Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933485AbcDLSTd (ORCPT ); Tue, 12 Apr 2016 14:19:33 -0400 Received: from down.free-electrons.com ([37.187.137.238]:45712 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751981AbcDLSTa (ORCPT ); Tue, 12 Apr 2016 14:19:30 -0400 From: Gregory CLEMENT To: Vinod Koul , dmaengine@vger.kernel.org Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Nadav Haklai , Lior Amsalem , Thomas Petazzoni , Romain Perier , Omri Itach , Marcin Wojtas Subject: [PATCH v2 0/5] Add XOR engine support to Armada 3700 SoC (ARM64) Date: Tue, 12 Apr 2016 20:19:13 +0200 Message-Id: <1460485158-32122-1-git-send-email-gregory.clement@free-electrons.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1491 Lines: 46 Hi, This series adds the support of the Marvell XOR engine to the Armada 3700 SoC. As this SoC is an ARM64 one, then the code has been fixed to support the 64 bits platform. The initialization for the Armada 3700 is different from the other SoCs, so in order to support it, a new way of handling the different family have been added. Once the dmaengine part will be approved, I will apply the dts part in the mvebu/dt64 tree. In this second version I took into account the remarks from Rob Herring about the patch related to the binding. Thanks, Gregory Changelog: v1 ->v2: - Fix typo in commit log of patch 3 - Reformatting to 1 compatible string per line in Documentation/devicetree/bindings/dma/mv-xor.txt - Added Acked-by from Rob in patch 3 Gregory CLEMENT (3): dmaengine: mv_xor: make the code 64 bits compliant dmaengine: mv_xor: use SoC type instead of directly the operation mode dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoC Marcin Wojtas (2): dmaengine: mv_xor: add support for Armada 3700 SoC arm64: dts: marvell: add XOR node for Armada 3700 SoC Documentation/devicetree/bindings/dma/mv-xor.txt | 5 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 13 ++++ drivers/dma/Kconfig | 2 +- drivers/dma/mv_xor.c | 98 +++++++++++++++++++----- drivers/dma/mv_xor.h | 1 + 5 files changed, 97 insertions(+), 22 deletions(-) -- 2.5.0