All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389
@ 2020-10-14  5:43 Amitesh Chandra
  2020-11-11 11:05 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Amitesh Chandra @ 2020-10-14  5:43 UTC (permalink / raw)
  To: marcel, johan.hedberg, linux-bluetooth, linux-kernel
  Cc: amitesh.chandra, ravi.nagarajan, cheneyni

From: Amitesh Chandra <amitesh.chandra@broadcom.com>

Add compatible string match to the serdev driver for the
BCM4389 Bluetooth controller

Signed-off-by: Amitesh Chandra <amitesh.chandra@broadcom.com>
---
 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 94ed734..680478f 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1425,6 +1425,7 @@ static const struct of_device_id bcm_bluetooth_of_match[] = {
 	{ .compatible = "brcm,bcm4345c5" },
 	{ .compatible = "brcm,bcm4330-bt" },
 	{ .compatible = "brcm,bcm43438-bt" },
+	{ .compatible = "brcm,bcm4389-bt" },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, bcm_bluetooth_of_match);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389
  2020-10-14  5:43 [PATCH 1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389 Amitesh Chandra
@ 2020-11-11 11:05 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2020-11-11 11:05 UTC (permalink / raw)
  To: Amitesh Chandra
  Cc: Johan Hedberg, linux-bluetooth, open list, amitesh.chandra,
	ravi.nagarajan, cheneyni

Hi Amitesh,

> Add compatible string match to the serdev driver for the
> BCM4389 Bluetooth controller
> 
> Signed-off-by: Amitesh Chandra <amitesh.chandra@broadcom.com>
> ---
> drivers/bluetooth/hci_bcm.c | 1 +
> 1 file changed, 1 insertion(+)

The series no longer applies cleanly to bluetooth-next tree. Please resend.

Regards

Marcel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-11 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14  5:43 [PATCH 1/3] Bluetooth: hci_bcm: Add compatible string for BCM4389 Amitesh Chandra
2020-11-11 11:05 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.