mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
4cb6bd9a6d
Replace previous patch adding paths and SerDes modes with patch series pending upstream adding dedicated drivers for XFI T-PHY and USXGMII PCS, extends LynxI PCS to be a standalone platform driver and as a consequence makes much less changes to the actual Ethernet driver mtk_eth_soc. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
29 lines
974 B
Diff
29 lines
974 B
Diff
From fc15a7193a4d37d79e873fa06cc423180ddd2ddf Mon Sep 17 00:00:00 2001
|
|
From: Sergio Paracuellos <sergio.paracuellos@gmail.com>
|
|
Date: Mon, 19 Jun 2023 06:09:41 +0200
|
|
Subject: [PATCH 9/9] MAINTAINERS: add Mediatek MTMIPS Clock maintainer
|
|
|
|
Adding myself as maintainer for Mediatek MTMIPS clock driver.
|
|
|
|
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
|
|
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|
|
---
|
|
MAINTAINERS | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -13014,6 +13014,12 @@ S: Maintained
|
|
F: Documentation/devicetree/bindings/clock/mediatek,mt7621-sysc.yaml
|
|
F: drivers/clk/ralink/clk-mt7621.c
|
|
|
|
+MEDIATEK MTMIPS CLOCK DRIVER
|
|
+M: Sergio Paracuellos <sergio.paracuellos@gmail.com>
|
|
+S: Maintained
|
|
+F: Documentation/devicetree/bindings/clock/mediatek,mtmips-sysc.yaml
|
|
+F: drivers/clk/ralink/clk-mtmips.c
|
|
+
|
|
MEDIATEK MT7621/28/88 I2C DRIVER
|
|
M: Stefan Roese <sr@denx.de>
|
|
L: linux-i2c@vger.kernel.org
|