]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit364a9e69f27266c08aece2843d7bac3fcbdfe145
tree43bf83b8ab40e99e645672c70383240fac6a7355
parentd2f6ee11e281abf9b6d38d979133bbda0334cb75
parent0919a2a2e65577255e38c92d184796df65165ee1
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