i2c-core: i2c bus should support PM entries in struct dev_pm_ops
authorsonic zhang <sonic.adi@gmail.com>
Mon, 14 Dec 2009 20:17:30 +0000 (21:17 +0100)
committerJean Delvare <khali@linux-fr.org>
Mon, 14 Dec 2009 20:17:30 +0000 (21:17 +0100)
Struct dev_pm_ops is not configured in current i2c bus type. i2c drivers
only depends on suspend/resume entries in struct dev_pm_ops are not
informed of PM suspend and resume events by i2c framework.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

No differences found