[PATCH 3/3] Bluetooth: hci_bcm: Ignore deprecated command fail case

2020-10-14 Thread Amitesh Chandra
From: Manoj Babulal Broadcom VSC uart_clock_setting is deprecated in newer controllers. Ignore error if the controller returns invalid or bad request error code. Signed-off-by: Amitesh Chandra Signed-off-by: Manoj Babulal --- drivers/bluetooth/hci_bcm.c | 15 +-- 1 file changed

[PATCH 2/3] dt-bindings: net: bluetooth: Add broadcom BCM4389 support

2020-10-14 Thread Amitesh Chandra
From: Amitesh Chandra Add bindings for BCM4389 bluetooth controller. Signed-off-by: Amitesh Chandra --- Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt b

[PATCH 1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389

2020-10-14 Thread Amitesh Chandra
From: Amitesh Chandra Add compatible string match to the serdev driver for the BCM4389 Bluetooth controller Signed-off-by: Amitesh Chandra --- drivers/bluetooth/hci_bcm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index