2018-02-15 08:33:59

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2018-02-15

Hi Dave,

Here's the first bluetooth-next pull request targetting the 4.17 kernel
release.

- Fixes & cleanups to Atheros and Marvell drivers
- Support for two new Realtek controllers
- Support for new Intel Bluetooth controller
- Fix for supporting multiple slave-role Bluetooth LE connections

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

Johan

---
The following changes since commit 617aebe6a97efa539cc4b8a52adccd89596e6be0:

Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux (2018-02-03 16:25:42 -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 907f84990924bf3a8d248c040dabeb5127ae6938:

Bluetooth: btrtl: Add RTL8723D and RTL8821C devices (2018-02-11 21:50:35 +0100)

----------------------------------------------------------------
Alex Lu (1):
Bluetooth: btrtl: Add RTL8723D and RTL8821C devices

Jia-Ju Bai (3):
Bluetooth: hci_ath: Replace mdelay with msleep in ath_wakeup_ar3k
Bluetooth: btmrvl_main: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_send_sync_cmd
Bluetooth: hci_ll: Replace mdelay with msleep in download_firmware

Larry Finger (1):
Bluetooth: btusb: Add device ID for RTL8822BE

Maxim Zhukov (5):
Bluetooth: ath3k: replace hardcode numbers with define
Bluetooth: ath3k: do not init variables
Bluetooth: ath3k: remove blank line after if
Bluetooth: ath3k: Fix warning: quoted string split across lines
Bluetooth: ath3k: fix checkpatch warning

Tedd Ho-Jeong An (1):
Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026]

Ɓukasz Rymanowski (1):
Bluetooth: Fix incorrect bits for LE states

drivers/bluetooth/ath3k.c | 28 ++++++----
drivers/bluetooth/btmrvl_main.c | 2 +-
drivers/bluetooth/btrtl.c | 119 ++++++++++++++++++++++++++++------------
drivers/bluetooth/btusb.c | 10 ++++
drivers/bluetooth/hci_ath.c | 4 +-
drivers/bluetooth/hci_ll.c | 2 +-
net/bluetooth/hci_request.c | 6 +-
7 files changed, 118 insertions(+), 53 deletions(-)


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

2018-02-15 20:44:35

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2018-02-15

From: Johan Hedberg <[email protected]>
Date: Thu, 15 Feb 2018 10:33:59 +0200

> Here's the first bluetooth-next pull request targetting the 4.17 kernel
> release.
>
> - Fixes & cleanups to Atheros and Marvell drivers
> - Support for two new Realtek controllers
> - Support for new Intel Bluetooth controller
> - Fix for supporting multiple slave-role Bluetooth LE connections
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.