mbox

pull request: bluetooth-next 2017-08-01

Message ID 20170801094156.GA22557@x1c.lan
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

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

Message

Johan Hedberg Aug. 1, 2017, 9:41 a.m. UTC
Hi Dave,

Here's our first batch of Bluetooth patches for the 4.14 kernel:

 - Several new USB IDs for the btusb driver
 - Memory leak fix in btusb driver
 - Cleanups & fixes to hci_nokia, hci_serdev and hci_bcm drivers
 - Fixed cleanup path in mrf24j40 (802.15.4) driver probe function
 - A few other smaller cleanups & fixes to drivers

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

Johan

---
The following changes since commit 04d8980b4a9ca178be1c703467f2ed4ac0800e90:

  cxgb4: Update register ranges of T4/T5/T6 adapters (2017-07-19 22:27:03 -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 d829b9e230f4138fb6194e854e1bb46f737f1c3d:

  Bluetooth: btusb: add ID for LiteOn 04ca:3016 (2017-08-01 08:28:31 +0300)

----------------------------------------------------------------
Brian Norris (1):
      Bluetooth: btusb: add ID for LiteOn 04ca:3016

Christophe JAILLET (1):
      mrf24j40: Fix en error handling path in 'mrf24j40_probe()'

Dan Carpenter (1):
      Bluetooth: btrtl: Fix a error code in rtl_load_config()

Derek Robson (1):
      Bluetooth: Style fix - align block comments

Dmitry Tunin (1):
      Bluetooth: btusb: Add support of all Foxconn (105b) Broadcom devices

Gustavo A. R. Silva (1):
      Bluetooth: btwilink: remove unnecessary static in bt_ti_probe()

Ian Molton (5):
      Bluetooth: hci_nokia: prevent crash on module removal
      Bluetooth: hci_nokia: remove duplicate call to pm_runtime_disable()
      Bluetooth: hci_serdev: Introduce hci_uart_unregister_device()
      Bluetooth: hci_nokia: Use new hci_uart_unregister_device() function
      Bluetooth: hci_ll: Use new hci_uart_unregister_device() function

Jeffy Chen (1):
      Bluetooth: btusb: Fix memory leak in play_deferred

Joan Jani (1):
      Bluetooth: btqca: Fixed a coding style error

Leif Liddy (1):
      Bluetooth: btusb: fix QCA Rome suspend/resume

Loic Poulain (2):
      Bluetooth: hci_bcm: Make bcm_request_irq fail if no IRQ resource
      Bluetooth: hci_uart: Fix uninitialized alignment value

Marcel Holtmann (1):
      Bluetooth: hci_nokia: select BT_BCM for btbcm_set_bdaddr()

 drivers/bluetooth/Kconfig         |  1 +
 drivers/bluetooth/ath3k.c         |  3 ++-
 drivers/bluetooth/bt3c_cs.c       |  8 ++++---
 drivers/bluetooth/btmrvl_sdio.c   |  6 ++++--
 drivers/bluetooth/btqca.c         |  2 +-
 drivers/bluetooth/btrtl.c         |  2 ++
 drivers/bluetooth/btsdio.c        |  3 ++-
 drivers/bluetooth/btuart_cs.c     |  8 ++++---
 drivers/bluetooth/btusb.c         | 44 ++++++++++++++++++++++++++++++++-------
 drivers/bluetooth/btwilink.c      |  8 +++----
 drivers/bluetooth/hci_bcm.c       | 30 +++++++++++++-------------
 drivers/bluetooth/hci_h4.c        |  2 +-
 drivers/bluetooth/hci_ldisc.c     |  3 ++-
 drivers/bluetooth/hci_ll.c        | 11 +++-------
 drivers/bluetooth/hci_nokia.c     | 10 +--------
 drivers/bluetooth/hci_serdev.c    | 13 ++++++++++++
 drivers/bluetooth/hci_uart.h      |  1 +
 drivers/net/ieee802154/mrf24j40.c |  3 ++-
 18 files changed, 101 insertions(+), 57 deletions(-)

Comments

David Miller Aug. 2, 2017, 12:43 a.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Tue, 1 Aug 2017 12:41:56 +0300

> Here's our first batch of Bluetooth patches for the 4.14 kernel:
> 
>  - Several new USB IDs for the btusb driver
>  - Memory leak fix in btusb driver
>  - Cleanups & fixes to hci_nokia, hci_serdev and hci_bcm drivers
>  - Fixed cleanup path in mrf24j40 (802.15.4) driver probe function
>  - A few other smaller cleanups & fixes to drivers
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thank you.