On Wed, 2009-10-07 at 21:52 +0300, Woodruff, Richard wrote: > > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > > owner@xxxxxxxxxxxxxxx] On Behalf Of Kalle Jokiniemi > > Sent: Friday, October 02, 2009 5:59 AM > > > > Yes, this is a good idea in theory, but the reality of wake-up latencies > > kind-a kill this one. Wake-up from even C1 (MPU INA, CORE ON) takes > > ~130us on fastest OPP. And when you add 70us of sleep transition into > > that, you get 200us at minimum. > > These values feel a bit on the high side. Have you measured since tweaking your DPLL M/N values? > > Are you measuring just across WFI or adding in some part of the idle code path? For the numbers I mentioned, the path from start of omap_sram_idle to end of omap_sram_idle was included. And one can't really not include it, since it is run with interrupts disabled. > > > For us, the 500us constraint seems to work quite nicely. It removes the > > problems we had with i2c transfers timing out with off mode, and > > restores average transfer times (from clk_enable to clk_disable) to few > > hundred us (that were observed with retention). > > Some of the historic I2C timeout issues were from the wakeup sources > not being programmed properly. There could be such issues, I have not investigated for other reasons causing the time-outs. > > Your constraint in my understanding is more about saving power. True. > Today cpuidle doesn't predict interrupt events very well. As such the > huge timeout used with i2c will never gate an off mode attempt. You > will loose in context save and restore with out constraint. True, that is why the constraint is needed on latency basis. - Kalle > > I floated some idea a while back on pm list to try and do something > really simple with irqs. ... take a timestamp on last irq, when > cpuilde goes to sleep if current time since last irq is too near then > choose safe sleep state. Comments I got at that time was some didn't > like extra overhead on irq path. However, I don't know I agree with > that. > > Regards, > Richard W. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html