2023-03-22 01:16:21

by Steev Klimaszewski

[permalink] [raw]
Subject: [PATCH v7 1/4] dt-bindings: net: Add WCN6855 Bluetooth

Add bindings for the QTI WCN6855 chipset.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Steev Klimaszewski <[email protected]>
---
Changes since v6:
* None

.../net/bluetooth/qualcomm-bluetooth.yaml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

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:
- |
--
2.39.2


2023-03-22 02:15:13

by bluez.test.bot

[permalink] [raw]
Subject: RE: Add WCN6855 Bluetooth support

This is an automated email and please do not reply to this email.

Dear Submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.

----- Output -----

error: patch failed: arch/arm64/boot/dts/qcom/sc8280xp.dtsi:1209
error: arch/arm64/boot/dts/qcom/sc8280xp.dtsi: patch does not apply
hint: Use 'git am --show-current-patch' to see the failed patch

Please resolve the issue and submit the patches again.


---
Regards,
Linux Bluetooth

2023-03-23 01:24:07

by bluez.test.bot

[permalink] [raw]
Subject: RE: Add WCN6855 Bluetooth support

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

---Test result---

Test Summary:
CheckPatch FAIL 3.02 seconds
GitLint PASS 1.00 seconds
SubjectPrefix FAIL 0.58 seconds
BuildKernel PASS 37.53 seconds
CheckAllWarning PASS 40.72 seconds
CheckSparse WARNING 45.71 seconds
CheckSmatch PASS 123.06 seconds
BuildKernel32 PASS 35.86 seconds
TestRunnerSetup PASS 512.99 seconds
TestRunner_l2cap-tester PASS 17.96 seconds
TestRunner_iso-tester PASS 18.17 seconds
TestRunner_bnep-tester PASS 6.03 seconds
TestRunner_mgmt-tester PASS 116.76 seconds
TestRunner_rfcomm-tester PASS 9.56 seconds
TestRunner_sco-tester PASS 8.96 seconds
TestRunner_ioctl-tester PASS 10.20 seconds
TestRunner_mesh-tester PASS 7.77 seconds
TestRunner_smp-tester PASS 8.75 seconds
TestRunner_userchan-tester PASS 6.31 seconds
IncrementalBuild PASS 48.83 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v7,2/4] Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855
WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#103:
Add support for firmware download for wcn6855 which is in the linux-firmware

total: 0 errors, 1 warnings, 211 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/13183445.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.


[v7,3/4] arm64: dts: qcom: sc8280xp: Define uart2
WARNING: line length of 109 exceeds 100 columns
#147: 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
#148: 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/13183447.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