]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commitc62c3ca55e0db52b311b1258ed08bc6c7525195e
tree7248f0df1fc8c47c6115b19cf2251f0e97feccf2
parent4ea1557ff7862f63511420395d16647b74ba6f5c
i2c-s3c2410: Add stub runtime power management

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>
drivers/i2c/busses/i2c-s3c2410.c