Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-18 Thread Paul Walmsley
On Wed, 18 Nov 2009, Kevin Hilman wrote: > Paul, sorry for posting this one. I didn't mean to include it in this > series. No worries, it was an effective motivation for me to repost the fixed split :-) Also I will take Vimal's feedback and update the commit message for the second patch. Any

Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-18 Thread Kevin Hilman
Paul Walmsley writes: > On Wed, 18 Nov 2009, Vimal Singh wrote: > >> On Wed, Nov 18, 2009 at 6:35 AM, Kevin Hilman >> wrote: >> > From: Paul Walmsley >> > >> > This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP >> > hwmod code. >> > >> > After this patch, the hwmod code will se

Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-18 Thread Paul Walmsley
On Tue, 17 Nov 2009, Kevin Hilman wrote: > From: Paul Walmsley > > This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP > hwmod code. This patch actually combines two unrelated changes. I've got those split into two patches here, will post them. - Paul -- To unsubscribe from t

Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-18 Thread Paul Walmsley
On Wed, 18 Nov 2009, Vimal Singh wrote: > On Wed, Nov 18, 2009 at 6:35 AM, Kevin Hilman > wrote: > > From: Paul Walmsley > > > > This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP > > hwmod code. > > > > After this patch, the hwmod code will set the module AUTOIDLE bit (generall

Re: [PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-18 Thread Vimal Singh
On Wed, Nov 18, 2009 at 6:35 AM, Kevin Hilman wrote: > From: Paul Walmsley > > This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP > hwmod code. > > After this patch, the hwmod code will set the module AUTOIDLE bit (generally > .OCP_SYSCONFIG.AUTOIDLE) to 1 by default upon enable,

[PATCH 3/8] OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling

2009-11-17 Thread Kevin Hilman
From: Paul Walmsley This patch fills in the OCP_SYSCONFIG.AUTOIDLE handling in the OMAP hwmod code. After this patch, the hwmod code will set the module AUTOIDLE bit (generally .OCP_SYSCONFIG.AUTOIDLE) to 1 by default upon enable, and 1 upon disable. If the hwmod flag HWMOD_NO_AUTOIDLE is set,