Merge branch 'net-phy-T1-support'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:46:28 +0000 (17:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 00:46:28 +0000 (17:46 -0700)
commit26b1b8d7f27bfb02cc4d115c48478e02594e318e
treeff05249f0c1589c686c5e739df007c0e4a5961bf
parent565d9d221bcb4cae926585681089b3ba4ef9be8e
parente5fb32c67cdb8908bcc0193244eced9e19de56f3
Merge branch 'net-phy-T1-support'

Andrew Lunn says:

====================
net: phy: T1 support

T1 PHYs make use of a single twisted pair, rather than the traditional
2 pair for 100BaseT or 4 pair for 1000BaseT. This patchset adds link
modes for 100BaseT1 and 1000BaseT1, and them makes use of 100BaseT1 in
the list of PHY features used by current T1 drivers.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>