1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/dsa/realtek
Luiz Angelo Daros de Luca 56998aa6b7 net: dsa: realtek: support reset controller
Add support for resetting the device using a reset controller,
complementing the existing GPIO reset functionality (reset-gpios).

Although the reset is optional and the driver performs a soft reset
during setup, if the initial reset pin state was asserted, the driver
will not detect the device until the reset is deasserted.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-02-28 08:21:41 +00:00
..
Kconfig net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsa 2024-02-12 10:42:17 +00:00
Makefile net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsa 2024-02-12 10:42:17 +00:00
realtek-mdio.c net: dsa: realtek: use the same mii bus driver for both interfaces 2024-02-12 10:42:17 +00:00
realtek-mdio.h net: dsa: realtek: convert variants into real drivers 2024-02-12 10:42:16 +00:00
realtek-smi.c net: dsa: realtek: use the same mii bus driver for both interfaces 2024-02-12 10:42:17 +00:00
realtek-smi.h net: dsa: realtek: convert variants into real drivers 2024-02-12 10:42:16 +00:00
realtek.h net: dsa: realtek: support reset controller 2024-02-28 08:21:41 +00:00
rtl83xx.c net: dsa: realtek: support reset controller 2024-02-28 08:21:41 +00:00
rtl83xx.h net: dsa: realtek: support reset controller 2024-02-28 08:21:41 +00:00
rtl8365mb.c net: dsa: realtek: fix digital interface select macro for EXT0 2024-02-13 18:53:11 -08:00
rtl8366-core.c net: dsa: realtek: introduce REALTEK_DSA namespace 2024-02-12 10:42:16 +00:00
rtl8366rb.c net: dsa: realtek: embed dsa_switch into realtek_priv 2024-02-12 10:42:17 +00:00