Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Mika Westerberg
On Thu, Sep 12, 2013 at 01:04:55PM +0200, Rafael J. Wysocki wrote: > On Thursday, September 12, 2013 12:43:02 PM Mika Westerberg wrote: > > On Thu, Sep 12, 2013 at 10:31:45AM +0100, Mark Brown wrote: > > > On Thu, Sep 12, 2013 at 12:27:43PM +0300, Mika Westerberg wrote: > > > > On Wed, Sep 11, 2013

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Mika Westerberg
On Thu, Sep 12, 2013 at 01:04:28PM +0200, Wolfram Sang wrote: > On Thu, Sep 12, 2013 at 01:04:55PM +0200, Rafael J. Wysocki wrote: > > On Thursday, September 12, 2013 12:43:02 PM Mika Westerberg wrote: > > > On Thu, Sep 12, 2013 at 10:31:45AM +0100, Mark Brown wrote: > > > > On Thu, Sep 12, 2013 at

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Wolfram Sang
On Thu, Sep 12, 2013 at 01:04:55PM +0200, Rafael J. Wysocki wrote: > On Thursday, September 12, 2013 12:43:02 PM Mika Westerberg wrote: > > On Thu, Sep 12, 2013 at 10:31:45AM +0100, Mark Brown wrote: > > > On Thu, Sep 12, 2013 at 12:27:43PM +0300, Mika Westerberg wrote: > > > > On Wed, Sep 11, 2013

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Rafael J. Wysocki
On Thursday, September 12, 2013 12:43:02 PM Mika Westerberg wrote: > On Thu, Sep 12, 2013 at 10:31:45AM +0100, Mark Brown wrote: > > On Thu, Sep 12, 2013 at 12:27:43PM +0300, Mika Westerberg wrote: > > > On Wed, Sep 11, 2013 at 04:51:20PM +0100, Mark Brown wrote: > > > > > > I would be able to hav

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Mika Westerberg
On Thu, Sep 12, 2013 at 10:31:45AM +0100, Mark Brown wrote: > On Thu, Sep 12, 2013 at 12:27:43PM +0300, Mika Westerberg wrote: > > On Wed, Sep 11, 2013 at 04:51:20PM +0100, Mark Brown wrote: > > > > I would be able to have this and the other patch in the SPI tree in case > > > it overlaps with oth

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Mark Brown
On Thu, Sep 12, 2013 at 12:27:43PM +0300, Mika Westerberg wrote: > On Wed, Sep 11, 2013 at 04:51:20PM +0100, Mark Brown wrote: > > I would be able to have this and the other patch in the SPI tree in case > > it overlaps with other work - I'm not sure what the plan will be for > > merging this stuf

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-12 Thread Mika Westerberg
On Wed, Sep 11, 2013 at 04:51:20PM +0100, Mark Brown wrote: > On Wed, Sep 11, 2013 at 06:32:39PM +0300, Mika Westerberg wrote: > > This patch adds runtime PM support for the SPI bus analogous to what has > > been done for the I2C bus. This means that the SPI core prepares runtime PM > > for a clien

Re: [PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-11 Thread Mark Brown
On Wed, Sep 11, 2013 at 06:32:39PM +0300, Mika Westerberg wrote: > This patch adds runtime PM support for the SPI bus analogous to what has > been done for the I2C bus. This means that the SPI core prepares runtime PM > for a client device just before a driver is about to be bound to it. > Devices

[PATCH v2 8/9] spi: prepare runtime PM support for SPI devices

2013-09-11 Thread Mika Westerberg
This patch adds runtime PM support for the SPI bus analogous to what has been done for the I2C bus. This means that the SPI 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 prepared for runtime PM. In ord