[PATCH] ARM: stm32: Update MAINTAINERS file globs for STM32MP DHSOM

Update the MAINTAINERS file glob to cover all of STM32MP DHSOM related files.
Signed-off-by: Marek Vasut marex@denx.de --- Cc: Patrice Chotard patrice.chotard@foss.st.com Cc: Patrick Delaunay patrick.delaunay@foss.st.com Cc: Tom Rini trini@konsulko.com Cc: u-boot@dh-electronics.com Cc: uboot-stm32@st-md-mailman.stormreply.com --- board/dhelectronics/dh_stm32mp1/MAINTAINERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/board/dhelectronics/dh_stm32mp1/MAINTAINERS b/board/dhelectronics/dh_stm32mp1/MAINTAINERS index 865588f5b8b..d6c33c15aac 100644 --- a/board/dhelectronics/dh_stm32mp1/MAINTAINERS +++ b/board/dhelectronics/dh_stm32mp1/MAINTAINERS @@ -2,8 +2,7 @@ DH_STM32MP1_PDK2 BOARD M: Marek Vasut marex@denx.de L: u-boot@dh-electronics.com S: Maintained -F: arch/arm/dts/stm32mp15xx-dhcom* +F: arch/arm/dts/stm32mp*dhco* F: board/dhelectronics/dh_stm32mp1/ -F: configs/stm32mp15_dhcom_basic_defconfig -F: configs/stm32mp15_dhcor_basic_defconfig +F: configs/stm32*_dhco*defconfig F: include/configs/stm32mp15_dh_dhsom.h

On Fri, Oct 04, 2024 at 11:51:46PM +0200, Marek Vasut wrote:
Update the MAINTAINERS file glob to cover all of STM32MP DHSOM related files.
Signed-off-by: Marek Vasut marex@denx.de
Cc: Patrice Chotard patrice.chotard@foss.st.com Cc: Patrick Delaunay patrick.delaunay@foss.st.com Cc: Tom Rini trini@konsulko.com Cc: u-boot@dh-electronics.com Cc: uboot-stm32@st-md-mailman.stormreply.com
board/dhelectronics/dh_stm32mp1/MAINTAINERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/board/dhelectronics/dh_stm32mp1/MAINTAINERS b/board/dhelectronics/dh_stm32mp1/MAINTAINERS index 865588f5b8b..d6c33c15aac 100644 --- a/board/dhelectronics/dh_stm32mp1/MAINTAINERS +++ b/board/dhelectronics/dh_stm32mp1/MAINTAINERS @@ -2,8 +2,7 @@ DH_STM32MP1_PDK2 BOARD M: Marek Vasut marex@denx.de L: u-boot@dh-electronics.com S: Maintained -F: arch/arm/dts/stm32mp15xx-dhcom* +F: arch/arm/dts/stm32mp*dhco* F: board/dhelectronics/dh_stm32mp1/ -F: configs/stm32mp15_dhcom_basic_defconfig -F: configs/stm32mp15_dhcor_basic_defconfig +F: configs/stm32*_dhco*defconfig F: include/configs/stm32mp15_dh_dhsom.h
Do you want to try the "N: some-regex" syntax to see if that makes it less likely to regress in the future? If not, this is fine.

On 10/5/24 12:14 AM, Tom Rini wrote:
On Fri, Oct 04, 2024 at 11:51:46PM +0200, Marek Vasut wrote:
Update the MAINTAINERS file glob to cover all of STM32MP DHSOM related files.
Signed-off-by: Marek Vasut marex@denx.de
Cc: Patrice Chotard patrice.chotard@foss.st.com Cc: Patrick Delaunay patrick.delaunay@foss.st.com Cc: Tom Rini trini@konsulko.com Cc: u-boot@dh-electronics.com Cc: uboot-stm32@st-md-mailman.stormreply.com
board/dhelectronics/dh_stm32mp1/MAINTAINERS | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/board/dhelectronics/dh_stm32mp1/MAINTAINERS b/board/dhelectronics/dh_stm32mp1/MAINTAINERS index 865588f5b8b..d6c33c15aac 100644 --- a/board/dhelectronics/dh_stm32mp1/MAINTAINERS +++ b/board/dhelectronics/dh_stm32mp1/MAINTAINERS @@ -2,8 +2,7 @@ DH_STM32MP1_PDK2 BOARD M: Marek Vasut marex@denx.de L: u-boot@dh-electronics.com S: Maintained -F: arch/arm/dts/stm32mp15xx-dhcom* +F: arch/arm/dts/stm32mp*dhco* F: board/dhelectronics/dh_stm32mp1/ -F: configs/stm32mp15_dhcom_basic_defconfig -F: configs/stm32mp15_dhcor_basic_defconfig +F: configs/stm32*_dhco*defconfig F: include/configs/stm32mp15_dh_dhsom.h
Do you want to try the "N: some-regex" syntax to see if that makes it less likely to regress in the future? If not, this is fine.
Fixed in V2
participants (2)
-
Marek Vasut
-
Tom Rini