Re: [PATCH 3/3] RFC: net: smsc911x: add wake-up event interrupt support From: Florian Fainelli <f.fainelli@gmail.com> Date: 2016-07-15 19:13:38 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 signal is active for 50 ms, wait for it to deassert */ + usleep_range(50000, 100000); Should not you have a call to pm_wakeup_event() such that this probably gets accounted for as a wake-up event in /sys/*? -- Florian
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help