linux/drivers/net/ethernet/altera
Maxime Chevallier 055e554b8f net: altera-tse: Init PCS and phylink before registering netdev
register_netdev() must be done only once all resources are ready, as
they may be used in .ndo_open() immediately upon registration.

Move the lynx PCS and phylink initialisation before registerng the
netdevice. We also remove the call to netif_carrier_off(), as phylink
takes care of that.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20251103104928.58461-5-maxime.chevallier@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-04 18:15:15 -08:00
..
Kconfig net: altera-tse: make ALTERA_TSE depend on HAS_IOMEM 2023-08-18 10:18:51 -07:00
Makefile
altera_msgdma.c
altera_msgdma.h
altera_msgdmahw.h
altera_sgdma.c
altera_sgdma.h
altera_sgdmahw.h
altera_tse.h net: altera-tse: Warn on bad revision at probe time 2025-11-04 18:15:15 -08:00
altera_tse_ethtool.c
altera_tse_main.c net: altera-tse: Init PCS and phylink before registering netdev 2025-11-04 18:15:15 -08:00
altera_utils.c
altera_utils.h