diff mbox series

[v1] MAINTAINERS: add maintainers for qualcomm uart based BT drivers

Message ID 1652938824-28976-1-git-send-email-quic_bgodavar@quicinc.com (mailing list archive)
State New, archived
Headers show
Series [v1] MAINTAINERS: add maintainers for qualcomm uart based BT drivers | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/checkpatch success Checkpatch PASS
tedd_an/gitlint success Gitlint PASS
tedd_an/subjectprefix fail "Bluetooth: " is not specified in the subject
tedd_an/buildkernel success Build Kernel PASS
tedd_an/buildkernel32 success Build Kernel32 PASS
tedd_an/incremental_build success Pass
tedd_an/testrunnersetup success Test Runner Setup PASS
tedd_an/testrunnerl2cap-tester success Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnerbnep-tester success Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnermgmt-tester success Total: 493, Passed: 493 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnerrfcomm-tester success Total: 10, Passed: 10 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnersco-tester success Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnersmp-tester success Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunneruserchan-tester success Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0

Commit Message

Balakrishna Godavarthi (QUIC) May 19, 2022, 5:40 a.m. UTC
Adding myself and rocky Liao as a maintainers for qualcomm
uart based bluetooth drivers.

Signed-off-by: Balakrishna Godavarthi <quic_bgodavar@quicinc.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

bluez.test.bot@gmail.com May 19, 2022, 6:05 a.m. UTC | #1
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=642979

---Test result---

Test Summary:
CheckPatch                    PASS      1.55 seconds
GitLint                       PASS      1.03 seconds
SubjectPrefix                 FAIL      0.81 seconds
BuildKernel                   PASS      31.36 seconds
BuildKernel32                 PASS      27.71 seconds
Incremental Build with patchesPASS      37.72 seconds
TestRunner: Setup             PASS      457.55 seconds
TestRunner: l2cap-tester      PASS      17.04 seconds
TestRunner: bnep-tester       PASS      5.89 seconds
TestRunner: mgmt-tester       PASS      98.10 seconds
TestRunner: rfcomm-tester     PASS      9.31 seconds
TestRunner: sco-tester        PASS      9.12 seconds
TestRunner: smp-tester        PASS      9.02 seconds
TestRunner: userchan-tester   PASS      6.00 seconds

Details
##############################
Test: SubjectPrefix - FAIL - 0.81 seconds
Check subject contains "Bluetooth" prefix
"Bluetooth: " is not specified in the subject



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 69b597a..22d4d00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16295,6 +16295,16 @@  S:	Maintained
 F:	Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
 F:	drivers/net/wwan/qcom_bam_dmux.c
 
+QUALCOMM BLUETOOTH DRIVER
+M:	Balakrishna Godavarthi <quic_bgodavar@quicinc.com>
+M:	Rocky Liao <quic_rjliao@quicinc.com>
+L:	linux-bluetooth@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
+F:	drivers/bluetooth/btqca.c
+F:	drivers/bluetooth/btqca.h
+F:	drivers/bluetooth/hci_qca.c
+
 QUALCOMM CAMERA SUBSYSTEM DRIVER
 M:	Robert Foss <robert.foss@linaro.org>
 M:	Todor Tomov <todor.too@gmail.com>