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

2010-12-21 Thread Paul Walmsley
Hi Kevin On Fri, 17 Dec 2010, Kevin Hilman wrote: Add new powerdomain API u32 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

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

2010-12-21 Thread Paul Walmsley
Hi Kevin I've queued this series for 2.6.38. It is the 'omap_pm_a_2.6.38' branch on git://git.pwsan.com/linux-2.6. It's integrated with the other changes I have queued at the 'integration-2.6.38-20101221-008' tag of git://git.pwsan.com/linux-integration - this is based on Tony's new

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

2010-12-17 Thread Kevin Hilman
Add new powerdomain API u32 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