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

2016-07-15 Thread Florian Fainelli
On 07/08/2016 02:07 AM, Linus Walleij wrote: > +static irqreturn_t smsc911x_pme_irq_thread(int irq, void *dev_id) > +{ > + struct net_device *dev = dev_id; > + struct smsc911x_data *pdata __maybe_unused = netdev_priv(dev); > + > + SMSC_TRACE(pdata, pm, "wakeup event"); > + /* This s

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

2016-07-11 Thread Sudeep Holla
On 08/07/16 10:07, 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 to suppor

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

2016-07-11 Thread Tony Lindgren
* Linus Walleij [160708 02:10]: > 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. Cool, so far have not found any boards

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

2016-07-08 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