Re: [PATCH/RFT 3/3] ARM: OMAP3: PM: cleanup cam_pwrdm leftovers

2012-04-30 Thread Kevin Hilman
Grazvydas Ignotas writes: > On Tue, Apr 24, 2012 at 5:23 PM, Kevin Hilman wrote: >> commit e7410cf7 (02fdb03e69699f26e1370d0e51593dbc8a4e5265) moved >> mangement of cam_pwrdm to CPUidle but left some remnants behind, >> namely the call to clkcm_allo_idle() for the clockdomains in the MPU >> pwrd

Re: [PATCH/RFT 3/3] ARM: OMAP3: PM: cleanup cam_pwrdm leftovers

2012-04-28 Thread Grazvydas Ignotas
On Tue, Apr 24, 2012 at 5:23 PM, Kevin Hilman wrote: > commit e7410cf7 (02fdb03e69699f26e1370d0e51593dbc8a4e5265) moved > mangement of cam_pwrdm to CPUidle but left some remnants behind, > namely the call to clkcm_allo_idle() for the clockdomains in the MPU > pwrdm.  Remove these since they are no

Re: [PATCH/RFT 3/3] ARM: OMAP3: PM: cleanup cam_pwrdm leftovers

2012-04-27 Thread Kevin Hilman
Tero Kristo writes: > Looks good to me, acked. Thanks. Kevin > > On Tue, 2012-04-24 at 07:23 -0700, Kevin Hilman wrote: >> commit e7410cf7 (02fdb03e69699f26e1370d0e51593dbc8a4e5265) moved >> mangement of cam_pwrdm to CPUidle but left some remnants behind, >> namely the call to clkcm_allo_idle(

Re: [PATCH/RFT 3/3] ARM: OMAP3: PM: cleanup cam_pwrdm leftovers

2012-04-27 Thread Tero Kristo
Looks good to me, acked. -Tero On Tue, 2012-04-24 at 07:23 -0700, Kevin Hilman wrote: > commit e7410cf7 (02fdb03e69699f26e1370d0e51593dbc8a4e5265) moved > mangement of cam_pwrdm to CPUidle but left some remnants behind, > namely the call to clkcm_allo_idle() for the clockdomains in the MPU > pwrd

[PATCH/RFT 3/3] ARM: OMAP3: PM: cleanup cam_pwrdm leftovers

2012-04-24 Thread Kevin Hilman
commit e7410cf7 (02fdb03e69699f26e1370d0e51593dbc8a4e5265) moved mangement of cam_pwrdm to CPUidle but left some remnants behind, namely the call to clkcm_allo_idle() for the clockdomains in the MPU pwrdm. Remove these since they are not necessary and cause unwanted latency in the idle path. Cc: