OSDN Git Service

Merge branch 'RGMII-delays-for-SJA1105-DSA-driver'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2019 03:06:54 +0000 (20:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2019 03:06:54 +0000 (20:06 -0700)
commit6566cd3690c19759b57757b171e9d605bd38432b
treea80de21e64e48bd692842e7a02024920937ec49f
parent283da99af1d8981b1fa075e9d002222b284fea0c
parentc05ec3d4d7df57ff286917f7fb54aec6fa4691c5
Merge branch 'RGMII-delays-for-SJA1105-DSA-driver'

Vladimir Oltean says:

====================
RGMII delays for SJA1105 DSA driver

This patchset configures the Tunable Delay Lines of the SJA1105 P/Q/R/S
switches. These add a programmable phase offset on the RGMII RX and TX
clock signals and get used by the driver for fixed-link interfaces that
use the rgmii-id, rgmii-txid or rgmii-rxid phy-modes.

Tested on a board where RGMII delays were already set up, by adding
MAC-side delays on the RGMII interface towards a BCM5464R PHY and
noticing that the MAC now reports SFD, preamble, FCS etc. errors.

Conflicts trivially in drivers/net/dsa/sja1105/sja1105_spi.c with
https://patchwork.ozlabs.org/project/netdev/list/?series=112614&state=*
which must be applied first.
====================

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