OSDN Git Service

Merge branch 'mediatek-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 22:51:49 +0000 (15:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 22:51:49 +0000 (15:51 -0700)
commit1ae39d658d0269a91baf2b85074a66d6be7a37d9
treed870082f8e27fe95f26cd669f00954082f198ed0
parent2e674381be84311dc88de61b9c9bb39e67fc4f2c
parent0857d6f86527dd8cf166e0ec570865d981d3d06d
Merge branch 'mediatek-next'

Sean Wang says:

====================
net-next: mediatek: add support for ethernet on MT7622 SoC

Changes since v2:
- update John's mail

Changes since v1:
- add refinement for ethernet clock management
- take out the code block for ESW, add it until ESW driver is actually introduced

The series adds the driver for ethernet controller found on MT7622 SoC.
There are additions against with previous MT7623 SoC such as shared SGMII
given for the dual GMACs and built-in 5-ports 10/100 embedded switch support
(ESW). Thus more clocks consumers and SGMII hardware setup for the extra
features are all introduced here and as for the support for ESW that would be
planned to add in the separate patch integrating with DSA infrastructure
in the future.

Currently testing successfully is done with those patches for the conditions
such as GMAC2 with IP1001 PHY via RGMII and GMAC1/2 with RTL8211F PHY via SGMII.
====================

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