mbox series

pull request: bluetooth-next 2018-01-25

Message ID 20180125105540.GA28588@x1c.lan
State Accepted, archived
Delegated to: David Miller
Headers show
Series pull request: bluetooth-next 2018-01-25 | expand

Pull-request

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

Message

Johan Hedberg Jan. 25, 2018, 10:55 a.m. UTC
Hi Dave,

Here's one last bluetooth-next pull request for the 4.16 kernel:

 - Improved support for Intel controllers
 - New set_parity method to serdev (agreed with maintainers to be taken
   through bluetooth-next)
 - Fix error path in hci_bcm (missing call to serdev close)
 - New ID for BCM4343A0 UART controller

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

Johan

---
The following changes since commit 4f7d58517f461aa6e7b7509668f04021e089323d:

  Merge tag 'linux-can-next-for-4.16-20180116' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next (2018-01-17 16:08:25 -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 fbbe83c52bc0d52398de72d7df1857cc9b36244e:

  Bluetooth: btintel: Create common function for firmware download (2018-01-25 09:28:40 +0100)

----------------------------------------------------------------
Hans de Goede (1):
      Bluetooth: hci_bcm: For serdev case close serdev on failure to set power

Jörg Krause (1):
      Bluetooth: btbcm: Add entry for BCM4343A0 UART bluetooth

Tedd Ho-Jeong An (5):
      Bluetooth: hci_intel: Update firmware filename for Intel 9x60 and later
      Bluetooth: btintel: Create common function for Intel Reset
      Bluetooth: btintel: Use boot parameter from firmware file
      Bluetooth: btintel: Create common Intel Read Boot Params function
      Bluetooth: btintel: Create common function for firmware download

Ulrich Hecht (1):
      serdev: add method to set parity

 drivers/bluetooth/btbcm.c           |   1 +
 drivers/bluetooth/btintel.c         | 155 ++++++++++++++++++++++++++++++
 drivers/bluetooth/btintel.h         |  33 ++++++-
 drivers/bluetooth/btusb.c           | 133 +++++---------------------
 drivers/bluetooth/hci_bcm.c         |   5 +-
 drivers/bluetooth/hci_intel.c       | 186 +++++++++++++-----------------------
 drivers/tty/serdev/core.c           |  12 +++
 drivers/tty/serdev/serdev-ttyport.c |  24 +++++
 include/linux/serdev.h              |  10 ++
 9 files changed, 328 insertions(+), 231 deletions(-)

Comments

David Miller Jan. 25, 2018, 9:35 p.m. UTC | #1
From: Johan Hedberg <johan.hedberg@gmail.com>
Date: Thu, 25 Jan 2018 12:55:40 +0200

> Here's one last bluetooth-next pull request for the 4.16 kernel:
> 
>  - Improved support for Intel controllers
>  - New set_parity method to serdev (agreed with maintainers to be taken
>    through bluetooth-next)
>  - Fix error path in hci_bcm (missing call to serdev close)
>  - New ID for BCM4343A0 UART controller
> 
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.