Merge branch 'Ingenic-SOC-mac-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Jun 2021 20:06:53 +0000 (13:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jun 2021 20:12:33 +0000 (13:12 -0700)
commited0141d113c537a24df2f617f11c9bc50d673c90
tree43bf83b8ab40e99e645672c70383240fac6a7355
parent0a84a828d7cafe4e6a0efe7b0e5a8343263031c8
parent2bb4b98b60d7dc89fc0a5bb64534be348ab654df
Merge branch 'Ingenic-SOC-mac-support'

Zhou Yanjie says:

====================
Add Ingenic SoCs MAC support.

v2->v3:
1.Add "ingenic,mac.yaml" for Ingenic SoCs.
2.Change tx clk delay and rx clk delay from hardware value to ps.
3.return -EINVAL when a unsupported value is encountered when
  parsing the binding.
4.Simplify the code of the RGMII part of X2000 SoC according to
  Andrew Lunn’s suggestion.
5.Follow the example of "dwmac-mediatek.c" to improve the code
  that handles delays according to Andrew Lunn’s suggestion.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-ingenic.c