]> 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)
commit20e44c8c28928d0a613cac45efe72fdcf27f34d7
tree43bf83b8ab40e99e645672c70383240fac6a7355
parentb9caa03081bcc70ffa59b35d8464d750c9293bf6
parent3c7d91cd5f9a7caab0a4f91fdf8fd242e02dc1eb
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