From 6de468ae2df0ee6fbee668d946811638b57361f6 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 2 Mar 2010 12:23:46 +0100 Subject: [PATCH] i2c: Hook up runtime PM support Allow I2C drivers to make use of the runtime PM framework by adding bus implementations of the runtime PM operations. These simply immediately suspend when the device is idle. The runtime PM framework provides drivers with off the shelf refcounts for enables and sysfs control for managing runtime suspend from userspace so is useful even without meaningful input from the bus. Signed-off-by: Mark Brown Signed-off-by: Jean Delvare --- Reading git-format-patch failed