Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-23 Thread Kevin Hilman
Kevin Hilman writes: > "G, Manjunath Kondaiah" writes: > > [...] > >> If you don't see any further issues with this patch series, there are no >> more changes to this patch series except one warning fix: >> http://thread.gmane.org/gmane.linux.ports.arm.omap/54753/focus=55097 > > OK > >> If it is

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-23 Thread Kevin Hilman
"G, Manjunath Kondaiah" writes: [...] > If you don't see any further issues with this patch series, there are no > more changes to this patch series except one warning fix: > http://thread.gmane.org/gmane.linux.ports.arm.omap/54753/focus=55097 OK > If it is only warning fix, I can send pull re

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-23 Thread G, Manjunath Kondaiah
Kevin, On Sat, Mar 19, 2011 at 08:46:05AM +0530, G, Manjunath Kondaiah wrote: > On Fri, Mar 18, 2011 at 11:27:00AM -0700, Kevin Hilman wrote: > > "G, Manjunath Kondaiah" writes: > > > > > On Thu, Mar 17, 2011 at 02:29:18PM -0700, Kevin Hilman wrote: > > >> "G, Manjunath Kondaiah" writes: > > >>

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-18 Thread G, Manjunath Kondaiah
On Fri, Mar 18, 2011 at 11:27:00AM -0700, Kevin Hilman wrote: > "G, Manjunath Kondaiah" writes: > > > 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 > >> > supp

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-18 Thread Kevin Hilman
"G, Manjunath Kondaiah" writes: > 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 previo

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-18 Thread G, Manjunath Kondaiah
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 ru

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-17 Thread Kevin Hilman
"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 enoug

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-16 Thread G, Manjunath Kondaiah
Hi Kevin, On Fri, Mar 11, 2011 at 07:50:11PM +0530, G, Manjunath Kondaiah wrote: > Patch series to support mstandby mode handling and enabling runtime PM > support for DMA driver. > > Changes from v1: > - fixed runtime_status issue if channel linking feature is used. > - fixed context restore i

[PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-11 Thread G, Manjunath Kondaiah
Patch series to support mstandby mode handling and enabling runtime PM support for DMA driver. Changes from v1: - fixed runtime_status issue if channel linking feature is used. - fixed context restore issue during off mode. - removed sysconfig register access during DMA context/restore The rev