linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth
@ 2023-05-18  5:08 Tim Jiang
  2023-05-18  5:32 ` [v1] " bluez.test.bot
  2023-05-18  8:21 ` [PATCH v1] " Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Jiang @ 2023-05-18  5:08 UTC (permalink / raw)
  To: marcel
  Cc: linux-kernel, linux-bluetooth, linux-arm-msm, quic_tjiang,
	quic_bgodavar, quic_hemantg, mka

Add bindings for the QCA2066 chipset.

Signed-off-by: Tim Jiang <quic_tjiang@quicinc.com>
---
 .../devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
index 68f78b90d23a..f51b0e8ad086 100644
--- a/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
@@ -16,6 +16,7 @@ description:
 properties:
   compatible:
     enum:
+      - qcom,qca2066-bt
       - qcom,qca6174-bt
       - qcom,qca9377-bt
       - qcom,wcn3990-bt
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [v1] dt-bindings: net: Add QCA2066 Bluetooth
  2023-05-18  5:08 [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth Tim Jiang
@ 2023-05-18  5:32 ` bluez.test.bot
  2023-05-18  8:21 ` [PATCH v1] " Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2023-05-18  5:32 UTC (permalink / raw)
  To: linux-bluetooth, quic_tjiang

[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]

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

---Test result---

Test Summary:
CheckPatch                    PASS      0.66 seconds
GitLint                       PASS      0.35 seconds
SubjectPrefix                 FAIL      0.38 seconds
BuildKernel                   PASS      31.50 seconds
CheckAllWarning               PASS      34.17 seconds
CheckSparse                   PASS      38.91 seconds
CheckSmatch                   PASS      107.24 seconds
BuildKernel32                 PASS      30.27 seconds
TestRunnerSetup               PASS      436.00 seconds
TestRunner_l2cap-tester       PASS      16.87 seconds
TestRunner_iso-tester         PASS      21.34 seconds
TestRunner_bnep-tester        PASS      5.62 seconds
TestRunner_mgmt-tester        PASS      114.77 seconds
TestRunner_rfcomm-tester      PASS      9.18 seconds
TestRunner_sco-tester         PASS      8.23 seconds
TestRunner_ioctl-tester       PASS      9.65 seconds
TestRunner_mesh-tester        PASS      7.07 seconds
TestRunner_smp-tester         PASS      8.18 seconds
TestRunner_userchan-tester    PASS      5.91 seconds
IncrementalBuild              PASS      28.64 seconds

Details
##############################
Test: SubjectPrefix - FAIL
Desc: Check subject contains "Bluetooth" prefix
Output:
"Bluetooth: " prefix is not specified in the subject


---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth
  2023-05-18  5:08 [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth Tim Jiang
  2023-05-18  5:32 ` [v1] " bluez.test.bot
@ 2023-05-18  8:21 ` Krzysztof Kozlowski
  2023-05-18  9:18   ` Tim Jiang (QUIC)
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-05-18  8:21 UTC (permalink / raw)
  To: Tim Jiang, marcel
  Cc: linux-kernel, linux-bluetooth, linux-arm-msm, quic_bgodavar,
	quic_hemantg, mka

On 18/05/2023 07:08, Tim Jiang wrote:
> Add bindings for the QCA2066 chipset.
> 
> Signed-off-by: Tim Jiang <quic_tjiang@quicinc.com>

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC.  It might happen, that command when run on an older
kernel, gives you outdated entries.  Therefore please be sure you base
your patches on recent Linux kernel.

You missed at least DT list (maybe more), so this won't be tested.
Please resend and include all necessary entries.


Beside that patch looks incomplete.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth
  2023-05-18  8:21 ` [PATCH v1] " Krzysztof Kozlowski
@ 2023-05-18  9:18   ` Tim Jiang (QUIC)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Jiang (QUIC) @ 2023-05-18  9:18 UTC (permalink / raw)
  To: Krzysztof Kozlowski, marcel
  Cc: linux-kernel, linux-bluetooth, linux-arm-msm,
	Balakrishna Godavarthi (QUIC), Hemant Gupta (QUIC),
	mka

Krzysztof: 
Thanks for your reply, Inline comments

Regards.
Tim


-----Original Message-----
From: Krzysztof Kozlowski <krzk@kernel.org> 
Sent: Thursday, May 18, 2023 4:21 PM
To: Tim Jiang (QUIC) <quic_tjiang@quicinc.com>; marcel@holtmann.org
Cc: linux-kernel@vger.kernel.org; linux-bluetooth@vger.kernel.org; linux-arm-msm@vger.kernel.org; Balakrishna Godavarthi (QUIC) <quic_bgodavar@quicinc.com>; Hemant Gupta (QUIC) <quic_hemantg@quicinc.com>; mka@chromium.org
Subject: Re: [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth

On 18/05/2023 07:08, Tim Jiang wrote:
> Add bindings for the QCA2066 chipset.
> 
> Signed-off-by: Tim Jiang <quic_tjiang@quicinc.com>

Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC.  It might happen, that command when run on an older kernel, gives you outdated entries.  Therefore please be sure you base your patches on recent Linux kernel.
[Tim] ok , I will update my linux kernel

You missed at least DT list (maybe more), so this won't be tested.
[Tim] do you mean email CC list ?
Please resend and include all necessary entries.


Beside that patch looks incomplete.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-18  9:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18  5:08 [PATCH v1] dt-bindings: net: Add QCA2066 Bluetooth Tim Jiang
2023-05-18  5:32 ` [v1] " bluez.test.bot
2023-05-18  8:21 ` [PATCH v1] " Krzysztof Kozlowski
2023-05-18  9:18   ` Tim Jiang (QUIC)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).