From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: Re: [PATCH v5 1/3] ARM: add CPPI 4.1 DMA support Date: Tue, 4 Jan 2011 20:42:44 +0200 Message-ID: <20110104184244.GC2647@legolas.emea.dhcp.ti.com> References: <20110103163447.GB2911@n2100.arm.linux.org.uk> <19F8576C6E063C45BE387C64729E739404BD3F2C4D@dbde02.ent.ti.com> <4D220246.5020303@mvista.com> <19F8576C6E063C45BE387C64729E739404BD3F2C58@dbde02.ent.ti.com> <20110103204416.GA2240@legolas.emea.dhcp.ti.com> <4D231B5F.7030607@mvista.com> <1294149984.1822.9.camel@eowin> <1294152988.1822.12.camel@eowin> Reply-To: balbi@ti.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog112.obsmtp.com ([74.125.149.207]:39255 "EHLO na3sys009aog112.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104Ab1ADSmu (ORCPT ); Tue, 4 Jan 2011 13:42:50 -0500 Received: by eyz10 with SMTP id 10so6136708eyz.35 for ; Tue, 04 Jan 2011 10:42:48 -0800 (PST) Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Ming Lei Cc: Felipe Balbi , Sergei Shtylyov , balbi@ti.com, "Gupta, Ajay Kumar" , "davinci-linux-open-source@linux.davincidsp.com" , Russell King - ARM Linux , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Hi, On Tue, Jan 04, 2011 at 11:41:05PM +0800, Ming Lei wrote: > OMAP GPIOs have many usages or use cases, so we can use gpiolib > to simplify access to GPIOs. If GPIOs has only one usage or use case, > it is not necessary to access GPIOs by gpiolib. > > Now this kind of DMA controllers are only used by MUSB or only for > MUSB, so it doesn't matter to access them by dmaengine or not. Not entirely true. TUSB uses OMAP system DMA and AFAICT CPPI is used also for ethernet. The thing is that we want to get rid of non-standard "APIs" as much as possible. -- balbi