From ce52023050a89744699c7203210f28c90b4d2977 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Tue, 6 Oct 2020 13:59:41 +0200 Subject: MAINTAINERS: Add stm32 and stm regexp for ARM STM STM32MP platform Add files and directories regex "stm32" and "stm" in "ARM STM STM32MP" platform to avoid missing files or drivers supported by the STMicroelectronics series STM32MP15x. This patch adds the rules already used in Linux kernel for ARM/STM32 ARCHITECTURE. Signed-off-by: Patrick Delaunay Reviewed-by: Patrice Chotard --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index fb9ba37984..1e796cb983 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -443,6 +443,8 @@ F: include/dt-bindings/pinctrl/stm32-pinfunc.h F: include/dt-bindings/reset/stm32mp1-resets.h F: include/stm32_rcc.h F: tools/stm32image.c +N: stm +N: stm32 ARM STM STV0991 -- cgit From 2bf692d31778b2045899c40c578118f6f3fa5ea2 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Tue, 6 Oct 2020 13:52:26 +0200 Subject: MAINTAINERS: Add STM32MP1 RNG driver in stm32mp platform Add the STM32MP1 RNG driver in the list of drivers supported by the STMicroelectronics STM32MP15x series. Signed-off-by: Patrick Delaunay Reviewed-by: Patrice Chotard --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 1e796cb983..d89ffe12fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -430,6 +430,7 @@ F: drivers/power/regulator/stpmic1.c F: drivers/ram/stm32mp1/ F: drivers/remoteproc/stm32_copro.c F: drivers/reset/stm32-reset.c +F: drivers/rng/stm32mp1_rng.c F: drivers/rtc/stm32_rtc.c F: drivers/serial/serial_stm32.* F: drivers/spi/stm32_qspi.c -- cgit