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

net: phy: meson-gxl: enable edpd tunable support for G12A internal PHY

Enable EDPD PHY tunable support for the G12A internal PHY, reusing the
recently added tunable support in the smsc driver.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/8d309575-067c-7321-33cf-6ffac11f7c8d@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Heiner Kallweit and committed by
Jakub Kicinski
992e7690 b103bab0

+4
+4
drivers/net/phy/meson-gxl.c
··· 210 210 .read_status = lan87xx_read_status, 211 211 .config_intr = smsc_phy_config_intr, 212 212 .handle_interrupt = smsc_phy_handle_interrupt, 213 + 214 + .get_tunable = smsc_phy_get_tunable, 215 + .set_tunable = smsc_phy_set_tunable, 216 + 213 217 .suspend = genphy_suspend, 214 218 .resume = genphy_resume, 215 219 .read_mmd = genphy_read_mmd_unsupported,