2018-04-01 18:53:42

by Johan Hedberg

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

Hi Dave,

Here's (most likely) the last bluetooth-next pull request for the 4.17
kernel:

- Remove unused btuart_cs driver (replaced by serial_cs + hci_uart)
- New USB ID for Edimax EW-7611ULB controller
- Cleanups & fixes to hci_bcm driver
- Clenups to btmrvl driver

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

Johan

---
The following changes since commit 06b19fe9a6df7aaa423cd8404ebe5ac9ec4b2960:

Merge branch 'chelsio-inline-tls' (2018-03-31 23:37:33 -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 9ea471320e1302be0fac67c14a7ab7982609fea7:

Bluetooth: Mark expected switch fall-throughs (2018-04-01 21:43:03 +0300)

----------------------------------------------------------------
Gustavo A. R. Silva (1):
Bluetooth: Mark expected switch fall-throughs

Hans de Goede (6):
Bluetooth: hci_bcm: Add irq_polarity module option
Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-low
Bluetooth: hci_bcm: Add 6 new ACPI HIDs
Bluetooth: hci_bcm: Remove duplication in gpio-mappings declaration
Bluetooth: hci_bcm: Do not tie GPIO pin order to a specific ACPI HID
Bluetooth: hci_bcm: Add ACPI HIDs found in Windows .inf files and DSTDs

Ian W MORRISON (1):
Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4

Jaganath Kanakkassery (1):
Bluetooth: Fix data type of appearence

Loic Poulain (1):
Bluetooth: hci_bcm: use gpiod cansleep version

Marcel Holtmann (5):
Bluetooth: hci_bcm: Use default baud rate if missing shutdown GPIO
Bluetooth: hci_ll: Use skb_put_u8 instead of struct hcill_cmd
Bluetooth: hci_ll: Convert to use h4_recv_buf helper
Bluetooth: bpa10x: Use separate h4_recv_buf helper
Bluetooth: Remove unused btuart_cs driver

Markus Elfring (2):
Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_register_dev()
Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sdio_card_to_host()

Vic Wei (1):
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_QCA_ROME

Vicente Bergas (1):
Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB

Wei Yongjun (1):
Bluetooth: btrsi: remove unused including <linux/version.h>

drivers/bluetooth/Kconfig | 20 +-
drivers/bluetooth/Makefile | 1 -
drivers/bluetooth/bpa10x.c | 2 +-
drivers/bluetooth/btmrvl_sdio.c | 4 +-
drivers/bluetooth/btrsi.c | 1 -
drivers/bluetooth/btuart_cs.c | 675 ----------------------------------------
drivers/bluetooth/btusb.c | 4 +
drivers/bluetooth/h4_recv.h | 160 ++++++++++
drivers/bluetooth/hci_bcm.c | 305 +++++++++++++-----
drivers/bluetooth/hci_ll.c | 222 +++++--------
include/net/bluetooth/mgmt.h | 2 +-
net/bluetooth/mgmt.c | 1 +
net/bluetooth/rfcomm/sock.c | 1 +
13 files changed, 473 insertions(+), 925 deletions(-)
delete mode 100644 drivers/bluetooth/btuart_cs.c
create mode 100644 drivers/bluetooth/h4_recv.h


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

2018-04-01 21:46:48

by David Miller

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

From: Johan Hedberg <[email protected]>
Date: Sun, 1 Apr 2018 21:53:42 +0300

> Here's (most likely) the last bluetooth-next pull request for the 4.17
> kernel:
>
> - Remove unused btuart_cs driver (replaced by serial_cs + hci_uart)
> - New USB ID for Edimax EW-7611ULB controller
> - Cleanups & fixes to hci_bcm driver
> - Clenups to btmrvl driver
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.