]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite9738b1a7dc19fe998fd76a2ec38adf2cd37916b
treee1baded556e97c18dc3a7a86fd239ac4b40995fb
parent6429e355ecbecc342c9c4e70d00c6475f09298cd
parenta0b848fb9f2983075d1c59fdef76611f22b2e92f
Merge branch 'mscc-RGMII'

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>