[PATCH] 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 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

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

Hi,
From: Patrick DELAUNAY patrick.delaunay@st.com Sent: mardi 6 octobre 2020 14:00
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(+)
Applied to u-boot-stm/master, thanks!
Regards
Patrick
participants (3)
-
Patrice CHOTARD
-
Patrick DELAUNAY
-
Patrick Delaunay