mbox

pull request: bluetooth 2017-01-16

Message ID 20170116075831.GA7190@x1c
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

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

Message

Johan Hedberg Jan. 16, 2017, 7:58 a.m. UTC
Hi Dave,

Here are a couple of important 802.15.4 driver fixes for the 4.10
kernel.

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

Johan

---
The following changes since commit 8a430ed50bb1b19ca14a46661f3b1b35f2fb5c39:

  net: ipv4: fix table id in getroute response (2017-01-12 15:18:20 -0500)

are available in the git repository at:

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

for you to fetch changes up to 8e38b7d4d71479b23b77f01cf0e5071610b8f357:

  ieee802154: atusb: fix driver to work with older firmware versions (2017-01-12 22:12:43 +0100)

----------------------------------------------------------------
Andrey Smirnov (1):
      at86rf230: Allow slow GPIO pins for "rstn"

Stefan Schmidt (4):
      ieee802154: atusb: do not use the stack for buffers to make them DMA able
      ieee802154: atusb: make sure we set a randaom extended address if fetching fails
      ieee802154: atusb: do not use the stack for address fetching to make it DMA able
      ieee802154: atusb: fix driver to work with older firmware versions

 drivers/net/ieee802154/at86rf230.c |  4 +--
 drivers/net/ieee802154/atusb.c     | 59 +++++++++++++++++++++++---------
 2 files changed, 45 insertions(+), 18 deletions(-)

Comments

David Miller Jan. 16, 2017, 4:37 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Mon, 16 Jan 2017 09:58:31 +0200

> Here are a couple of important 802.15.4 driver fixes for the 4.10
> kernel.
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thank you.