i2c: Runtime PM for SuperH Mobile I2C
commitf1a3b994f9dfd12111dc034402aed256fac66dfe
authorMagnus Damm <damm@igel.co.jp>
Fri, 14 Aug 2009 10:48:59 +0000 (14 10:48 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 23 Aug 2009 09:03:19 +0000 (23 18:03 +0900)
tree3b19f55fb74932a0c4e9b17b79f960302f4d1637
parent6a93dde1e8216f7af9b2551a60fb1a5eeac4a89f
i2c: Runtime PM for SuperH Mobile I2C

This patch modifies the SuperH Mobile I2C driver to support
Runtime PM. These changes is all that is needed for proper
Runtime PM support in this driver. Driver callbacks for
Runtime PM are empty because the device registers are always
re-initialized after pm_runtime_get_sync().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/i2c/busses/i2c-sh_mobile.c