Re: [PATCH/RFC 1/2] OMAP2+: powerdomain: add API to get context loss count

2010-12-14 Thread Paul Walmsley
Hi Kevin, working my way through these... On Thu, 9 Dec 2010, Kevin Hilman wrote: Add new powerdomain API int pwrdm_get_context_loss_count(struct powerdomain *pwrdm) for checking how many times the powerdomain has lost context. The loss count is the sum sum of the powerdomain

[PATCH/RFC 1/2] OMAP2+: powerdomain: add API to get context loss count

2010-12-09 Thread Kevin Hilman
Add new powerdomain API int pwrdm_get_context_loss_count(struct powerdomain *pwrdm) for checking how many times the powerdomain has lost context. The loss count is the sum sum of the powerdomain off-mode counter, the logic off counter and the per-bank memory off counter. Cc: Paul Walmsley