[PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver

Bartosz Golaszewski posted 1 patch 3 months ago
There is a newer version of this series
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
Posted by Bartosz Golaszewski 3 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Patches modifying drivers/bluetooth/hci_qca.c should be Cc'ed to the
linux-arm-msm mailing list so that Qualcomm maintainers and reviewers
can get notified about proposed changes to it. Add a sub-entry that adds
the mailing list to the list of addresses returned by get_maintainer.pl.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fcc77c93f8db..7fee3d38baf8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20441,6 +20441,11 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
 F:	drivers/net/wwan/qcom_bam_dmux.c
 
+QUALCOMM BLUETOOTH DRIVER
+L:	linux-arm-msm@vger.kernel.org
+S:	Maintained
+F:	drivers/bluetooth/hci_qca.c
+
 QUALCOMM CAMERA SUBSYSTEM DRIVER
 M:	Robert Foss <rfoss@kernel.org>
 M:	Todor Tomov <todor.too@gmail.com>
-- 
2.48.1
Re: [PATCH] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
Posted by Dmitry Baryshkov 3 months ago
On Fri, Jul 04, 2025 at 04:47:24PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Patches modifying drivers/bluetooth/hci_qca.c should be Cc'ed to the
> linux-arm-msm mailing list so that Qualcomm maintainers and reviewers
> can get notified about proposed changes to it. Add a sub-entry that adds
> the mailing list to the list of addresses returned by get_maintainer.pl.
> 
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fcc77c93f8db..7fee3d38baf8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20441,6 +20441,11 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
>  F:	drivers/net/wwan/qcom_bam_dmux.c
>  
> +QUALCOMM BLUETOOTH DRIVER
> +L:	linux-arm-msm@vger.kernel.org
> +S:	Maintained
> +F:	drivers/bluetooth/hci_qca.c

If you are adding an entry, then please also include:
- drivers/bluetooth/btqca.[ch]
- drivers/bluetooth/btqcomsmd.c

> +
>  QUALCOMM CAMERA SUBSYSTEM DRIVER
>  M:	Robert Foss <rfoss@kernel.org>
>  M:	Todor Tomov <todor.too@gmail.com>
> -- 
> 2.48.1
> 

-- 
With best wishes
Dmitry