]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb33ece9f95688e88130b8af40a8ec1f03a6168d
treeff05249f0c1589c686c5e739df007c0e4a5961bf
parent70fe600ec619a20a280dbb69cc46334ee87cd704
parentf36eed993ef548d725af814a8d6cf88a846ffe38
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>