Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
@ 2025-07-09 14:47 Bartosz Golaszewski
  2025-07-09 15:36 ` [v2] " bluez.test.bot
  2025-07-09 17:06 ` [PATCH v2] " Konrad Dybcio
  0 siblings, 2 replies; 7+ messages in thread
From: Bartosz Golaszewski @ 2025-07-09 14:47 UTC (permalink / raw)
  To: Luiz Augusto von Dentz
  Cc: Shuai Zhang, Stephan Gerhold, Dmitry Baryshkov, linux-bluetooth,
	linux-arm-msm, linux-kernel, Bartosz Golaszewski

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>
---
Changes in v2:
- add remaining QCA files (Dmitry)

 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index efba8922744a3..d018923ddd3eb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20464,6 +20464,13 @@ 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/btqca.[ch]
+F:	drivers/bluetooth/btqcomsmd.c
+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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* RE: [v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-09 14:47 [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver Bartosz Golaszewski
@ 2025-07-09 15:36 ` bluez.test.bot
  2025-07-09 17:06 ` [PATCH v2] " Konrad Dybcio
  1 sibling, 0 replies; 7+ messages in thread
From: bluez.test.bot @ 2025-07-09 15:36 UTC (permalink / raw)
  To: linux-bluetooth, brgl

[-- Attachment #1: Type: text/plain, Size: 2462 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=980569

---Test result---

Test Summary:
CheckPatch                    PENDING   0.45 seconds
GitLint                       PENDING   0.27 seconds
SubjectPrefix                 FAIL      0.36 seconds
BuildKernel                   PASS      24.12 seconds
CheckAllWarning               PASS      26.59 seconds
CheckSparse                   PASS      30.12 seconds
BuildKernel32                 PASS      24.21 seconds
TestRunnerSetup               PASS      467.11 seconds
TestRunner_l2cap-tester       PASS      24.96 seconds
TestRunner_iso-tester         PASS      35.73 seconds
TestRunner_bnep-tester        PASS      5.90 seconds
TestRunner_mgmt-tester        FAIL      132.80 seconds
TestRunner_rfcomm-tester      PASS      9.21 seconds
TestRunner_sco-tester         PASS      14.59 seconds
TestRunner_ioctl-tester       PASS      9.93 seconds
TestRunner_mesh-tester        FAIL      11.45 seconds
TestRunner_smp-tester         PASS      8.44 seconds
TestRunner_userchan-tester    PASS      6.11 seconds
IncrementalBuild              PENDING   0.86 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 490, Passed: 485 (99.0%), Failed: 1, Not Run: 4

Failed Test Cases
LL Privacy - Add Device 2 (2 Devices to AL)          Failed       0.184 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0

Failed Test Cases
Mesh - Send cancel - 1                               Timed out    2.103 seconds
Mesh - Send cancel - 2                               Timed out    1.992 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-09 14:47 [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver Bartosz Golaszewski
  2025-07-09 15:36 ` [v2] " bluez.test.bot
@ 2025-07-09 17:06 ` Konrad Dybcio
  2025-07-10 14:18   ` Bartosz Golaszewski
  1 sibling, 1 reply; 7+ messages in thread
From: Konrad Dybcio @ 2025-07-09 17:06 UTC (permalink / raw)
  To: Bartosz Golaszewski, Luiz Augusto von Dentz, Jeff Johnson
  Cc: Shuai Zhang, Stephan Gerhold, Dmitry Baryshkov, linux-bluetooth,
	linux-arm-msm, linux-kernel, Bartosz Golaszewski

On 7/9/25 4:47 PM, 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>
> ---
> Changes in v2:
> - add remaining QCA files (Dmitry)
> 
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index efba8922744a3..d018923ddd3eb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20464,6 +20464,13 @@ 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/btqca.[ch]
> +F:	drivers/bluetooth/btqcomsmd.c
> +F:	drivers/bluetooth/hci_qca.c

+ Jeff, maybe you/ath would like to be included there too?

Konrad

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-09 17:06 ` [PATCH v2] " Konrad Dybcio
@ 2025-07-10 14:18   ` Bartosz Golaszewski
  2025-07-11 13:42     ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2025-07-10 14:18 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Luiz Augusto von Dentz, Jeff Johnson, Shuai Zhang,
	Stephan Gerhold, Dmitry Baryshkov, linux-bluetooth, linux-arm-msm,
	linux-kernel, Bartosz Golaszewski

On Wed, Jul 9, 2025 at 7:06 PM Konrad Dybcio
<konrad.dybcio@oss.qualcomm.com> wrote:
>
> On 7/9/25 4:47 PM, 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>
> > ---
> > Changes in v2:
> > - add remaining QCA files (Dmitry)
> >
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index efba8922744a3..d018923ddd3eb 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -20464,6 +20464,13 @@ 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/btqca.[ch]
> > +F:   drivers/bluetooth/btqcomsmd.c
> > +F:   drivers/bluetooth/hci_qca.c
>
> + Jeff, maybe you/ath would like to be included there too?
>

I suppose this is material for a separate patch and MAINTAINERS entry?

Bart

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-10 14:18   ` Bartosz Golaszewski
@ 2025-07-11 13:42     ` Luiz Augusto von Dentz
  2025-07-11 13:45       ` Bartosz Golaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Luiz Augusto von Dentz @ 2025-07-11 13:42 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Konrad Dybcio, Luiz Augusto von Dentz, Jeff Johnson, Shuai Zhang,
	Stephan Gerhold, Dmitry Baryshkov, linux-bluetooth, linux-arm-msm,
	linux-kernel, Bartosz Golaszewski

Hi Bartosz,

On Thu, Jul 10, 2025 at 10:22 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> On Wed, Jul 9, 2025 at 7:06 PM Konrad Dybcio
> <konrad.dybcio@oss.qualcomm.com> wrote:
> >
> > On 7/9/25 4:47 PM, 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.

Should this go via bluetooth-next or arm-msm has its own dedicated
tree? If we continue using bluetooth-next let's agree to have someone
from linux-arm-msm signing-off the patches for these drivers before we
merge them in bluetooth-next, including this change.

> > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > > ---
> > > Changes in v2:
> > > - add remaining QCA files (Dmitry)
> > >
> > >  MAINTAINERS | 7 +++++++
> > >  1 file changed, 7 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index efba8922744a3..d018923ddd3eb 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -20464,6 +20464,13 @@ 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/btqca.[ch]
> > > +F:   drivers/bluetooth/btqcomsmd.c
> > > +F:   drivers/bluetooth/hci_qca.c
> >
> > + Jeff, maybe you/ath would like to be included there too?
> >
>
> I suppose this is material for a separate patch and MAINTAINERS entry?
>
> Bart
>


-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-11 13:42     ` Luiz Augusto von Dentz
@ 2025-07-11 13:45       ` Bartosz Golaszewski
  2025-07-11 14:17         ` Konrad Dybcio
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2025-07-11 13:45 UTC (permalink / raw)
  To: Luiz Augusto von Dentz
  Cc: Konrad Dybcio, Luiz Augusto von Dentz, Jeff Johnson, Shuai Zhang,
	Stephan Gerhold, Dmitry Baryshkov, linux-bluetooth, linux-arm-msm,
	linux-kernel, Bartosz Golaszewski

On Fri, Jul 11, 2025 at 3:42 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> Hi Bartosz,
>
> On Thu, Jul 10, 2025 at 10:22 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> > On Wed, Jul 9, 2025 at 7:06 PM Konrad Dybcio
> > <konrad.dybcio@oss.qualcomm.com> wrote:
> > >
> > > On 7/9/25 4:47 PM, 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.
>
> Should this go via bluetooth-next or arm-msm has its own dedicated
> tree? If we continue using bluetooth-next let's agree to have someone
> from linux-arm-msm signing-off the patches for these drivers before we
> merge them in bluetooth-next, including this change.
>

I think this should go through bluetooth-next. Let's wait for Konrad
or Bjorn to Ack this then.

Bart

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver
  2025-07-11 13:45       ` Bartosz Golaszewski
@ 2025-07-11 14:17         ` Konrad Dybcio
  0 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2025-07-11 14:17 UTC (permalink / raw)
  To: Bartosz Golaszewski, Luiz Augusto von Dentz
  Cc: Luiz Augusto von Dentz, Jeff Johnson, Shuai Zhang,
	Stephan Gerhold, Dmitry Baryshkov, linux-bluetooth, linux-arm-msm,
	linux-kernel, Bartosz Golaszewski

On 7/11/25 3:45 PM, Bartosz Golaszewski wrote:
> On Fri, Jul 11, 2025 at 3:42 PM Luiz Augusto von Dentz
> <luiz.dentz@gmail.com> wrote:
>>
>> Hi Bartosz,
>>
>> On Thu, Jul 10, 2025 at 10:22 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>>>
>>> On Wed, Jul 9, 2025 at 7:06 PM Konrad Dybcio
>>> <konrad.dybcio@oss.qualcomm.com> wrote:
>>>>
>>>> On 7/9/25 4:47 PM, 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.
>>
>> Should this go via bluetooth-next or arm-msm has its own dedicated
>> tree? If we continue using bluetooth-next let's agree to have someone
>> from linux-arm-msm signing-off the patches for these drivers before we
>> merge them in bluetooth-next, including this change.
>>
> 
> I think this should go through bluetooth-next. Let's wait for Konrad
> or Bjorn to Ack this then.

Acked-by: Konrad Dybcio <konradybcio@kernel.org>

Konrad

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-07-11 14:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 14:47 [PATCH v2] MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver Bartosz Golaszewski
2025-07-09 15:36 ` [v2] " bluez.test.bot
2025-07-09 17:06 ` [PATCH v2] " Konrad Dybcio
2025-07-10 14:18   ` Bartosz Golaszewski
2025-07-11 13:42     ` Luiz Augusto von Dentz
2025-07-11 13:45       ` Bartosz Golaszewski
2025-07-11 14:17         ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox