OSDN Git Service

Merge branch 'mscc-RGMII'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2020 04:14:46 +0000 (21:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2020 04:14:46 +0000 (21:14 -0700)
Antoine Tenart says:

====================
net: phy: mscc: add support for RGMII MAC mode

This series adds support for the RGMII MAC mode for the VSC8584 PHY
family and for RGMII_ID modes (Tx and/or Rx).

I decided to drop the custom delay for now. I made some tests and it
seemed to be working quite well. If we find out we really need to lower
the delay, which I doubt, I'll send support for it.

Since v2:
  - Dropped support for custom dt bindings.
  - Add the 2ns delay based on the interface mode.
====================

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

Trivial merge