Re: [PATCH 3/3 v2] net: smsc911x: add wake-up event interrupt support

2016-09-07 Thread Linus Walleij
On Wed, Aug 31, 2016 at 5:27 PM, Jeremy Linton wrote: > The cleanup code in drv_remove seems to be missing, am I missing something? No you're right it's just my bad coding. Fixing it and thanks for noticing. > Also, do you want the wake-up to be active if the interface is downed? Hm! Good poin

Re: [PATCH 3/3 v2] net: smsc911x: add wake-up event interrupt support

2016-08-31 Thread Jeremy Linton
Hi, On 08/24/2016 07:59 AM, Linus Walleij wrote: The SMSC911x have a line out of the chip called "PME", Power Management Event. When connected to an asynchronous interrupt controller this is able to wake the system up from sleep in response to certain network events. This is the first attempt t

Re: [PATCH 3/3 v2] net: smsc911x: add wake-up event interrupt support

2016-08-31 Thread Jeremy Linton
Hi Linus, On 08/24/2016 07:59 AM, Linus Walleij wrote: The SMSC911x have a line out of the chip called "PME", Power Management Event. When connected to an asynchronous interrupt controller this is able to wake the system up from sleep in response to certain network events. This is the first at

Re: [PATCH 3/3 v2] net: smsc911x: add wake-up event interrupt support

2016-08-26 Thread Tony Lindgren
* Linus Walleij [160824 06:00]: > The SMSC911x have a line out of the chip called "PME", > Power Management Event. When connected to an asynchronous > interrupt controller this is able to wake the system up > from sleep in response to certain network events. > > This is the first attempt to suppo

[PATCH 3/3 v2] net: smsc911x: add wake-up event interrupt support

2016-08-24 Thread Linus Walleij
The SMSC911x have a line out of the chip called "PME", Power Management Event. When connected to an asynchronous interrupt controller this is able to wake the system up from sleep in response to certain network events. This is the first attempt to support this in the Linux driver: the Qualcomm APQ