Re: [PATCH] Revert "i2c-omap: fix static suspend vs. runtime suspend"

2011-08-04 Thread Kevin Hilman
Felipe Balbi writes: > On Wed, Aug 03, 2011 at 10:59:39AM -0700, Kevin Hilman wrote: >> This reverts commit adf6e07922255937c8bfeea777d19502b4c9a2be. >> >> Remove system PM methods which can race with runtime PM methods. >> >> Also, as of v3.1, the PM domain level code for OMAP handles device >

Re: [PATCH] Revert "i2c-omap: fix static suspend vs. runtime suspend"

2011-08-03 Thread Felipe Balbi
On Wed, Aug 03, 2011 at 10:59:39AM -0700, Kevin Hilman wrote: > This reverts commit adf6e07922255937c8bfeea777d19502b4c9a2be. > > Remove system PM methods which can race with runtime PM methods. > > Also, as of v3.1, the PM domain level code for OMAP handles device > power state transistions auto

[PATCH] Revert "i2c-omap: fix static suspend vs. runtime suspend"

2011-08-03 Thread Kevin Hilman
This reverts commit adf6e07922255937c8bfeea777d19502b4c9a2be. Remove system PM methods which can race with runtime PM methods. Also, as of v3.1, the PM domain level code for OMAP handles device power state transistions automatically for devices, so calling them from Signed-off-by: Kevin Hilman