linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: at91: pm: add quirks for ethernet
@ 2022-04-11 11:20 Claudiu Beznea
  2022-04-11 11:20 ` [PATCH 1/4] ARM: at91: pm: keep documentation inline with structure members Claudiu Beznea
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Claudiu Beznea @ 2022-04-11 11:20 UTC (permalink / raw)
  To: nicolas.ferre, alexandre.belloni, linux
  Cc: linux-arm-kernel, linux-kernel, Claudiu Beznea

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

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-11 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 11:20 [PATCH 0/4] ARM: at91: pm: add quirks for ethernet Claudiu Beznea
2022-04-11 11:20 ` [PATCH 1/4] ARM: at91: pm: keep documentation inline with structure members Claudiu Beznea
2022-04-11 11:20 ` [PATCH 2/4] ARM: at91: pm: introduce macros for pm mode replacement Claudiu Beznea
2022-04-11 11:20 ` [PATCH 3/4] ARM: at91: pm: add quirks for pm Claudiu Beznea
2022-04-11 11:20 ` [PATCH 4/4] ARM: at91: pm: use kernel documentation style Claudiu Beznea
2022-04-11 21:45   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).