Re: [RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-09-02 Thread Mika Westerberg
On Wed, Aug 28, 2013 at 11:38:58AM +0200, Wolfram Sang wrote: > On Tue, Aug 20, 2013 at 05:03:35PM +0300, Mika Westerberg wrote: > > From: Aaron Lu > > > > This patch adds runtime PM support for the I2C bus in a similar way that > > has been done for PCI bus already. This means that the I2C bus

Re: [RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-09-02 Thread Mika Westerberg
On Wed, Aug 28, 2013 at 11:38:58AM +0200, Wolfram Sang wrote: On Tue, Aug 20, 2013 at 05:03:35PM +0300, Mika Westerberg wrote: From: Aaron Lu aaron...@intel.com This patch adds runtime PM support for the I2C bus in a similar way that has been done for PCI bus already. This means that the

Re: [RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-08-28 Thread Wolfram Sang
On Tue, Aug 20, 2013 at 05:03:35PM +0300, Mika Westerberg wrote: > From: Aaron Lu > > This patch adds runtime PM support for the I2C bus in a similar way that > has been done for PCI bus already. This means that the I2C bus core > prepares runtime PM for a client device just before a driver is

Re: [RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-08-28 Thread Wolfram Sang
On Tue, Aug 20, 2013 at 05:03:35PM +0300, Mika Westerberg wrote: From: Aaron Lu aaron...@intel.com This patch adds runtime PM support for the I2C bus in a similar way that has been done for PCI bus already. This means that the I2C bus core prepares runtime PM for a client device just before

Re: [RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-08-20 Thread Rafael J. Wysocki
On Tuesday, August 20, 2013 05:03:35 PM Mika Westerberg wrote: > From: Aaron Lu > > This patch adds runtime PM support for the I2C bus in a similar way that > has been done for PCI bus already. This means that the I2C bus core > prepares runtime PM for a client device just before a driver is

[RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-08-20 Thread Mika Westerberg
From: Aaron Lu This patch adds runtime PM support for the I2C bus in a similar way that has been done for PCI bus already. This means that the I2C bus core prepares runtime PM for a client device just before a driver is about to be bound to it. Devices that are not bound to any driver are not

[RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-08-20 Thread Mika Westerberg
From: Aaron Lu aaron...@intel.com This patch adds runtime PM support for the I2C bus in a similar way that has been done for PCI bus already. This means that the I2C bus core prepares runtime PM for a client device just before a driver is about to be bound to it. Devices that are not bound to any

Re: [RFC PATCH 1/2] i2c: prepare runtime PM support for I2C client devices

2013-08-20 Thread Rafael J. Wysocki
On Tuesday, August 20, 2013 05:03:35 PM Mika Westerberg wrote: From: Aaron Lu aaron...@intel.com This patch adds runtime PM support for the I2C bus in a similar way that has been done for PCI bus already. This means that the I2C bus core prepares runtime PM for a client device just before a