mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 14:28:50 +00:00
1f818b09f8
This series of upstream patches properly implement a clock and reset driver for old ralink SoCs[1]. And it includes some related fixes[2] and improvements[3][4]. All patches have been merged into linux-next. They will be part of upcoming Linux 6.5. In order to switch to the new system controller driver, all clocks and resets properties in SoC dtsi have been updated, and kernel symbol "CONFIG_CLK_MTMIPS" have been added to the kernel config files. [1] https://lore.kernel.org/all/20230619040941.1340372-1-sergio.paracuellos@gmail.com [2] https://lore.kernel.org/all/20230622-mips-ralink-clk-wuninitialized-v1-1-ea9041240d10@kernel.org [3] https://lore.kernel.org/all/OSYP286MB03120BABB25900E113ED42B7BC5CA@OSYP286MB0312.JPNP286.PROD.OUTLOOK.COM [4] https://lore.kernel.org/all/TYAP286MB03151148AF8C054621DD55C3BC23A@TYAP286MB0315.JPNP286.PROD.OUTLOOK.COM Tested on Motorola MWR03 (MT7628) Tested on Haier HW-L1W (MT7620) Signed-off-by: Shiji Yang <yangshiji66@qq.com>
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
|
|
@@ -11858,6 +11858,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
|