diff mbox series

MAINTAINERS: maintain qcs9100_defconfig

Message ID 20250122160951.1861910-1-caleb.connolly@linaro.org
State New
Headers show
Series MAINTAINERS: maintain qcs9100_defconfig | expand

Commit Message

Caleb Connolly Jan. 22, 2025, 4:09 p.m. UTC
Add this to ARM SNAPDRAGON maintainers entry.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Marek Vasut Jan. 22, 2025, 4:14 p.m. UTC | #1
On 1/22/25 5:09 PM, Caleb Connolly wrote:
> Add this to ARM SNAPDRAGON maintainers entry.
> 
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ba31f86feb6d..5a575f43277f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -630,8 +630,9 @@ R:	Sumit Garg <sumit.garg@linaro.org>
>   L:	u-boot-qcom@groups.io
>   S:	Maintained
>   T:	git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
>   F:	configs/qcm6490_defconfig
> +F:	configs/qcs9100_defconfig
>   F:	drivers/*/*/pm8???-*
>   F:	drivers/gpio/msm_gpio.c
>   F:	drivers/mmc/msm_sdhci.c
>   F:	drivers/phy/msm8916-usbh-phy.c

For a follow up patch , here is a hint:

- Rename every qualcomm related file to include e.g. _msm_ or qualcomm 
substring, this could work for defconfigs where msm or qualcomm can be a 
prefix , and for drivers too.
- Use N: pattern match on _msm_ and qualcomm to automatically get CCed 
on all qualcomm related changes

Maybe that helps.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ba31f86feb6d..5a575f43277f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -630,8 +630,9 @@  R:	Sumit Garg <sumit.garg@linaro.org>
 L:	u-boot-qcom@groups.io
 S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
 F:	configs/qcm6490_defconfig
+F:	configs/qcs9100_defconfig
 F:	drivers/*/*/pm8???-*
 F:	drivers/gpio/msm_gpio.c
 F:	drivers/mmc/msm_sdhci.c
 F:	drivers/phy/msm8916-usbh-phy.c