Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759439Ab2JKVsi (ORCPT ); Thu, 11 Oct 2012 17:48:38 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:56228 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759414Ab2JKVsf (ORCPT ); Thu, 11 Oct 2012 17:48:35 -0400 Date: Thu, 11 Oct 2012 17:49:30 -0400 From: Matt Porter To: Grant Likely Cc: Linux DaVinci Kernel List , Linux OMAP List , Russell King , Benoit Cousson , Arnd Bergmann , Linux Documentation List , Tony Lindgren , Linux MMC List , Devicetree Discuss , Mark Brown , Linux Kernel Mailing List , Robert Herring , Vinod Koul , Rob Landley , Dan Williams , spi-devel-general@lists.sourceforge.net, Chris Ball , Linux ARM Kernel List Subject: Re: [RFC PATCH v2 00/16] DMA Engine support for AM33xx Message-ID: <20121011214930.GF13724@beef> References: <1349982281-10785-1-git-send-email-mporter@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 1241 Lines: 28 On Thu, Oct 11, 2012 at 10:31:58PM +0100, Grant Likely wrote: > Hey Matt, > > Do you know now similar are the EDMA engines on the am33xx and am389x? I've > been working on am389x upstreaming and I'll try these patches out if it is > the same engine. Hi Grant, It's the same one. am389x/ti816x and am387x/ti814x are part of the same architectural family as am33xx. They've just never had a lot of upstream support from TI. I heard rumors that you might be working with am389x and I'm glad you're confirming that for me! ;) The only differences between am33xx's implementation and the others is going to be the number PaRAM slots, number of TCs, the channel mapping, and then the crossbar mapping. As you can see from the TODO list, I don't yet support the crossbar, but it'll be in the next version of this series. The other items are already covered in the DT binding so it should be straightforward to hook this up for am389x assuming your hwmod and clock data is good for that part. -Matt -- 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/