Message ID | 20230802-fp4-bluetooth-v3-1-7c9e7a6e624b@fairphone.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d2a31b6f97011fe33a6e81fe7b1106c85dfb2d7d |
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 | success | CheckSparse PASS |
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=772019 ---Test result--- Test Summary: CheckPatch PASS 1.41 seconds GitLint PASS 0.49 seconds SubjectPrefix FAIL 0.45 seconds BuildKernel PASS 34.12 seconds CheckAllWarning PASS 37.35 seconds CheckSparse PASS 42.35 seconds CheckSmatch PASS 114.38 seconds BuildKernel32 PASS 32.91 seconds TestRunnerSetup PASS 502.09 seconds TestRunner_l2cap-tester PASS 23.78 seconds TestRunner_iso-tester PASS 43.12 seconds TestRunner_bnep-tester PASS 10.73 seconds TestRunner_mgmt-tester PASS 218.39 seconds TestRunner_rfcomm-tester PASS 16.22 seconds TestRunner_sco-tester PASS 17.27 seconds TestRunner_ioctl-tester PASS 18.37 seconds TestRunner_mesh-tester PASS 13.81 seconds TestRunner_smp-tester PASS 14.59 seconds TestRunner_userchan-tester PASS 11.37 seconds IncrementalBuild PASS 36.70 seconds Details ############################## Test: SubjectPrefix - FAIL Desc: Check subject contains "Bluetooth" prefix Output: "Bluetooth: " prefix is not specified in the subject --- Regards, Linux Bluetooth
On Wed Aug 2, 2023 at 9:35 AM CEST, wrote: > 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=772019 > > ---Test result--- > > Test Summary: > CheckPatch PASS 1.41 seconds > GitLint PASS 0.49 seconds > SubjectPrefix FAIL 0.45 seconds > BuildKernel PASS 34.12 seconds > CheckAllWarning PASS 37.35 seconds > CheckSparse PASS 42.35 seconds > CheckSmatch PASS 114.38 seconds > BuildKernel32 PASS 32.91 seconds > TestRunnerSetup PASS 502.09 seconds > TestRunner_l2cap-tester PASS 23.78 seconds > TestRunner_iso-tester PASS 43.12 seconds > TestRunner_bnep-tester PASS 10.73 seconds > TestRunner_mgmt-tester PASS 218.39 seconds > TestRunner_rfcomm-tester PASS 16.22 seconds > TestRunner_sco-tester PASS 17.27 seconds > TestRunner_ioctl-tester PASS 18.37 seconds > TestRunner_mesh-tester PASS 13.81 seconds > TestRunner_smp-tester PASS 14.59 seconds > TestRunner_userchan-tester PASS 11.37 seconds > IncrementalBuild PASS 36.70 seconds > > Details > ############################## > Test: SubjectPrefix - FAIL > Desc: Check subject contains "Bluetooth" prefix > Output: > "Bluetooth: " prefix is not specified in the subject $ git log --oneline --no-merges Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml a52ced6cf835 dt-bindings: net: qualcomm: Add WCN3988 6a0a6dd8df9b dt-bindings: net: bluetooth: qualcomm: document VDD_CH1 87a1752bdd8a dt-bindings: net: Add QCA2066 Bluetooth b1d00baaa029 dt-bindings: net: Add WCN6855 Bluetooth 45564c4ef607 dt-bindings: net: Add generic Bluetooth controller Don't think I'll reword this commit message to start with "Bluetooth: " > > > --- > Regards, > Linux Bluetooth
diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml index 56cbb42b5aea..2735c6a4f336 100644 --- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml +++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml @@ -19,6 +19,7 @@ properties: - qcom,qca2066-bt - qcom,qca6174-bt - qcom,qca9377-bt + - qcom,wcn3988-bt - qcom,wcn3990-bt - qcom,wcn3991-bt - qcom,wcn3998-bt @@ -111,6 +112,7 @@ allOf: compatible: contains: enum: + - qcom,wcn3988-bt - qcom,wcn3990-bt - qcom,wcn3991-bt - qcom,wcn3998-bt