mbox series

[0/3] Bluetooth: hci_qca: add support for QCA9377

Message ID 20200421081656.9067-1-christianshewitt@gmail.com (mailing list archive)
Headers show
Series Bluetooth: hci_qca: add support for QCA9377 | expand

Message

Christian Hewitt April 21, 2020, 8:16 a.m. UTC
From: chewitt <christianshewitt@gmail.com>

This series adds a new compatible for the QCA9377 BT device that is found
in many Android TV box devices, makes minor changes to allow max-speed
values for the device to be read from device-tree, and updates bindings
to reflect those changes.

Christian Hewitt (3):
  dt-bindings: net: bluetooth: Add device tree bindings for QCA9377
  Bluetooth: hci_qca: add compatible for QCA9377
  Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devices

 .../bindings/net/qualcomm-bluetooth.txt         |  5 +++++
 drivers/bluetooth/hci_qca.c                     | 17 ++++++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

Comments

Marcel Holtmann April 22, 2020, 5:39 p.m. UTC | #1
Hi Christian,

> This series adds a new compatible for the QCA9377 BT device that is found
> in many Android TV box devices, makes minor changes to allow max-speed
> values for the device to be read from device-tree, and updates bindings
> to reflect those changes.
> 
> Christian Hewitt (3):
>  dt-bindings: net: bluetooth: Add device tree bindings for QCA9377
>  Bluetooth: hci_qca: add compatible for QCA9377
>  Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devices
> 
> .../bindings/net/qualcomm-bluetooth.txt         |  5 +++++
> drivers/bluetooth/hci_qca.c                     | 17 ++++++++++-------
> 2 files changed, 15 insertions(+), 7 deletions(-)

the series doesn’t apply cleanly against bluetooth-next tree. Can you please respin it.

Regards

Marcel
Christian Hewitt April 23, 2020, 12:39 a.m. UTC | #2
> On 22 Apr 2020, at 9:39 pm, Marcel Holtmann <marcel@holtmann.org> wrote:
> 
> Hi Christian,
> 
>> This series adds a new compatible for the QCA9377 BT device that is found
>> in many Android TV box devices, makes minor changes to allow max-speed
>> values for the device to be read from device-tree, and updates bindings
>> to reflect those changes.
>> 
>> Christian Hewitt (3):
>> dt-bindings: net: bluetooth: Add device tree bindings for QCA9377
>> Bluetooth: hci_qca: add compatible for QCA9377
>> Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devices
>> 
>> .../bindings/net/qualcomm-bluetooth.txt         |  5 +++++
>> drivers/bluetooth/hci_qca.c                     | 17 ++++++++++-------
>> 2 files changed, 15 insertions(+), 7 deletions(-)
> 
> the series doesn’t apply cleanly against bluetooth-next tree. Can you please respin it.

Ahh, it was based on 5.7-rc1, will do, thanks.

Christian