Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1688841

[PATCH net-next v2 0/4] net-next: mediatek: add support for ethernet on MT7622 SoC

From <sean.wang@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH net-next v2 0/4] net-next: mediatek: add support for ethernet on MT7622 SoC
Date 2017-07-17 12:10 +0200
Message-ID <u4b8t-3FY-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Sean Wang <sean.wang@mediatek.com>

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.

Sean Wang (4):
  dt-bindings: net: mediatek: add support for MediaTek MT7623 and MT7622
    SoC
  net-next: mediatek: add platform data to adapt into various hardware
  net-next: mediatek: add support for MediaTek MT7622 SoC
  MAINTAINERS: add Sean/Nelson as MediaTek ethernet maintainers

 .../devicetree/bindings/net/mediatek-net.txt       |  12 +-
 MAINTAINERS                                        |   2 +
 drivers/net/ethernet/mediatek/Kconfig              |   6 +-
 drivers/net/ethernet/mediatek/mtk_eth_soc.c        | 142 +++++++++++++++++++--
 drivers/net/ethernet/mediatek/mtk_eth_soc.h        |  73 ++++++++++-
 5 files changed, 214 insertions(+), 21 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next v2 0/4] net-next: mediatek: add support for ethernet on MT7622 SoC <sean.wang@mediatek.com> - 2017-07-17 12:10 +0200
  [PATCH net-next v2 3/4] net-next: mediatek: add support for MediaTek MT7622 SoC <sean.wang@mediatek.com> - 2017-07-17 12:10 +0200
  [PATCH net-next v2 2/4] net-next: mediatek: add platform data to adapt into various hardware <sean.wang@mediatek.com> - 2017-07-17 12:10 +0200
    Re: [PATCH net-next v2 2/4] net-next: mediatek: add platform data to  adapt into various hardware Andrew Lunn <andrew@lunn.ch> - 2017-07-17 15:50 +0200
      Re: [PATCH net-next v2 2/4] net-next: mediatek: add platform data to  adapt into various hardware Andrew Lunn <andrew@lunn.ch> - 2017-07-17 15:50 +0200
  [PATCH net-next v2 4/4] MAINTAINERS: add Sean/Nelson as MediaTek ethernet maintainers <sean.wang@mediatek.com> - 2017-07-17 12:10 +0200
  [PATCH net-next v2 1/4] dt-bindings: net: mediatek: add support for MediaTek MT7623 and MT7622 SoC <sean.wang@mediatek.com> - 2017-07-17 12:10 +0200
    Re: [PATCH net-next v2 1/4] dt-bindings: net: mediatek: add support  for MediaTek MT7623 and MT7622 SoC Andrew Lunn <andrew@lunn.ch> - 2017-07-17 15:40 +0200
      Re: [PATCH net-next v2 1/4] dt-bindings: net: mediatek: add support  for MediaTek MT7623 and MT7622 SoC Sean Wang <sean.wang@mediatek.com> - 2017-07-18 07:20 +0200

csiph-web