Re: [PATCH 5/5] mmc: sdhci-omap: Configure optional wakeirq
From: Tony Lindgren <tony@atomide.com>
Date: 2021-09-24 07:08:32
Also in:
linux-mmc, linux-omap
From: Tony Lindgren <tony@atomide.com>
Date: 2021-09-24 07:08:32
Also in:
linux-mmc, linux-omap
* Tony Lindgren [off-list ref] [210923 05:34]:
* Grygorii Strashko [off-list ref] [210922 15:23]:quoted
quoted
@@ -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->wakeirqOops. 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