Re: [PATCH 0/2] net: Fix crashes due to activity during suspend

2017-09-13 Thread Geert Uytterhoeven
Hi Florian, On Thu, Sep 7, 2017 at 3:09 PM, Florian Fainelli wrote: > On 08/23/2017 10:13 AM, Florian Fainelli wrote: >> On 08/23/2017 04:45 AM, Geert Uytterhoeven wrote: >>> On Tue, Aug 22, 2017 at 8:49 PM, Florian Fainelli >>> wrote: On

Re: [PATCH 0/2] net: Fix crashes due to activity during suspend

2017-09-07 Thread Florian Fainelli
On 08/23/2017 10:13 AM, Florian Fainelli wrote: > On 08/23/2017 04:45 AM, Geert Uytterhoeven wrote: >> Hi Florian, >> >> On Tue, Aug 22, 2017 at 8:49 PM, Florian Fainelli >> wrote: >>> On 08/22/2017 11:37 AM, Geert Uytterhoeven wrote: If an Ethernet device is used

Re: [PATCH 0/2] net: Fix crashes due to activity during suspend

2017-08-23 Thread Florian Fainelli
On 08/23/2017 04:45 AM, Geert Uytterhoeven wrote: > Hi Florian, > > On Tue, Aug 22, 2017 at 8:49 PM, Florian Fainelli > wrote: >> On 08/22/2017 11:37 AM, Geert Uytterhoeven wrote: >>> If an Ethernet device is used while the device is suspended, the system may >>> crash.

Re: [PATCH 0/2] net: Fix crashes due to activity during suspend

2017-08-23 Thread Geert Uytterhoeven
Hi Florian, On Tue, Aug 22, 2017 at 8:49 PM, Florian Fainelli wrote: > On 08/22/2017 11:37 AM, Geert Uytterhoeven wrote: >> If an Ethernet device is used while the device is suspended, the system may >> crash. >> >> E.g. on sh73a0/kzm9g and r8a73a4/ape6evm, the external

Re: [PATCH 0/2] net: Fix crashes due to activity during suspend

2017-08-22 Thread Geert Uytterhoeven
Hi Florian, On Tue, Aug 22, 2017 at 8:49 PM, Florian Fainelli wrote: > On 08/22/2017 11:37 AM, Geert Uytterhoeven wrote: >> If an Ethernet device is used while the device is suspended, the system may >> crash. >> >> E.g. on sh73a0/kzm9g and r8a73a4/ape6evm, the external

Re: [PATCH 0/2] net: Fix crashes due to activity during suspend

2017-08-22 Thread Florian Fainelli
On 08/22/2017 11:37 AM, Geert Uytterhoeven wrote: > Hi all, > > If an Ethernet device is used while the device is suspended, the system may > crash. > > E.g. on sh73a0/kzm9g and r8a73a4/ape6evm, the external Ethernet chip is > driven by a PM controlled clock. If the Ethernet registers are

[PATCH 0/2] net: Fix crashes due to activity during suspend

2017-08-22 Thread Geert Uytterhoeven
Hi all, If an Ethernet device is used while the device is suspended, the system may crash. E.g. on sh73a0/kzm9g and r8a73a4/ape6evm, the external Ethernet chip is driven by a PM controlled clock. If the Ethernet registers are accessed while the clock is not running, the system will