2019-08-17 11:46:54

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth 2019-08-17

Hi Dave,

Here's a set of Bluetooth fixes for the 5.3-rc series:

- Multiple fixes for Qualcomm (btqca & hci_qca) drivers
- Minimum encryption key size debugfs setting (this is required for
Bluetooth Qualification)
- Fix hidp_send_message() to have a meaningful return value

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

Johan

---
The following changes since commit 125b7e0949d4e72b15c2b1a1590f8cece985a918:

net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx (2019-08-11 21:41:48 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 58a96fc35375ab87db7c5b69336f5befde1b548f:

Bluetooth: Add debug setting for changing minimum encryption key size (2019-08-17 13:54:40 +0300)

----------------------------------------------------------------
Balakrishna Godavarthi (1):
Bluetooth: btqca: Reset download type to default

Claire Chang (1):
Bluetooth: btqca: release_firmware after qca_inject_cmd_complete_event

Fabian Henneke (1):
Bluetooth: hidp: Let hidp_send_message return number of queued bytes

Harish Bandi (1):
Bluetooth: hci_qca: Send VS pre shutdown command.

Marcel Holtmann (1):
Bluetooth: Add debug setting for changing minimum encryption key size

Matthias Kaehlcke (2):
Bluetooth: btqca: Add a short delay before downloading the NVM
Bluetooth: btqca: Use correct byte format for opcode of injected command

Rocky Liao (1):
Bluetooth: hci_qca: Skip 1 error print in device_want_to_sleep()

Wei Yongjun (2):
Bluetooth: btusb: Fix error return code in btusb_mtk_setup_firmware()
Bluetooth: hci_qca: Use kfree_skb() instead of kfree()

drivers/bluetooth/btqca.c | 29 +++++++++++++++++++++++++++--
drivers/bluetooth/btqca.h | 7 +++++++
drivers/bluetooth/btusb.c | 4 +++-
drivers/bluetooth/hci_qca.c | 9 ++++++---
include/net/bluetooth/hci_core.h | 1 +
net/bluetooth/hci_core.c | 1 +
net/bluetooth/hci_debugfs.c | 31 +++++++++++++++++++++++++++++++
net/bluetooth/hidp/core.c | 9 +++++++--
net/bluetooth/l2cap_core.c | 2 +-
9 files changed, 84 insertions(+), 9 deletions(-)


Attachments:
(No filename) (2.28 kB)
signature.asc (849.00 B)
Download all attachments

2019-08-17 19:38:57

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth 2019-08-17

From: Johan Hedberg <[email protected]>
Date: Sat, 17 Aug 2019 14:44:51 +0300

> Here's a set of Bluetooth fixes for the 5.3-rc series:
>
> - Multiple fixes for Qualcomm (btqca & hci_qca) drivers
> - Minimum encryption key size debugfs setting (this is required for
> Bluetooth Qualification)
> - Fix hidp_send_message() to have a meaningful return value

Pulled, thanks.