Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] net: dsa: realtek: enable RTL8365MB power supplies
@ 2026-08-31 12:36 Oleksij Rempel
  2026-08-31 12:36 ` [PATCH net-next v3 1/3] dt-bindings: net: dsa: realtek: add " Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Oleksij Rempel @ 2026-08-31 12:36 UTC (permalink / raw)
  To: Linus Walleij, Luiz Angelo Daros de Luca, Andrew Lunn,
	Vladimir Oltean, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Oleksij Rempel, kernel, linux-kernel, Ahmad Fatoum,
	Alvin Šipraga, netdev, devicetree

The RTL8365MB family has several external power rails (analog, digital I/O
and PLL supplies) that on some boards are gated by regulators. Until now the
driver assumed they were always on, so it could not be used on designs that
keep these rails software-controlled.

This series adds a device-tree description for those supplies and enables
them in the driver before the chip is accessed:

The supplies are optional: boards that hard-wire the rails work unchanged

Ahmad Fatoum (1):
  net: dsa: realtek: rtl83xx: add support for enabling supplies

Oleksij Rempel (2):
  dt-bindings: net: dsa: realtek: add RTL8365MB power supplies
  net: dsa: realtek: rtl83xx: use dev_err_cast_probe() for reset GPIO

 .../devicetree/bindings/net/dsa/realtek.yaml  | 33 +++++++++++++++++++
 drivers/net/dsa/realtek/realtek.h             |  3 ++
 drivers/net/dsa/realtek/rtl8365mb_main.c      |  6 ++++
 drivers/net/dsa/realtek/rtl83xx.c             | 23 ++++++++++---
 4 files changed, 60 insertions(+), 5 deletions(-)

--
2.47.3


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

end of thread, other threads:[~2026-09-03  1:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 12:36 [PATCH net-next v3 0/3] net: dsa: realtek: enable RTL8365MB power supplies Oleksij Rempel
2026-08-31 12:36 ` [PATCH net-next v3 1/3] dt-bindings: net: dsa: realtek: add " Oleksij Rempel
2026-08-31 15:26   ` Conor Dooley
2026-08-31 12:36 ` [PATCH net-next v3 2/3] net: dsa: realtek: rtl83xx: add support for enabling supplies Oleksij Rempel
2026-08-31 12:36 ` [PATCH net-next v3 3/3] net: dsa: realtek: rtl83xx: use dev_err_cast_probe() for reset GPIO Oleksij Rempel
2026-08-31 13:08   ` Luiz Angelo Daros de Luca
2026-09-03  1:40 ` [PATCH net-next v3 0/3] net: dsa: realtek: enable RTL8365MB power supplies patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox