mbox series

[v2,0/2] Bluetooth: hci_h5: btrtl: Add support for RTL8822CS hci_ver 0x08

Message ID 20211025084704.173755-1-adeep@lexina.in (mailing list archive)
Headers show
Series Bluetooth: hci_h5: btrtl: Add support for RTL8822CS hci_ver 0x08 | expand

Message

Viacheslav Oct. 25, 2021, 8:47 a.m. UTC
Add a variation of RTL8822CS with hci_ver = 0x08. This is fully similar to RTL8822CS with hci_ver = 0x0a
The controller does not always start when the system starts up, so we do a forced reset via gpio during initialization.

Changes from v1:
- remove Signed-off-by chbgdn <chbgdn@gmail.com> as not reachable

Vyacheslav Bocharov (2):
  Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08
  Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_open

 drivers/bluetooth/btrtl.c  | 7 +++++++
 drivers/bluetooth/hci_h5.c | 5 +++++
 2 files changed, 12 insertions(+)

Comments

Marcel Holtmann Oct. 25, 2021, 1:06 p.m. UTC | #1
Hi Vzacheslav,

> Add a variation of RTL8822CS with hci_ver = 0x08. This is fully similar to RTL8822CS with hci_ver = 0x0a
> The controller does not always start when the system starts up, so we do a forced reset via gpio during initialization.
> 
> Changes from v1:
> - remove Signed-off-by chbgdn <chbgdn@gmail.com> as not reachable
> 
> Vyacheslav Bocharov (2):
>  Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08
>  Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_open
> 
> drivers/bluetooth/btrtl.c  | 7 +++++++
> drivers/bluetooth/hci_h5.c | 5 +++++
> 2 files changed, 12 insertions(+)

the patches don’t apply cleanly against bluetooth-next tree.

Regards

Marcel
Viacheslav Oct. 27, 2021, 9:15 a.m. UTC | #2
Thanks. Aligned to bluetooth-next.

25.10.2021 16:06, Marcel Holtmann wrote:
> Hi Vzacheslav,
> 
>> Add a variation of RTL8822CS with hci_ver = 0x08. This is fully similar to RTL8822CS with hci_ver = 0x0a
>> The controller does not always start when the system starts up, so we do a forced reset via gpio during initialization.
>>
>> Changes from v1:
>> - remove Signed-off-by chbgdn <chbgdn@gmail.com> as not reachable
>>
>> Vyacheslav Bocharov (2):
>>   Bluetooth: btrtl: Add support for RTL8822C hci_ver 0x08
>>   Bluetooth: hci_h5: Add power reset via gpio in h5_btrtl_open
>>
>> drivers/bluetooth/btrtl.c  | 7 +++++++
>> drivers/bluetooth/hci_h5.c | 5 +++++
>> 2 files changed, 12 insertions(+)
> 
> the patches don’t apply cleanly against bluetooth-next tree.
> 
> Regards
> 
> Marcel
>