2018-10-20 09:03:52

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2018-10-20

Hi Dave,

Here's one more bluetooth-next pull request for the 4.20 kernel.

- Added new USB ID for QCA_ROME controller
- Added debug trace support from QCA wcn3990 controllers
- Updated L2CAP to conform to latest Errata Service Release
- Fix binding to non-removable BCM43430 devices

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

Johan

---
The following changes since commit d864991b220b7c62e81d21209e1fd978fd67352c:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2018-10-12 21:38:46 -0700)

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 c614ca3f7476934de54dd731e09d094ad822696c:

Bluetooth: hci_qca: Add support for controller debug logs. (2018-10-18 09:55:16 +0200)

----------------------------------------------------------------
Balakrishna Godavarthi (1):
Bluetooth: hci_qca: Add support for controller debug logs.

Cho, Yu-Chen (1):
Bluetooth: btsdio: Do not bind to non-removable BCM43430

Colin Ian King (1):
Bluetooth: Remove redundant check on status

Mallikarjun Phulari (2):
Bluetooth: Use separate L2CAP LE credit based connection result values
Bluetooth: Errata Service Release 8, Erratum 3253

Owen Lin (1):
Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device

drivers/bluetooth/btsdio.c | 14 +++++++++-----
drivers/bluetooth/btusb.c | 1 +
drivers/bluetooth/hci_qca.c | 19 ++++++++++++++++++-
include/net/bluetooth/l2cap.h | 19 +++++++++++++------
net/bluetooth/hci_event.c | 38 +++++++++++++++++---------------------
net/bluetooth/l2cap_core.c | 36 ++++++++++++++++++++++--------------
6 files changed, 80 insertions(+), 47 deletions(-)


Attachments:
(No filename) (1.74 kB)
signature.asc (801.00 B)
Download all attachments

2018-10-20 19:34:15

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2018-10-20

From: Johan Hedberg <[email protected]>
Date: Sat, 20 Oct 2018 12:03:42 +0300

> Here's one more bluetooth-next pull request for the 4.20 kernel.
>
> - Added new USB ID for QCA_ROME controller
> - Added debug trace support from QCA wcn3990 controllers
> - Updated L2CAP to conform to latest Errata Service Release
> - Fix binding to non-removable BCM43430 devices
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.