public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/3] Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
@ 2023-11-06  5:50 Zijun Hu
  2023-11-06  6:40 ` [v1,1/3] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Zijun Hu @ 2023-11-06  5:50 UTC (permalink / raw)
  To: luiz.dentz, marcel, johan.hedberg; +Cc: linux-bluetooth, quic_zijuhu

Set both WIDEBAND_SPEECH_SUPPORTED and VALID_LE_STATES quirks
for QCA2066.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
 drivers/bluetooth/hci_qca.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/hci_qca.c b/drivers/bluetooth/hci_qca.c
index 067e248e3599..35f74f209d1f 100644
--- a/drivers/bluetooth/hci_qca.c
+++ b/drivers/bluetooth/hci_qca.c
@@ -2039,6 +2039,7 @@ static const struct qca_device_data qca_soc_data_wcn3998 __maybe_unused = {
 static const struct qca_device_data qca_soc_data_qca2066 __maybe_unused = {
 	.soc_type = QCA_QCA2066,
 	.num_vregs = 0,
+	.capabilities = QCA_CAP_WIDEBAND_SPEECH | QCA_CAP_VALID_LE_STATES,
 };
 
 static const struct qca_device_data qca_soc_data_qca6390 __maybe_unused = {
-- 
2.7.4


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

* RE: [v1,1/3] Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066
  2023-11-06  5:50 [PATCH v1 1/3] Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066 Zijun Hu
@ 2023-11-06  6:40 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2023-11-06  6:40 UTC (permalink / raw)
  To: linux-bluetooth, quic_zijuhu

[-- Attachment #1: Type: text/plain, Size: 2081 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=798975

---Test result---

Test Summary:
CheckPatch                    PASS      0.66 seconds
GitLint                       FAIL      0.60 seconds
SubjectPrefix                 PASS      0.12 seconds
BuildKernel                   PASS      33.91 seconds
CheckAllWarning               PASS      36.46 seconds
CheckSparse                   PASS      41.70 seconds
CheckSmatch                   PASS      116.06 seconds
BuildKernel32                 PASS      32.64 seconds
TestRunnerSetup               PASS      504.05 seconds
TestRunner_l2cap-tester       PASS      29.73 seconds
TestRunner_iso-tester         PASS      51.76 seconds
TestRunner_bnep-tester        PASS      9.69 seconds
TestRunner_mgmt-tester        PASS      211.31 seconds
TestRunner_rfcomm-tester      PASS      15.09 seconds
TestRunner_sco-tester         PASS      18.66 seconds
TestRunner_ioctl-tester       PASS      16.75 seconds
TestRunner_mesh-tester        PASS      12.60 seconds
TestRunner_smp-tester         PASS      13.30 seconds
TestRunner_userchan-tester    PASS      10.26 seconds
IncrementalBuild              PASS      31.17 seconds

Details
##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[v1,1/3] Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066

WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
1: T1 Title exceeds max length (82>80): "[v1,1/3] Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066"


---
Regards,
Linux Bluetooth


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

end of thread, other threads:[~2023-11-06  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-06  5:50 [PATCH v1 1/3] Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066 Zijun Hu
2023-11-06  6:40 ` [v1,1/3] " bluez.test.bot

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