Hi Dave,
Here's one last bluetooth-next pull request for the 4.18 kernel:
- New USB device IDs for Realtek 8822BE and 8723DE
- reset/resume fix for Dell Inspiron 5565
- Fix HCI_UART_INIT_PENDING flag behavior
- Fix patching behavior for some ATH3012 models
- A few other minor cleanups & fixes
Please let me know if there are any issues pulling. Thanks.
Johan
---
The following changes since commit 874fcf1de613ad7b3cecf8a9cfe806fe7c2e3c68:
Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux (2018-05-29 09:45:13 -0400)
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 1cd2fabf4bdcf95eda6a1bcebc4a0a965509da36:
Bluetooth: btusb: Add additional device ID for RTL8822BE (2018-05-30 15:45:01 +0200)
----------------------------------------------------------------
Andy Shevchenko (2):
Bluetooth: Re-use kstrtobool_from_user()
Bluetooth: btmrvl: Re-use kstrtol_from_user()
Arend van Spriel (1):
Bluetooth: btmrvl: support sysfs initiated firmware coredump
Artiom Vaskov (1):
Bluetooth: btusb: Add additional device ID for RTL8822BE
Hans de Goede (4):
Bluetooth: btusb: Add Dell Inspiron 5565 to btusb_needs_reset_resume_table
Bluetooth: hci_uart: Restore hci_dev->flush callback on open()
Bluetooth: hci_serdev: Move serdev_device_close/open into common hci_serdev code
Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not working
Jian-Hong Pan (1):
Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
Takashi Iwai (1):
Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
Thierry Escande (1):
Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
Vaibhav Murkute (1):
Bluetooth: hci_serdev: Removed unnecessary curly braces
drivers/bluetooth/btmrvl_debugfs.c | 55 +++-----------------------------------
drivers/bluetooth/btmrvl_drv.h | 2 --
drivers/bluetooth/btmrvl_main.c | 6 -----
drivers/bluetooth/btmrvl_sdio.c | 11 +++++---
drivers/bluetooth/btusb.c | 43 ++++++++++++++++++++++++-----
drivers/bluetooth/hci_bcm.c | 10 +------
drivers/bluetooth/hci_ldisc.c | 22 ++++++++-------
drivers/bluetooth/hci_ll.c | 3 ---
drivers/bluetooth/hci_nokia.c | 3 ---
drivers/bluetooth/hci_qca.c | 2 +-
drivers/bluetooth/hci_serdev.c | 32 ++++++++++++++--------
drivers/bluetooth/hci_uart.h | 1 +
net/bluetooth/hci_core.c | 23 +++++-----------
net/bluetooth/hci_debugfs.c | 24 ++++++-----------
net/bluetooth/smp.c | 12 +++------
15 files changed, 102 insertions(+), 147 deletions(-)
From: Johan Hedberg <[email protected]>
Date: Mon, 4 Jun 2018 12:15:32 +0200
> Here's one last bluetooth-next pull request for the 4.18 kernel:
>
> - New USB device IDs for Realtek 8822BE and 8723DE
> - reset/resume fix for Dell Inspiron 5565
> - Fix HCI_UART_INIT_PENDING flag behavior
> - Fix patching behavior for some ATH3012 models
> - A few other minor cleanups & fixes
>
> Please let me know if there are any issues pulling. Thanks.
Pulled, thanks Johan.