From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine support Date: Thu, 19 Jul 2012 04:40:02 -0700 Message-ID: <20120719114001.GO6522@atomide.com> References: <1342321398-11009-1-git-send-email-javier@dowhile0.org> <87bojfeikj.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:13723 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751701Ab2GSLkK (ORCPT ); Thu, 19 Jul 2012 07:40:10 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Javier Martinez Canillas Cc: Kevin Hilman , Russell King , Santosh Shilimkar , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Javier Martinez Canillas [120716 16:33]: > On Mon, Jul 16, 2012 at 7:12 PM, Kevin Hilman wrote: > > Javier Martinez Canillas writes: > > > >> commit 13f30fc893e4610f67dd7a8b0b67aec02eac1775 > >> Author: Russell King > >> Date: Sat Apr 21 22:41:10 2012 +0100 > >> > >> mmc: omap: remove private DMA API implementation > >> > >> removed the private DMA API implementation from the OMAP mmc host to > >> make it use exclusively the DMA engine API. > >> > >> Unfortunately the omap2plus_defconfig doesn't enable this feature > >> leading to the following error on an IGEPv2 Rev.C (and probably on most > >> boards with MMC support): > > > > Personally, I'd rather see this fixed by having the drivers that depend > > on DMA engine 'select DMADEVICES'. That way, any defconfig will work > > correctly instead of just omap2plus_defconfig. > > > > Kevin > > > > Hi Kevin, > > Thanks a lot for your feedback. I'll do what you suggest and send a v2 > of the patch. I'd rather see the drivers fixed to work with and without DMA as the channels can run out. Also forcing the select is not good for distro kernels. I'll apply this fix into l-o master branch while we're discussing the issue. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 19 Jul 2012 04:40:02 -0700 Subject: [PATCH 1/1] ARM: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine support In-Reply-To: References: <1342321398-11009-1-git-send-email-javier@dowhile0.org> <87bojfeikj.fsf@ti.com> Message-ID: <20120719114001.GO6522@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Javier Martinez Canillas [120716 16:33]: > On Mon, Jul 16, 2012 at 7:12 PM, Kevin Hilman wrote: > > Javier Martinez Canillas writes: > > > >> commit 13f30fc893e4610f67dd7a8b0b67aec02eac1775 > >> Author: Russell King > >> Date: Sat Apr 21 22:41:10 2012 +0100 > >> > >> mmc: omap: remove private DMA API implementation > >> > >> removed the private DMA API implementation from the OMAP mmc host to > >> make it use exclusively the DMA engine API. > >> > >> Unfortunately the omap2plus_defconfig doesn't enable this feature > >> leading to the following error on an IGEPv2 Rev.C (and probably on most > >> boards with MMC support): > > > > Personally, I'd rather see this fixed by having the drivers that depend > > on DMA engine 'select DMADEVICES'. That way, any defconfig will work > > correctly instead of just omap2plus_defconfig. > > > > Kevin > > > > Hi Kevin, > > Thanks a lot for your feedback. I'll do what you suggest and send a v2 > of the patch. I'd rather see the drivers fixed to work with and without DMA as the channels can run out. Also forcing the select is not good for distro kernels. I'll apply this fix into l-o master branch while we're discussing the issue. Regards, Tony