[PATCH v2 0/2] Bluetooth: hci_bcm: Autobaud mode support

Hakan Jansson posted 2 patches 1 year, 10 months ago
There is a newer version of this series
.../bindings/net/broadcom-bluetooth.yaml      |  9 ++++++
drivers/bluetooth/btbcm.c                     | 31 ++++++++++++++-----
drivers/bluetooth/btbcm.h                     |  8 ++---
drivers/bluetooth/hci_bcm.c                   | 15 +++++++--
4 files changed, 48 insertions(+), 15 deletions(-)
[PATCH v2 0/2] Bluetooth: hci_bcm: Autobaud mode support
Posted by Hakan Jansson 1 year, 10 months ago
Some devices (e.g. CYW5557x) require autobaud mode to enable FW loading.
Autobaud mode can also be required on some boards where the controller
device is using a non-standard baud rate when first powered on.

Only a limited subset of HCI commands are supported in autobaud mode.

These patches add a DT property, "brcm,uses-autobaud-mode", to control
autobaud mode selection.

Changes v1 -> v2:
- Modify description in binding document

Hakan Jansson (2):
  dt-bindings: net: broadcom-bluetooth: Add property for autobaud mode
  Bluetooth: hci_bcm: Add support for FW loading in autobaud mode

 .../bindings/net/broadcom-bluetooth.yaml      |  9 ++++++
 drivers/bluetooth/btbcm.c                     | 31 ++++++++++++++-----
 drivers/bluetooth/btbcm.h                     |  8 ++---
 drivers/bluetooth/hci_bcm.c                   | 15 +++++++--
 4 files changed, 48 insertions(+), 15 deletions(-)


base-commit: 48b57999e38745b707abe233019786cc097df3c9
-- 
2.25.1