]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-phy-broadcom-RGMII-delays-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:12:48 +0000 (14:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:12:48 +0000 (14:12 -0700)
commit37c4236888a3aff9f43e924d09ba9bb4caa53612
treecbe74980cf00115f4de10c652103a0b0ecb7af50
parentf25d7a6226695c2f5cbc7eba9ffa112384de8c4e
parent55adcbf2a952e9b6d47d0e6326fb58e515c82472
Merge branch 'net-phy-broadcom-RGMII-delays-fixes'

Florian Fainelli says:

====================
net: phy: broadcom: RGMII delays fixes

This patch series fixes the BCM54210E RGMII delay configuration which
could only have worked in a PHY_INTERFACE_MODE_RGMII configuration.
There is a forward declaration added such that the first patch can be
picked up for -stable and apply fine all the way back to when the bug
was introduced.

The second patch eliminates duplicated code that used a different kind
of logic and did not use existing constants defined.
====================

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