diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-04-03 03:19:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-04-03 11:13:01 +0200 |
commit | 110c18bfed41421edd677935dd33be5e6507ba92 (patch) | |
tree | b4b8f98a5639405c9e8295900bae1992eff7a6ab /MAINTAINERS | |
parent | net: dsa: mt7530: skip locking if MDIO bus isn't present (diff) | |
download | linux-110c18bfed41421edd677935dd33be5e6507ba92.tar.xz linux-110c18bfed41421edd677935dd33be5e6507ba92.zip |
net: dsa: mt7530: introduce driver for MT7988 built-in switch
Add driver for the built-in Gigabit Ethernet switch which can be found
in the MediaTek MT7988 SoC.
The switch shares most of its design with MT7530 and MT7531, but has
it's registers mapped into the SoCs register space rather than being
connected externally or internally via MDIO.
Introduce a new platform driver to support that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4970a6c6a0a8..7812f0e251ad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13175,9 +13175,11 @@ MEDIATEK SWITCH DRIVER M: Sean Wang <sean.wang@mediatek.com> M: Landen Chao <Landen.Chao@mediatek.com> M: DENG Qingfang <dqfext@gmail.com> +M: Daniel Golle <daniel@makrotopia.org> L: netdev@vger.kernel.org S: Maintained F: drivers/net/dsa/mt7530-mdio.c +F: drivers/net/dsa/mt7530-mmio.c F: drivers/net/dsa/mt7530.* F: net/dsa/tag_mtk.c |