mbox series

[v2,0/3] Bluetooth: power-on QCA6390 correctly

Message ID 20231207091202.19231-1-brgl@bgdev.pl
Headers show
Series Bluetooth: power-on QCA6390 correctly | expand

Message

Bartosz Golaszewski Dec. 7, 2023, 9:11 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Patch 1 is just a typo fix as we're already touching this bindings. The
second patch adds more regulator defintions and enforces them for the
QCA6390 model. The final patch enables the power sequence for the BT
module of QCA6390 in the hci_qca driver.

v1 -> v2:
- squashed the two bluetooth patches into one
- changed the naming convention for the RFA regulators to follow the
  existing ones
- added dt-bindings patches

Bartosz Golaszewski (3):
  dt-bindings: net: bluetooth: qualcomm: fix a typo
  dt-bindings: net: bluetooth: qualcomm: add regulators for QCA6390
  Bluetooth: qca: run the power-on/off sequence for QCA6390 too

 .../net/bluetooth/qualcomm-bluetooth.yaml     | 26 ++++++++++++++++++-
 drivers/bluetooth/hci_qca.c                   | 14 +++++++++-
 2 files changed, 38 insertions(+), 2 deletions(-)