2023-04-21 14:13:33

by Luca Weiss

[permalink] [raw]
Subject: [PATCH RFC 1/4] dt-bindings: net: qualcomm: Add WCN3988

Add the compatible for the Bluetooth part of the Qualcomm WCN3988
chipset.

Signed-off-by: Luca Weiss <[email protected]>
---
Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
index 68f78b90d23a..7a53e05ae50d 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
@@ -18,6 +18,7 @@ properties:
enum:
- qcom,qca6174-bt
- qcom,qca9377-bt
+ - qcom,wcn3988-bt
- qcom,wcn3990-bt
- qcom,wcn3991-bt
- qcom,wcn3998-bt
@@ -106,6 +107,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,wcn3988-bt
- qcom,wcn3990-bt
- qcom,wcn3991-bt
- qcom,wcn3998-bt

--
2.40.0


2023-04-21 15:07:27

by bluez.test.bot

[permalink] [raw]
Subject: RE: Add WCN3988 Bluetooth support for Fairphone 4

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=742153

---Test result---

Test Summary:
CheckPatch FAIL 3.44 seconds
GitLint PASS 1.39 seconds
SubjectPrefix FAIL 0.72 seconds
BuildKernel PASS 31.98 seconds
CheckAllWarning PASS 34.99 seconds
CheckSparse WARNING 40.10 seconds
CheckSmatch PASS 108.76 seconds
BuildKernel32 PASS 30.86 seconds
TestRunnerSetup PASS 437.84 seconds
TestRunner_l2cap-tester PASS 16.93 seconds
TestRunner_iso-tester PASS 20.79 seconds
TestRunner_bnep-tester PASS 5.51 seconds
TestRunner_mgmt-tester PASS 114.50 seconds
TestRunner_rfcomm-tester PASS 8.93 seconds
TestRunner_sco-tester PASS 8.29 seconds
TestRunner_ioctl-tester PASS 9.56 seconds
TestRunner_mesh-tester PASS 7.03 seconds
TestRunner_smp-tester PASS 8.02 seconds
TestRunner_userchan-tester PASS 5.85 seconds
IncrementalBuild PASS 42.88 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[RFC,3/4] arm64: dts: qcom: sm6350: add uart1 node
WARNING: line length of 113 exceeds 100 columns
#147: FILE: arch/arm64/boot/dts/qcom/sm6350.dtsi:769:
+ pinctrl-0 = <&qup_uart1_cts>, <&qup_uart1_rts>, <&qup_uart1_tx>, <&qup_uart1_rx>;

WARNING: line length of 109 exceeds 100 columns
#151: FILE: arch/arm64/boot/dts/qcom/sm6350.dtsi:773:
+ interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>,

WARNING: line length of 103 exceeds 100 columns
#152: FILE: arch/arm64/boot/dts/qcom/sm6350.dtsi:774:
+ <&aggre1_noc MASTER_QUP_0 0 &clk_virt SLAVE_EBI_CH0 0>;

total: 0 errors, 3 warnings, 81 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/src/13220105.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
"Bluetooth: " prefix is not specified in the subject
##############################
Test: CheckSparse - WARNING
Desc: Run sparse tool with linux kernel
Output:
drivers/bluetooth/btqca.c:649:24: warning: restricted __le32 degrades to integer


---
Regards,
Linux Bluetooth