]> git.ipfire.org Git - thirdparty/linux.git/commit
net: ftgmac100: refactor getting phy device handle
authorJacky Chou <jacky_chou@aspeedtech.com>
Tue, 22 Oct 2024 08:42:14 +0000 (16:42 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 29 Oct 2024 22:41:16 +0000 (15:41 -0700)
commit4dbc8d6d05b7d977cf7997d3fcd6cfd74ba9b4de
tree544b8f339e7b64524bbc71feeab1cc3197010f06
parentb62607870b291d72ca4a07b24fa298dcb2762b79
net: ftgmac100: refactor getting phy device handle

Consolidate the handling of dedicated PHY and fixed-link phy by taking
advantage of logic in of_phy_get_and_connect() which handles both of
these cases, rather than open coding the same logic in ftgmac100_probe().

Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20241022084214.1261174-1-jacky_chou@aspeedtech.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/faraday/ftgmac100.c