Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-11-01 Thread Ulf Hansson
On 1 November 2016 at 05:19, Rafael J. Wysocki wrote: > On Thursday, October 27, 2016 01:53:03 PM Ulf Hansson wrote: >> On 27 October 2016 at 13:41, Geert Uytterhoeven wrote: >> > Hi Ulf, >> > >> > On Thu, Oct 27, 2016 at 1:23 PM, Ulf Hansson

Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-31 Thread Rafael J. Wysocki
On Thursday, October 27, 2016 01:53:03 PM Ulf Hansson wrote: > On 27 October 2016 at 13:41, Geert Uytterhoeven wrote: > > Hi Ulf, > > > > On Thu, Oct 27, 2016 at 1:23 PM, Ulf Hansson wrote: > >> The smsc911c driver puts its device into low power

Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-28 Thread Jeremy Linton
Hi, On 10/27/2016 06:23 AM, Ulf Hansson wrote: The smsc911c driver puts its device into low power state when entering system suspend. Although it doesn't update the device's runtime PM status to RPM_SUSPENDED, which causes problems for a parent device. In particular, when the runtime PM status

Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-27 Thread Ulf Hansson
On 27 October 2016 at 13:54, Geert Uytterhoeven wrote: > Hi Ulf, > > On Thu, Oct 27, 2016 at 1:53 PM, Ulf Hansson wrote: >> On 27 October 2016 at 13:41, Geert Uytterhoeven wrote: >>> On Thu, Oct 27, 2016 at 1:23 PM, Ulf Hansson

Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-27 Thread Geert Uytterhoeven
Hi Ulf, On Thu, Oct 27, 2016 at 1:23 PM, Ulf Hansson wrote: > The smsc911c driver puts its device into low power state when entering > system suspend. Although it doesn't update the device's runtime PM status > to RPM_SUSPENDED, which causes problems for a parent device.

[PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-27 Thread Ulf Hansson
The smsc911c driver puts its device into low power state when entering system suspend. Although it doesn't update the device's runtime PM status to RPM_SUSPENDED, which causes problems for a parent device. In particular, when the runtime PM status of the parent is requested to be updated to

Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-27 Thread Geert Uytterhoeven
Hi Ulf, On Thu, Oct 27, 2016 at 1:53 PM, Ulf Hansson wrote: > On 27 October 2016 at 13:41, Geert Uytterhoeven wrote: >> On Thu, Oct 27, 2016 at 1:23 PM, Ulf Hansson wrote: >>> The smsc911c driver puts its device into low

Re: [PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend

2016-10-27 Thread Ulf Hansson
On 27 October 2016 at 13:41, Geert Uytterhoeven wrote: > Hi Ulf, > > On Thu, Oct 27, 2016 at 1:23 PM, Ulf Hansson wrote: >> The smsc911c driver puts its device into low power state when entering >> system suspend. Although it doesn't update the