[PATCH v2 0/4] ARM: at91: pm: add quirks for ethernet

From: Claudiu Beznea
Date: Tue Apr 12 2022 - 11:29:00 EST


Hi,

As described in patch 3/4 when receiving WoL packet on Ethernet
interfaces of AT91 SoCs and being in ULP0 or ULP1 AT91 specific power
management modes some SoCs may block other may have Ethernet interfaces
broken after resume. Workaround for this would be to disable clocks
for these Ethernet interfaces. As the MACB driver is common to multiple
vendors and multiple architectures and ULP0, ULP1 PM modes are AT91
specific the fix has been implemented in arch/arm/mach-at91 to avoid
having AT91 specific code in MACB driver.

Along with this patches I took the chance and added few comment style
fixups.

Thank you,
Claudiu Beznea

Changes in v2:
- in patch 4/4: use proper structure name in documentation

Claudiu Beznea (4):
ARM: at91: pm: keep documentation inline with structure members
ARM: at91: pm: introduce macros for pm mode replacement
ARM: at91: pm: add quirks for pm
ARM: at91: pm: use kernel documentation style

arch/arm/mach-at91/pm.c | 367 ++++++++++++++++++++++++++++++++++++----
1 file changed, 334 insertions(+), 33 deletions(-)

--
2.32.0