From mboxrd@z Thu Jan 1 00:00:00 1970 From: "G, Manjunath Kondaiah" Subject: Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support Date: Fri, 18 Mar 2011 15:30:12 +0530 Message-ID: <20110318095925.GA13784@m-desktop> References: <1299853215-8507-1-git-send-email-manjugk@ti.com> <87lj0dwi4x.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:38492 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932415Ab1CRKDK (ORCPT ); Fri, 18 Mar 2011 06:03:10 -0400 Received: by mail-gx0-f179.google.com with SMTP id 10so1807001gxk.24 for ; Fri, 18 Mar 2011 03:03:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87lj0dwi4x.fsf@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Kevin Hilman Cc: "G, Manjunath Kondaiah" , linux-omap@vger.kernel.org, linux-arm-kernel@lists.arm.linux.org.uk, paul@pwsan.com, tony@atomide.com On Thu, Mar 17, 2011 at 02:29:18PM -0700, Kevin Hilman wrote: > "G, Manjunath Kondaiah" writes: > > > Patch series to support mstandby mode handling and enabling runtime PM > > support for DMA driver. > > I still have the same problems as with the previous revision: > > > This is still not runtime-suspending when I use my DMA test in linking > mode. > > If I put a large enough period between transfers, it should autosuspend > during transfers. It seems to do auto-suspend and resume once, but then > it never suspends again. > > I tested with my dmatest module[1], and loaded with: > > # insmod ./dmatest.ko linking=1 forever=1 forever_period=1024 > > Not only does it not auto-suspend between transfers (which I expected), > it also doesn't suspend after removing the module which stops all active > channels. Tested again on 2.6.38 with patches pulled from patchworks and for me, the same test case seems to be passing. Here is the log: http://pastebin.com/ccEmTZS5 The above test case is executed on blaze and same result is observed with other OMAP2+ boards also. Can you please let me know which board and code base you are using for testing so that I can try to replicate the same. -Manjunath >