2023-01-18 13:16:15

by Francesco Dolcini

[permalink] [raw]
Subject: [PATCH v1 1/4] dt-bindings: bluetooth: marvell: add 88W8997 DT binding

From: Stefan Eichenberger <[email protected]>

Update the documentation with the device tree binding for the Marvell
88W8997 bluetooth device.

Signed-off-by: Stefan Eichenberger <[email protected]>
Signed-off-by: Francesco Dolcini <[email protected]>
---
Documentation/devicetree/bindings/net/marvell-bluetooth.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml b/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
index 309ef21a1e37..83b64ed730f5 100644
--- a/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/marvell-bluetooth.yaml
@@ -15,7 +15,9 @@ maintainers:

properties:
compatible:
- const: mrvl,88w8897
+ enum:
+ - mrvl,88w8897
+ - mrvl,88w8997

required:
- compatible
--
2.25.1


2023-01-18 14:05:50

by bluez.test.bot

[permalink] [raw]
Subject: RE: Bluetooth: hci_mrvl: Add serdev support for 88W8997

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

---Test result---

Test Summary:
CheckPatch PASS 2.50 seconds
GitLint PASS 1.05 seconds
SubjectPrefix FAIL 0.65 seconds
BuildKernel PASS 31.25 seconds
CheckAllWarning PASS 34.68 seconds
CheckSparse WARNING 39.13 seconds
CheckSmatch PASS 107.68 seconds
BuildKernel32 PASS 30.24 seconds
TestRunnerSetup PASS 433.10 seconds
TestRunner_l2cap-tester PASS 15.97 seconds
TestRunner_iso-tester PASS 16.17 seconds
TestRunner_bnep-tester PASS 5.47 seconds
TestRunner_mgmt-tester PASS 105.86 seconds
TestRunner_rfcomm-tester PASS 8.68 seconds
TestRunner_sco-tester PASS 7.96 seconds
TestRunner_ioctl-tester PASS 9.21 seconds
TestRunner_mesh-tester PASS 6.86 seconds
TestRunner_smp-tester PASS 7.89 seconds
TestRunner_userchan-tester PASS 5.75 seconds
IncrementalBuild PASS 41.39 seconds

Details
##############################
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/hci_mrvl.c:170:23: warning: restricted __le16 degrades to integerdrivers/bluetooth/hci_mrvl.c:203:23: warning: restricted __le16 degrades to integer


---
Regards,
Linux Bluetooth

2023-01-19 11:53:18

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 1/4] dt-bindings: bluetooth: marvell: add 88W8997 DT binding

On 18/01/2023 13:28, Francesco Dolcini wrote:
> From: Stefan Eichenberger <[email protected]>
>
> Update the documentation with the device tree binding for the Marvell
> 88W8997 bluetooth device.

Subject: drop second/last, redundant "DT binding". The "dt-bindings"
prefix is already stating that these are bindings.

With above:

Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof