
21 Oct
2020
21 Oct
'20
1:52 p.m.
Hi Patrick
On 10/6/20 1:59 PM, Patrick Delaunay wrote:
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 patrick.delaunay@st.com
MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 8628ffd2a3..b275f3d45b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -444,6 +444,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
Reviewed-by: Patrice Chotard patrice.chotard@st.com
Thanks