Revert "i2c-omap: fix static suspend vs. runtime suspend"
authorKevin Hilman <khilman@ti.com>
Thu, 4 Aug 2011 14:53:02 +0000 (07:53 -0700)
committerBen Dooks <ben-linux@fluff.org>
Tue, 23 Aug 2011 19:19:16 +0000 (20:19 +0100)
commit584b408d37af4e0b38ad5b60f236381bcdf396bc
treed98b492865b74228eeb8866c50dc43a95f3d286c
parent4b723a471050a8b80f7fa86e76f01f4c711b3443
Revert "i2c-omap: fix static suspend vs. runtime suspend"

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 drivers no
longer need to specifically call the bus/pm_domain methods themselves.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-omap.c