i2c-s3c2410: Add stub runtime power management
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 21 Jan 2012 13:28:47 +0000 (13:28 +0000)
committerWolfram Sang <w.sang@pengutronix.de>
Wed, 7 Mar 2012 18:06:59 +0000 (19:06 +0100)
Add stub runtime_pm calls which go through the flow of enabling and
disabling but don't actually do anything with the device itself as
there's nothing useful we can do. This provides the core PM framework
with information about when the device is idle, enabling chip wide
power savings.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found