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

net: phy: smsc: enable edpd tunable support

Enable EDPD PHY tunable support for all drivers using
lan87xx_read_status.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Heiner Kallweit and committed by
David S. Miller
3c4c3b3e 657de1cf

+12
+12
drivers/net/phy/smsc.c
··· 469 469 .get_strings = smsc_get_strings, 470 470 .get_stats = smsc_get_stats, 471 471 472 + .get_tunable = smsc_phy_get_tunable, 473 + .set_tunable = smsc_phy_set_tunable, 474 + 472 475 .suspend = genphy_suspend, 473 476 .resume = genphy_resume, 474 477 }, { ··· 516 513 .get_strings = smsc_get_strings, 517 514 .get_stats = smsc_get_stats, 518 515 516 + .get_tunable = smsc_phy_get_tunable, 517 + .set_tunable = smsc_phy_set_tunable, 518 + 519 519 .suspend = genphy_suspend, 520 520 .resume = genphy_resume, 521 521 }, { ··· 544 538 .get_sset_count = smsc_get_sset_count, 545 539 .get_strings = smsc_get_strings, 546 540 .get_stats = smsc_get_stats, 541 + 542 + .get_tunable = smsc_phy_get_tunable, 543 + .set_tunable = smsc_phy_set_tunable, 547 544 548 545 .suspend = genphy_suspend, 549 546 .resume = genphy_resume, ··· 577 568 .get_sset_count = smsc_get_sset_count, 578 569 .get_strings = smsc_get_strings, 579 570 .get_stats = smsc_get_stats, 571 + 572 + .get_tunable = smsc_phy_get_tunable, 573 + .set_tunable = smsc_phy_set_tunable, 580 574 581 575 .suspend = genphy_suspend, 582 576 .resume = genphy_resume,