Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933462Ab2HPW3o (ORCPT ); Thu, 16 Aug 2012 18:29:44 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:39994 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755082Ab2HPW3n (ORCPT ); Thu, 16 Aug 2012 18:29:43 -0400 Date: Thu, 16 Aug 2012 23:29:12 +0100 From: Russell King - ARM Linux To: Matt Porter Cc: vinod.koul@intel.com, dan.j.williams@intel.com, cjb@laptop.org, grant.likely@secretlab.ca, Linux DaVinci Kernel List , Sekhar Nori , Linux MMC List , Linux Kernel Mailing List , Linux SPI Devel List , Linux ARM Kernel List Subject: Re: [PATCH 1/3] dmaengine: add TI EDMA DMA engine driver Message-ID: <20120816222912.GA15883@n2100.arm.linux.org.uk> References: <1345153471-22757-1-git-send-email-mporter@ti.com> <1345153471-22757-2-git-send-email-mporter@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345153471-22757-2-git-send-email-mporter@ti.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 16 On Thu, Aug 16, 2012 at 05:44:29PM -0400, Matt Porter wrote: > Add a DMA engine driver for the TI EDMA controller. This driver > is implemented as a wrapper around the existing DaVinci private > DMA implementation. This approach allows for incremental conversion > of each peripheral driver to the DMA engine API. The EDMA driver > supports slave transfers but does not yet support cyclic transfers. Have you looked at the virt-dma support? That should allow you to avoid some common errors, like forgetting that stuff submitted but not issued should not be started even if the channel is currently running. -- 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/