diff options
author | Yong Wu <[email protected]> | 2021-09-14 19:37:03 +0800 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2021-09-22 08:43:09 +0200 |
commit | 93403ede5aa4edeec2c63541b185d9c4fc9ae1e4 (patch) | |
tree | 61d6f6064338d6f969cb37e69da5fe1f4cb4f8f7 | |
parent | fe6dd2a4017d3dfbf4a530d95270a1d498a16a4c (diff) |
MAINTAINERS: Add entry for MediaTek SMI
I am the author of MediaTek SMI driver, and will to maintain
and develop it further.
Add myself to cover these items.
Signed-off-by: Yong Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eeb4c70b3d5b..52b956fedfbc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11865,6 +11865,14 @@ M: Sean Wang <[email protected]> S: Maintained F: drivers/char/hw_random/mtk-rng.c +MEDIATEK SMI DRIVER +M: Yong Wu <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Supported +F: Documentation/devicetree/bindings/memory-controllers/mediatek,smi* +F: drivers/memory/mtk-smi.c +F: include/soc/mediatek/smi.h + MEDIATEK SWITCH DRIVER M: Sean Wang <[email protected]> M: Landen Chao <[email protected]> |