]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc93ca346030be854116c93faaad94b9913bc4c1c
treed98b492865b74228eeb8866c50dc43a95f3d286c
parentaeb3d0cb3ac5a57600531b906fc2d96dc315e79f
Revert "i2c-omap: fix static suspend vs. runtime suspend"

This reverts commit f0be0249b5d52b2a86b57da86340b07121bfcbb6.

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