Re: [PATCH v5 3/3] net: phy: micrel: expose KSZ87xx low-loss cable tunables

From: Marek Vasut

Date: Tue May 05 2026 - 09:29:15 EST


On 5/5/26 1:42 PM, Fidelio Lawson wrote:

[...]

static int ksz9021_load_values_from_of(struct phy_device *phydev,
const struct device_node *of_node,
u16 reg,
@@ -6809,6 +6861,8 @@ static struct phy_driver ksphy_driver[] = {
/* PHY_BASIC_FEATURES */
.config_init = kszphy_config_init,
.match_phy_device = ksz8795_match_phy_device,
+ .get_tunable = ksz87xx_get_tunable,
+ .set_tunable = ksz87xx_set_tunable,
It might be good to keep the function name prefix consistent, i.e. ksz8795_get_tunable and ksz8795_set_tunable . Or add a separate rename patch for ksz8795_match_phy_device -> ksz87xx_match_phy_device.