Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: spacemit: display phy driver information

Print the PHY driver used and interrupt status after connection.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260201100001.33102-1-amadeus@jmu.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Chukun Pan and committed by
Jakub Kicinski
fd102acf a22f5775

+2
+2
drivers/net/ethernet/spacemit/k1_emac.c
··· 1634 1634 1635 1635 emac_update_delay_line(priv); 1636 1636 1637 + phy_attached_info(phydev); 1638 + 1637 1639 err_node_put: 1638 1640 of_node_put(np); 1639 1641 return ret;