* [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS
@ 2022-07-25 5:50 Samuel Holland
2022-07-25 6:19 ` bluez.test.bot
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Samuel Holland @ 2022-07-25 5:50 UTC (permalink / raw)
To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: linux-bluetooth, Samuel Holland, Alistair Francis,
Krzysztof Kozlowski, Rob Herring, Vasily Khoruzhick, devicetree,
linux-kernel, netdev
RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
already supported by the hci_uart/btrtl driver. Document the compatible.
Signed-off-by: Samuel Holland <samuel@sholland.org>
---
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
index 157d606bf9cb..8ac633b7e917 100644
--- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
@@ -20,6 +20,7 @@ properties:
enum:
- realtek,rtl8723bs-bt
- realtek,rtl8723cs-bt
+ - realtek,rtl8723ds-bt
- realtek,rtl8822cs-bt
device-wake-gpios:
--
2.35.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: dt-bindings: net: bluetooth: realtek: Add RTL8723DS
2022-07-25 5:50 [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS Samuel Holland
@ 2022-07-25 6:19 ` bluez.test.bot
2022-07-25 22:49 ` [PATCH] " Alistair
2022-07-25 23:29 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2022-07-25 6:19 UTC (permalink / raw)
To: linux-bluetooth, samuel
[-- Attachment #1: Type: text/plain, Size: 1268 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=662655
---Test result---
Test Summary:
CheckPatch PASS 1.85 seconds
GitLint PASS 1.03 seconds
SubjectPrefix FAIL 0.85 seconds
BuildKernel PASS 37.79 seconds
BuildKernel32 PASS 33.93 seconds
Incremental Build with patchesPASS 53.12 seconds
TestRunner: Setup PASS 564.78 seconds
TestRunner: l2cap-tester PASS 17.91 seconds
TestRunner: bnep-tester PASS 6.67 seconds
TestRunner: mgmt-tester PASS 105.07 seconds
TestRunner: rfcomm-tester PASS 10.16 seconds
TestRunner: sco-tester PASS 9.92 seconds
TestRunner: smp-tester PASS 9.87 seconds
TestRunner: userchan-tester PASS 6.98 seconds
Details
##############################
Test: SubjectPrefix - FAIL - 0.85 seconds
Check subject contains "Bluetooth" prefix
"Bluetooth: " is not specified in the subject
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS
2022-07-25 5:50 [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS Samuel Holland
2022-07-25 6:19 ` bluez.test.bot
@ 2022-07-25 22:49 ` Alistair
2022-07-25 23:29 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Alistair @ 2022-07-25 22:49 UTC (permalink / raw)
To: Samuel Holland, Marcel Holtmann, Johan Hedberg,
Luiz Augusto von Dentz, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni
Cc: linux-bluetooth, Krzysztof Kozlowski, Rob Herring,
Vasily Khoruzhick, devicetree, Linux Kernel Mailing List, netdev
On Mon, 25 Jul 2022, at 3:50 PM, Samuel Holland wrote:
> RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
> already supported by the hci_uart/btrtl driver. Document the compatible.
>
> Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Alistair Francis <alistair@alistair23.me>
Alistair
> ---
>
> Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
> index 157d606bf9cb..8ac633b7e917 100644
> --- a/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
> +++ b/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml
> @@ -20,6 +20,7 @@ properties:
> enum:
> - realtek,rtl8723bs-bt
> - realtek,rtl8723cs-bt
> + - realtek,rtl8723ds-bt
> - realtek,rtl8822cs-bt
>
> device-wake-gpios:
> --
> 2.35.1
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS
2022-07-25 5:50 [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS Samuel Holland
2022-07-25 6:19 ` bluez.test.bot
2022-07-25 22:49 ` [PATCH] " Alistair
@ 2022-07-25 23:29 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-07-25 23:29 UTC (permalink / raw)
To: Samuel Holland
Cc: Jakub Kicinski, Eric Dumazet, Marcel Holtmann, linux-kernel,
Alistair Francis, Johan Hedberg, netdev, Vasily Khoruzhick,
Paolo Abeni, Krzysztof Kozlowski, devicetree, David S . Miller,
Rob Herring, linux-bluetooth, Luiz Augusto von Dentz
On Mon, 25 Jul 2022 00:50:59 -0500, Samuel Holland wrote:
> RTL8723DS is another version of the RTL8723 WiFi + Bluetooth chip. It is
> already supported by the hci_uart/btrtl driver. Document the compatible.
>
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
>
> Documentation/devicetree/bindings/net/realtek-bluetooth.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-25 23:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-25 5:50 [PATCH] dt-bindings: net: bluetooth: realtek: Add RTL8723DS Samuel Holland
2022-07-25 6:19 ` bluez.test.bot
2022-07-25 22:49 ` [PATCH] " Alistair
2022-07-25 23:29 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox