]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: marvell: add PHY tunable fast link down support for 88E1540
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 25 Mar 2019 18:35:41 +0000 (19:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Mar 2019 20:51:49 +0000 (13:51 -0700)
commit69f42be8af7158e6f10eecde20036cb411bd78f2
tree8b503359b6d4fcfbcf17106936f91c41e57907a0
parent3aeb0803f7ea11ff2fc478f7d58f2b8e713af380
net: phy: marvell: add PHY tunable fast link down support for 88E1540

1000BaseT standard requires that a link is reported as down earliest
after 750ms. Several use case however require a much faster detecion
of a broken link. Fast Link Down supports this by intentionally
violating a the standard. This patch exposes the Fast Link Down
feature of 88E1540 and 88E6390. These PHY's can be found as internal
PHY's in several switches: 88E635288E624088E617688E6172,
and 88E6390(X). Fast Link Down and EEE are mutually exclusive.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c