OSDN Git Service

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)
commitde417d137d9d8ff631e8af3ff380365919fb7c07
treecbe74980cf00115f4de10c652103a0b0ecb7af50
parent6d4e4ddc75ebd2849c57beeec6c6b07c2c0fbd18
parentbea5d143880128daa4036f7799bae32a70b56b05
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>