mbox

pull request: bluetooth-next 2016-05-07

Message ID 20160507185623.GA18557@t440s.P-661HNU-F1
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 May 7, 2016, 6:56 p.m. UTC
Hi Dave,

Here are a few more Bluetooth patches for the 4.7 kernel:

 - NULL pointer fix in hci_intel driver
 - New Intel Bluetooth controller id in btusb driver
 - Added device tree binding documentation for Marvel's bt-sd8xxx
 - Platform specific wakeup interrupt support for btmrvl driver

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

Johan

---
The following changes since commit 582a1db98892ef4c1f34c7338b272331994d44ab:

  Merge branch 'qed-selftests' (2016-05-02 00:16:45 -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 a0af53b511423cca93900066512379e21586d7dd:

  Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b] (2016-05-06 21:52:35 +0200)

----------------------------------------------------------------
Loic Poulain (1):
      Bluetooth: hci_intel: Fix null gpio desc pointer dereference

Tedd Ho-Jeong An (1):
      Bluetooth: Add support for Intel Bluetooth device 8265 [8087:0a2b]

Xinming Hu (2):
      dt: bindings: add MARVELL's bt-sd8xxx wireless device
      btmrvl: add platform specific wakeup interrupt support

 Documentation/devicetree/bindings/btmrvl.txt       | 29 --------
 .../devicetree/bindings/net/marvell-bt-sd8xxx.txt  | 56 +++++++++++++++
 drivers/bluetooth/btmrvl_drv.h                     | 11 +++
 drivers/bluetooth/btmrvl_main.c                    | 35 +++++----
 drivers/bluetooth/btmrvl_sdio.c                    | 79 +++++++++++++++++++++
 drivers/bluetooth/btmrvl_sdio.h                    |  6 ++
 drivers/bluetooth/btusb.c                          | 11 +--
 drivers/bluetooth/hci_intel.c                      |  6 +-
 8 files changed, 180 insertions(+), 53 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/btmrvl.txt
 create mode 100644 Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt

Comments

David Miller May 9, 2016, 4:10 a.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Sat, 7 May 2016 21:56:23 +0300

> Here are a few more Bluetooth patches for the 4.7 kernel:
> 
>  - NULL pointer fix in hci_intel driver
>  - New Intel Bluetooth controller id in btusb driver
>  - Added device tree binding documentation for Marvel's bt-sd8xxx
>  - Platform specific wakeup interrupt support for btmrvl driver
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks.