Re: [PATCH v2 06/11] net: stmmac: dwmac-stm32: clean the way to manage wol irqwake

From: Marek Vasut
Date: Fri Apr 26 2024 - 12:01:24 EST


On 4/26/24 2:57 PM, Christophe Roullier wrote:
On STM32 platforms it is no longer needed to use a dedicated wakeup to
wake up system from CStop.

This really needs more clarification.

Why was the code needed before ? Maybe because it was used by some of the older STM32F4/F7/H7 SoCs ? Is it still needed by those SoCs ? Will this patch break those older SoCs ?

This patch removes the dedicated wake up usage
and clean the way to register the wake up irq.

[...]