mbox series

[RFC,0/2] Bluetooth: Add support for RTL8821CS

Message ID 20230126165529.1452252-1-macroalpha82@gmail.com
Headers show
Series Bluetooth: Add support for RTL8821CS | expand

Message

Chris Morgan Jan. 26, 2023, 4:55 p.m. UTC
From: Chris Morgan <macromorgan@hotmail.com>

This patch series is to add support for the RTL8821CS Bluetooth
controller found on the RTL8821CS WiFi/Bluetooth combo chip.

This has been tested with firmware version 0xaa9a4e68. I am submitting
as an RFC to hopefully get guidance from Realtek on submission of this
firmware (or a later version) to the linux-firmware repository.

Chris Morgan (2):
  dt-bindings: net: realtek-bluetooth: Add RTL8821CS
  Bluetooth: hci_h5: btrtl: Add support for RTL8821CS

 .../devicetree/bindings/net/realtek-bluetooth.yaml        | 1 +
 drivers/bluetooth/btrtl.c                                 | 8 ++++++++
 drivers/bluetooth/hci_h5.c                                | 2 ++
 3 files changed, 11 insertions(+)