]> 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)
commita0e7787bfcc92a3ec86062328f06806480d17736
treed98b492865b74228eeb8866c50dc43a95f3d286c
parentd1844a05cb5738c99aaea78be3fd5ca4ae98cda4
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