linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable 5.16+ 0/3] backported Realtek DSA driver fixes for 5.16 and 5.17
@ 2022-04-12 17:32 Alvin Šipraga
  2022-04-12 17:32 ` [PATCH stable 5.16+ 1/3] net: dsa: realtek: allow subdrivers to externally lock regmap Alvin Šipraga
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alvin Šipraga @ 2022-04-12 17:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sasha Levin, stable, Linus Walleij,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, Vladimir Oltean,
	David S. Miller, Jakub Kicinski, Michael Rasmussen,
	Alvin Šipraga, Luiz Angelo Daros de Luca
  Cc: netdev, linux-kernel

From: Alvin Šipraga <alsi@bang-olufsen.dk>

These fixes can be applied to both 5.16 and 5.17 - the subtree of
drivers/net/dsa/realtek is identical save for a few unrelated places.

The main backporting effort was to remove some parts of the patches
which touched the newly introduced MDIO interface, which was introduced
in the 5.18 development cycle, and to work around a mass-rename of a
single variable (smi -> priv). Regrettably this rename will make future
stable backports equally tedious and hard to automate.

Please let me know if you would like me to send the series again for
5.17.

Thanks!


Alvin Šipraga (3):
  net: dsa: realtek: allow subdrivers to externally lock regmap
  net: dsa: realtek: rtl8365mb: serialize indirect PHY register access
  net: dsa: realtek: make interface drivers depend on OF

 drivers/net/dsa/realtek/Kconfig            |  1 +
 drivers/net/dsa/realtek/realtek-smi-core.c | 48 +++++++++++++++++--
 drivers/net/dsa/realtek/realtek-smi-core.h |  2 +
 drivers/net/dsa/realtek/rtl8365mb.c        | 54 +++++++++++++---------
 4 files changed, 81 insertions(+), 24 deletions(-)

-- 
2.35.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 17:32 [PATCH stable 5.16+ 0/3] backported Realtek DSA driver fixes for 5.16 and 5.17 Alvin Šipraga
2022-04-12 17:32 ` [PATCH stable 5.16+ 1/3] net: dsa: realtek: allow subdrivers to externally lock regmap Alvin Šipraga
2022-04-12 17:32 ` [PATCH stable 5.16+ 2/3] net: dsa: realtek: rtl8365mb: serialize indirect PHY register access Alvin Šipraga
2022-04-12 17:32 ` [PATCH stable 5.16+ 3/3] net: dsa: realtek: make interface drivers depend on OF Alvin Šipraga
2022-04-14 11:03 ` [PATCH stable 5.16+ 0/3] backported Realtek DSA driver fixes for 5.16 and 5.17 Greg Kroah-Hartman

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).