commit | f1a3b994f9dfd12111dc034402aed256fac66dfe | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Fri Aug 14 10:48:59 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Sun Aug 23 18:03:19 2009 +0900 |
tree | 3b19f55fb74932a0c4e9b17b79f960302f4d1637 | |
parent | 6a93dde1e8216f7af9b2551a60fb1a5eeac4a89f [diff] |
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>