2019-03-02 20:01:06

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2019-03-02

Hi Dave,

Here's one more bluetooth-next pull request for the 5.1 kernel:

- Added support for MediaTek MT7663U and MT7668U UART devices
- Cleanups & fixes to the hci_qca driver
- Fixed wakeup pin behavior for QCA6174A controller

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit c14f7e1efcbf744c49fcb44a121112c54d2c5330:

net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles (2019-02-25 14:36:15 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream

for you to fetch changes up to 22eaf6c9946ae269061d95bb9ceee02524166474:

Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devices (2019-03-02 19:51:23 +0100)

----------------------------------------------------------------
Brian Norris (3):
Bluetooth: btusb: add QCA6174A compatible properties
dt-bindings: net: btusb: add QCA6174A IDs
arm64: dts: rockchip: move QCA6174A wakeup pin into its USB node

Gustavo A. R. Silva (1):
Bluetooth: mgmt: Use struct_size() helper

Kefeng Wang (1):
Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto()

Matthias Kaehlcke (8):
Bluetooth: Add quirk for reading BD_ADDR from fwnode property
Bluetooth: btqcomsmd: use HCI_QUIRK_USE_BDADDR_PROPERTY
Bluetooth: hci_qca: Set HCI_QUIRK_USE_BDADDR_PROPERTY for wcn3990
Bluetooth: hci_qca: Pass boolean 'on/off' to qca_send_power_pulse()
Bluetooth: hci_qca: Move boot delay to qca_send_power_pulse()
Bluetooth: hci_qca: Add delay after power-off pulse
Bluetooth: hci_qca: Use msleep() instead of open coding it
Bluetooth: hci_qca: Reduce delay after sending baudrate request for WCN3990

Sean Wang (2):
dt-bindings: net: bluetooth: add support for MediaTek MT7663U and MT7668U UART devices
Bluetooth: mediatek: add support for MediaTek MT7663U and MT7668U UART devices

Documentation/devicetree/bindings/net/btusb.txt | 3 +
.../devicetree/bindings/net/mediatek-bluetooth.txt | 64 +++++
.../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 13 +
.../boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 46 ++--
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 13 -
drivers/bluetooth/btmtkuart.c | 281 ++++++++++++++++++++-
drivers/bluetooth/btqcomsmd.c | 31 +--
drivers/bluetooth/btusb.c | 2 +
drivers/bluetooth/hci_ldisc.c | 3 +-
drivers/bluetooth/hci_qca.c | 50 ++--
include/net/bluetooth/hci.h | 12 +
net/bluetooth/hci_core.c | 43 ++++
net/bluetooth/mgmt.c | 14 +-
13 files changed, 478 insertions(+), 97 deletions(-)


Attachments:
(No filename) (2.83 kB)
signature.asc (833.00 B)
Download all attachments

2019-03-02 21:56:20

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2019-03-02

From: Johan Hedberg <[email protected]>
Date: Sat, 2 Mar 2019 21:00:57 +0100

> Here's one more bluetooth-next pull request for the 5.1 kernel:
>
> - Added support for MediaTek MT7663U and MT7668U UART devices
> - Cleanups & fixes to the hci_qca driver
> - Fixed wakeup pin behavior for QCA6174A controller
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.