Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752288AbbBSRIF (ORCPT ); Thu, 19 Feb 2015 12:08:05 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:49610 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbbBSRIC (ORCPT ); Thu, 19 Feb 2015 12:08:02 -0500 From: Torsten Fleischer X-Google-Original-From: Torsten Fleischer To: nicolas.ferre@atmel.com, dan.j.williams@intel.com, vinod.koul@intel.com, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Torsten Fleischer Subject: [PATCH v2 0/2] dma: at_hdmac: Fix residue calculation and add mem to Date: Thu, 19 Feb 2015 18:07:51 +0100 Message-Id: <1424365673-7675-1-git-send-email-torfl6749@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 859 Lines: 25 From: Torsten Fleischer This series fixes the calculation of the residual bytes and adds support for memory to memory scatter-gather transfers. Changes from V1: * Fixed coding style of the multi-line comments. * Improved accuracy of the residue calculation. Torsten Fleischer (2): dma: at_hdmac: Fix calculation of the residual bytes dma: at_hdmac: Add support for memory to memory sg transfers drivers/dma/at_hdmac.c | 324 ++++++++++++++++++++++++++++++++------------ drivers/dma/at_hdmac_regs.h | 11 +- 2 files changed, 245 insertions(+), 90 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/