[PATCH v2 5/9] drivers/misc: convert existing I2C clients driver to use I2C core runtime PM

Greg Kroah-Hartman gregkh at linuxfoundation.org
Thu Sep 12 17:29:20 EDT 2013


On Wed, Sep 11, 2013 at 06:32:36PM +0300, Mika Westerberg wrote:
> The I2C core now prepares runtime PM on behalf of the I2C client device, so
> only thing the driver needs to do is to call pm_runtime_put() at the end of
> its ->probe().
> 
> This patch converts I2C client drivers under drivers/misc to use this
> model.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>

Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>



More information about the linux-arm-kernel mailing list