Message ID | 20230326233812.28058-2-steev@kali.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 5c63b28b910723f0c2f03f312b6d213391e6c4fe |
Headers | show |
Series | Add WCN6855 Bluetooth support | 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:640: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=733986 ---Test result--- Test Summary: CheckPatch FAIL 2.87 seconds GitLint PASS 1.11 seconds SubjectPrefix FAIL 0.67 seconds BuildKernel PASS 30.98 seconds CheckAllWarning PASS 34.08 seconds CheckSparse WARNING 39.50 seconds CheckSmatch PASS 107.10 seconds BuildKernel32 PASS 29.91 seconds TestRunnerSetup PASS 433.39 seconds TestRunner_l2cap-tester PASS 15.87 seconds TestRunner_iso-tester PASS 15.76 seconds TestRunner_bnep-tester PASS 5.15 seconds TestRunner_mgmt-tester PASS 101.93 seconds TestRunner_rfcomm-tester PASS 8.16 seconds TestRunner_sco-tester PASS 7.44 seconds TestRunner_ioctl-tester PASS 8.72 seconds TestRunner_mesh-tester PASS 6.40 seconds TestRunner_smp-tester PASS 7.40 seconds TestRunner_userchan-tester PASS 5.24 seconds IncrementalBuild PASS 40.97 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [v8,3/4] arm64: dts: qcom: sc8280xp: Define uart2 WARNING: line length of 109 exceeds 100 columns #149: FILE: arch/arm64/boot/dts/qcom/sc8280xp.dtsi:1220: + interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, WARNING: line length of 105 exceeds 100 columns #150: FILE: arch/arm64/boot/dts/qcom/sc8280xp.dtsi:1221: + <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_0 0>; total: 0 errors, 2 warnings, 20 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/13188465.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:640:24: warning: restricted __le32 degrades to integer --- Regards, Linux Bluetooth
diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index a6a6b0e4df7a..68f78b90d23a 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -23,6 +23,7 @@ properties: - qcom,wcn3998-bt - qcom,qca6390-bt - qcom,wcn6750-bt + - qcom,wcn6855-bt enable-gpios: maxItems: 1 @@ -133,6 +134,22 @@ allOf: - vddrfa1p7-supply - vddrfa1p2-supply - vddasd-supply + - if: + properties: + compatible: + contains: + enum: + - qcom,wcn6855-bt + then: + required: + - enable-gpios + - swctrl-gpios + - vddio-supply + - vddbtcxmx-supply + - vddrfacmn-supply + - vddrfa0p8-supply + - vddrfa1p2-supply + - vddrfa1p7-supply examples: - |