aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2025-04-28 08:58:32 +0000
committerKrzysztof Kozlowski <[email protected]>2025-05-07 09:27:03 +0000
commit02eaee70babd860d76dc23f9165f4496d0ffe77f (patch)
tree87f65b0253e20802a58937ad94aa8aa0b2a9d08d
parentmemory: Add STM32 Octo Memory Manager driver (diff)
downloadkernel-02eaee70babd860d76dc23f9165f4496d0ffe77f.tar.gz
kernel-02eaee70babd860d76dc23f9165f4496d0ffe77f.zip
MAINTAINERS: add entry for STM32 OCTO MEMORY MANAGER driver
Add myself as STM32 OCTO MEMORY MANAGER maintainer. Signed-off-by: Patrice Chotard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 96b827049501..32abd09c0e43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22881,6 +22881,12 @@ L: [email protected]
S: Maintained
F: drivers/i2c/busses/i2c-stm32*
+ST STM32 OCTO MEMORY MANAGER
+M: Patrice Chotard <[email protected]>
+S: Maintained
+F: Documentation/devicetree/bindings/memory-controllers/st,stm32mp25-omm.yaml
+F: drivers/memory/stm32_omm.c
+
ST STM32 SPI DRIVER
M: Alain Volmat <[email protected]>