Message ID | 20230421-fp4-bluetooth-v1-1-0430e3a7e0a2@fairphone.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add WCN3988 Bluetooth support for Fairphone 4 | expand |
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: " prefix is not specified in the subject |
tedd_an/BuildKernel | success | BuildKernel PASS |
tedd_an/CheckAllWarning | success | CheckAllWarning PASS |
tedd_an/CheckSparse | warning | CheckSparse WARNING drivers/bluetooth/btqca.c:649:24: warning: restricted __le32 degrades to integer |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/BuildKernel32 | success | BuildKernel32 PASS |
tedd_an/TestRunnerSetup | success | TestRunnerSetup PASS |
tedd_an/TestRunner_l2cap-tester | success | TestRunner PASS |
tedd_an/TestRunner_iso-tester | success | TestRunner PASS |
tedd_an/TestRunner_bnep-tester | success | TestRunner PASS |
tedd_an/TestRunner_mgmt-tester | success | TestRunner PASS |
tedd_an/TestRunner_rfcomm-tester | success | TestRunner PASS |
tedd_an/TestRunner_sco-tester | success | TestRunner PASS |
tedd_an/TestRunner_ioctl-tester | success | TestRunner PASS |
tedd_an/TestRunner_mesh-tester | success | TestRunner PASS |
tedd_an/TestRunner_smp-tester | success | TestRunner PASS |
tedd_an/TestRunner_userchan-tester | success | TestRunner PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
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
On 21/04/2023 16:11, Luca Weiss wrote: > Add the compatible for the Bluetooth part of the Qualcomm WCN3988 > chipset. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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
Add the compatible for the Bluetooth part of the Qualcomm WCN3988 chipset. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 ++ 1 file changed, 2 insertions(+)