summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKeguang Zhang <keguang.zhang@gmail.com>2023-09-14 19:44:35 +0800
committerDavid S. Miller <davem@davemloft.net>2023-09-16 11:46:14 +0100
commitd301c66b35b469d5f6e48f6a7c115ba135d18a14 (patch)
tree54640250e83c370498f6da27843fb2e17f02596a /MAINTAINERS
parent2af21077fa9f8aa7b2418bd3bb835d337d1caeab (diff)
net: stmmac: Add glue layer for Loongson-1 SoC
This glue driver is created based on the arch-code implemented earlier with the platform-specific settings. Use syscon for SYSCON register access. And modify MAINTAINERS to add a new F: entry for this driver. Partially based on the previous work by Serge Semin. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> Reviewed-by: Serge Semin <fancer.lancer@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5e3e19960af2..9d0027f389e1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14348,6 +14348,7 @@ F: Documentation/devicetree/bindings/*/loongson,ls1*.yaml
F: arch/mips/include/asm/mach-loongson32/
F: arch/mips/loongson32/
F: drivers/*/*loongson1*
+F: drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c
MIPS/LOONGSON2EF ARCHITECTURE
M: Jiaxun Yang <jiaxun.yang@flygoat.com>