* Tony Lindgren <tony@xxxxxxxxxxx> [210923 05:34]: > * Grygorii Strashko <grygorii.strashko@xxxxxx> [210922 15:23]: > > > @@ -1360,6 +1363,21 @@ static int sdhci_omap_probe(struct platform_device *pdev) > > > sdhci_omap_context_save(omap_host); > > > omap_host->context_valid = 1; > > > + of_irq_get_byname(dev->of_node, "wakeup"); > > > > No assign to omap_host->wakeirq > > Oops. Thanks for spotting it, will fix. Ah I forgot that wlcore does not use the dat1 interrupt but has a separate gpio interrupt for wake-up. And that's why grep wake /proc/interrupts was increasing for me.. I'll ad a comment about that and will also test with mwifiex_sdio device I have. Regards, Tony