Re: [PATCH v6 3/7] omap3: pm: re-programing the setup time based on CORE_DOMAIN target state

2010-06-04 Thread Kevin Hilman
"Lesly Arackal Manuel" writes: >> > @@ -510,18 +502,6 @@ void omap_sram_idle(void) >> >} >> >omap_uart_resume_idle(0); >> >omap_uart_resume_idle(1); >> > - if (core_next_state == PWRDM_POWER_OFF) { >> > - u32 voltctrl = OMAP3430_AUTO_O

RE: [PATCH v6 3/7] omap3: pm: re-programing the setup time based on CORE_DOMAIN target state

2010-06-04 Thread Lesly Arackal Manuel
v6 3/7] omap3: pm: re-programing the setup time based > on CORE_DOMAIN target state > > Lesly A M writes: > > > This patch will add a new function omap_voltage_vc_update() to re- > program > > the VC parameters while entering low power mode, based on CORE_DOMAIN > target sta

Re: [PATCH v6 3/7] omap3: pm: re-programing the setup time based on CORE_DOMAIN target state

2010-06-03 Thread Kevin Hilman
Lesly A M writes: > This patch will add a new function omap_voltage_vc_update() to re-program > the VC parameters while entering low power mode, based on CORE_DOMAIN target > state. > The voltsetup2 is used only when the device exits sys_off mode > (with PRM_VOLTCTRL[3]SEL_OFF set to 1). > > Als