Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Kevin Hilman
Liam Girdwood writes: > On Tue, 2010-05-18 at 16:01 -0700, Kevin Hilman wrote: >> Liam Girdwood writes: >> >> > Add a small API to configure McBSP smart idle modes >> > to conserve power. >> >> Would be useful here to explain why client drivers need to change >> idle modes. >> > > I think Pet

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Peter Ujfalusi
On Wednesday 19 May 2010 13:43:28 ext Liam Girdwood wrote: > On Tue, 2010-05-18 at 16:01 -0700, Kevin Hilman wrote: > > Liam Girdwood writes: > > > Add a small API to configure McBSP smart idle modes > > > to conserve power. > > > > Would be useful here to explain why client drivers need to chang

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Eduardo Valentin
On Wed, May 19, 2010 at 01:21:26PM +0200, Liam Girdwood wrote: > On Wed, 2010-05-19 at 13:46 +0300, Eduardo Valentin wrote: > > Hello Lian, > > > > On Tue, May 18, 2010 at 10:13:12PM +0200, Liam Girdwood wrote: > > > Add a small API to configure McBSP smart idle modes > > > to conserve power. > >

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Liam Girdwood
On Wed, 2010-05-19 at 13:46 +0300, Eduardo Valentin wrote: > Hello Lian, > > On Tue, May 18, 2010 at 10:13:12PM +0200, Liam Girdwood wrote: > > Add a small API to configure McBSP smart idle modes > > to conserve power. > > I'm sorry but I didn't get the point of this patch, as you didn't add any

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Liam Girdwood
On Tue, 2010-05-18 at 16:01 -0700, Kevin Hilman wrote: > Liam Girdwood writes: > > > Add a small API to configure McBSP smart idle modes > > to conserve power. > > Would be useful here to explain why client drivers need to change > idle modes. > I think Peter has covered this in one of his rep

Re: [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-19 Thread Eduardo Valentin
Hello Lian, On Tue, May 18, 2010 at 10:13:12PM +0200, Liam Girdwood wrote: > Add a small API to configure McBSP smart idle modes > to conserve power. I'm sorry but I didn't get the point of this patch, as you didn't add any wider description why you need to export this feature. Why do you think m

Re: [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-18 Thread Jarkko Nikula
On Tue, 18 May 2010 21:13:12 +0100 Liam Girdwood wrote: > Add a small API to configure McBSP smart idle modes > to conserve power. > > Signed-off-by: Liam Girdwood > --- > arch/arm/plat-omap/include/plat/mcbsp.h | 15 > arch/arm/plat-omap/mcbsp.c | 122 > +

Re: [alsa-devel] [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-18 Thread Kevin Hilman
Liam Girdwood writes: > Add a small API to configure McBSP smart idle modes > to conserve power. Would be useful here to explain why client drivers need to change idle modes. Also, this patch is telling me that it's time the McBSP is converted over to the omap_hwmod/omap_device infrastructure w

Re: [PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-18 Thread Nishanth Menon
Liam Girdwood had written, on 05/18/2010 03:13 PM, the following: Add a small API to configure McBSP smart idle modes to conserve power. Signed-off-by: Liam Girdwood --- arch/arm/plat-omap/include/plat/mcbsp.h | 15 arch/arm/plat-omap/mcbsp.c | 122

[PATCH 2/4] OMAP: mcbsp - add smart idle configuration API

2010-05-18 Thread Liam Girdwood
Add a small API to configure McBSP smart idle modes to conserve power. Signed-off-by: Liam Girdwood --- arch/arm/plat-omap/include/plat/mcbsp.h | 15 arch/arm/plat-omap/mcbsp.c | 122 +++ 2 files changed, 137 insertions(+), 0 deletions(-) diff --