Merge branch 'net-phy-broadcom-cable-tester-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2020 19:52:39 +0000 (12:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 May 2020 19:52:39 +0000 (12:52 -0700)
commit87f785e96218247ed47107792c20f3d86778da4b
tree70662d326630e5b2e915c7010034e610366b2f4e
parentea13d71887bd589d2f08ca74a3e1961dd68b678d
parentf956af3fd474c1f47332920abd656cd713febe3f
Merge branch 'net-phy-broadcom-cable-tester-support'

Michael Walle says:

====================
net: phy: broadcom: cable tester support

Add cable tester support for the Broadcom PHYs. Support for it was
developed on a BCM54140 Quad PHY which RDB register access.

If there is a link partner the results are not as good as with an open
cable. I guess we could retry if the measurement until all pairs had at
least one valid result.

changes since v1:
 - added Reviewed-by: tags
 - removed "div by 2" for cross shorts, just mention it in the commit
   message. The results are inconclusive if the tests are repeated. So
   just report the length as is for now.
 - fixed typo in commit message
====================

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