2018-01-11 08:24:34

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2018-01-11

Hi Dave,

Here's likely the last bluetooth-next pull request for the 4.16 kernel.

- Added support for Bluetooth on 2015+ MacBook (Pro)
- Fix to QCA Rome suspend/resume handling
- Two new QCA_ROME USB IDs in btusb
- A few other minor fixes

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

Johan

---
The following changes since commit 18feb87105c3c16dc01e6981a6aafb175679b997:

enic: add wq clean up budget (2017-12-26 13:10:07 -0500)

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

Bluetooth: btbcm: Fix sleep mode struct ordering (2018-01-10 19:00:14 +0100)

----------------------------------------------------------------
AceLan Kao (1):
Bluetooth: btusb: Add support for 0cf3:e010

Arnd Bergmann (1):
Bluetooth: hciuart: add nvmem dependency

Colin Ian King (2):
Bluetooth: bpa10x: make array 'req' static, shrinks object size
Bluetooth: btintel: make array 'param' static, shrinks object size

Hans de Goede (1):
Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version

Ioan Moldovan (1):
Bluetooth: Add a new 04ca:3015 QCA_ROME device

Kai-Heng Feng (1):
Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"

Lukas Wunner (15):
Bluetooth: Avoid WARN splat due to missing GPIOLIB
Bluetooth: hci_bcm: Streamline runtime PM code
Bluetooth: Depend on rather than select GPIOLIB
Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
Bluetooth: hci_bcm: Clean up unnecessary #ifdef
Bluetooth: hci_bcm: Fix race on close
Bluetooth: hci_bcm: Fix unbalanced pm_runtime_disable()
Bluetooth: hci_bcm: Invalidate IRQ on request failure
Bluetooth: hci_bcm: Document struct bcm_device
Bluetooth: hci_bcm: Add callbacks to toggle GPIOs
Bluetooth: hci_bcm: Handle errors properly
Bluetooth: hci_bcm: Support Apple GPIO handling
Bluetooth: hci_bcm: Silence IRQ printk
Bluetooth: hci_bcm: Sleep instead of spinning
Bluetooth: btbcm: Fix sleep mode struct ordering

Ronald Tschal?r (1):
Bluetooth: hci_bcm: Validate IRQ before using it

drivers/bluetooth/Kconfig | 4 +
drivers/bluetooth/bpa10x.c | 2 +-
drivers/bluetooth/btbcm.h | 2 +-
drivers/bluetooth/btintel.c | 2 +-
drivers/bluetooth/btusb.c | 22 ++--
drivers/bluetooth/hci_bcm.c | 239 +++++++++++++++++++++++++++++++++++---------
6 files changed, 207 insertions(+), 64 deletions(-)


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

2018-01-11 18:58:56

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2018-01-11

From: Johan Hedberg <[email protected]>
Date: Thu, 11 Jan 2018 10:24:34 +0200

> Here's likely the last bluetooth-next pull request for the 4.16 kernel.
>
> - Added support for Bluetooth on 2015+ MacBook (Pro)
> - Fix to QCA Rome suspend/resume handling
> - Two new QCA_ROME USB IDs in btusb
> - A few other minor fixes
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.