All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329
@ 2019-12-15 18:52 Dmitry Osipenko
  2019-12-15 18:52 ` [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support Dmitry Osipenko
  2019-12-17  7:40 ` [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329 Marcel Holtmann
  0 siblings, 2 replies; 5+ messages in thread
From: Dmitry Osipenko @ 2019-12-15 18:52 UTC (permalink / raw)
  To: Rob Herring, Marcel Holtmann, Johan Hedberg
  Cc: devicetree, linux-bluetooth, linux-tegra, linux-kernel

Driver supports BCM4329, but there is no device-tree compatible for
that chip. Let's add it in order to allow boards to specify Bluetooth
in theirs device-trees, in particular this is useful for NVIDIA Tegra20
boards.

Signed-off-by: Dmitry Osipenko <digetx@gmail.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 9f52d57c56de..6f9d7c0e0061 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1470,6 +1470,7 @@ static struct bcm_device_data bcm4354_device_data = {
 
 static const struct of_device_id bcm_bluetooth_of_match[] = {
 	{ .compatible = "brcm,bcm20702a1" },
+	{ .compatible = "brcm,bcm4329-bt" },
 	{ .compatible = "brcm,bcm4345c5" },
 	{ .compatible = "brcm,bcm4330-bt" },
 	{ .compatible = "brcm,bcm43438-bt" },
-- 
2.24.0

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

* [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support
  2019-12-15 18:52 [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329 Dmitry Osipenko
@ 2019-12-15 18:52 ` Dmitry Osipenko
  2019-12-17  7:40   ` Marcel Holtmann
  2019-12-17  7:40 ` [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329 Marcel Holtmann
  1 sibling, 1 reply; 5+ messages in thread
From: Dmitry Osipenko @ 2019-12-15 18:52 UTC (permalink / raw)
  To: Rob Herring, Marcel Holtmann, Johan Hedberg
  Cc: devicetree, linux-bluetooth, linux-tegra, linux-kernel

The BCM4329 is a 802.11 a/b/g/n WiFi + Bluetooth 2.1 chip which is found
in Azurewave AW-NH611 WiFi+BT module.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
 Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
index b5eadee4a9a7..c44a30dbe43d 100644
--- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
+++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
@@ -11,6 +11,7 @@ Required properties:
 
  - compatible: should contain one of the following:
    * "brcm,bcm20702a1"
+   * "brcm,bcm4329-bt"
    * "brcm,bcm4330-bt"
    * "brcm,bcm43438-bt"
    * "brcm,bcm4345c5"
-- 
2.24.0

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

* Re: [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329
  2019-12-15 18:52 [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329 Dmitry Osipenko
  2019-12-15 18:52 ` [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support Dmitry Osipenko
@ 2019-12-17  7:40 ` Marcel Holtmann
  1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2019-12-17  7:40 UTC (permalink / raw)
  To: Dmitry Osipenko
  Cc: Rob Herring, Johan Hedberg, devicetree, linux-bluetooth,
	linux-tegra, linux-kernel

Hi Dmitry,

> Driver supports BCM4329, but there is no device-tree compatible for
> that chip. Let's add it in order to allow boards to specify Bluetooth
> in theirs device-trees, in particular this is useful for NVIDIA Tegra20
> boards.
> 
> Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
> ---
> drivers/bluetooth/hci_bcm.c | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel

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

* Re: [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support
  2019-12-15 18:52 ` [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support Dmitry Osipenko
@ 2019-12-17  7:40   ` Marcel Holtmann
  2019-12-17 13:10     ` Dmitry Osipenko
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2019-12-17  7:40 UTC (permalink / raw)
  To: Dmitry Osipenko
  Cc: Rob Herring, Johan Hedberg, devicetree, linux-bluetooth,
	linux-tegra, linux-kernel

Hi Dmitry,

> The BCM4329 is a 802.11 a/b/g/n WiFi + Bluetooth 2.1 chip which is found
> in Azurewave AW-NH611 WiFi+BT module.
> 
> Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
> ---
> Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel

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

* Re: [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support
  2019-12-17  7:40   ` Marcel Holtmann
@ 2019-12-17 13:10     ` Dmitry Osipenko
  0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Osipenko @ 2019-12-17 13:10 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: Rob Herring, Johan Hedberg, devicetree, linux-bluetooth,
	linux-tegra, linux-kernel

17.12.2019 10:40, Marcel Holtmann пишет:
> Hi Dmitry,
> 
>> The BCM4329 is a 802.11 a/b/g/n WiFi + Bluetooth 2.1 chip which is found
>> in Azurewave AW-NH611 WiFi+BT module.
>>
>> Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
>> ---
>> Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 1 +
>> 1 file changed, 1 insertion(+)
> 
> patch has been applied to bluetooth-next tree.
> 
> Regards
> 
> Marcel
> 

Thank you very much!

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

end of thread, other threads:[~2019-12-17 13:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-15 18:52 [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329 Dmitry Osipenko
2019-12-15 18:52 ` [PATCH v1 2/2] dt-bindings: net: broadcom-bluetooth: Document BCM4329 support Dmitry Osipenko
2019-12-17  7:40   ` Marcel Holtmann
2019-12-17 13:10     ` Dmitry Osipenko
2019-12-17  7:40 ` [PATCH v1 1/2] Bluetooth: hci_bcm: Add device-tree compatible for BCM4329 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.