mbox series

pull request: bluetooth-next 2023-10-23

Message ID 20231023182108.3629137-1-luiz.dentz@gmail.com (mailing list archive)
State Superseded
Headers show
Series pull request: bluetooth-next 2023-10-23 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-10-23

Message

Luiz Augusto von Dentz Oct. 23, 2023, 6:21 p.m. UTC
The following changes since commit d6e48462e88fe7efc78b455ecde5b0ca43ec50b7:

  net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OF (2023-10-23 10:16:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-10-23

for you to fetch changes up to 530886897c789cf77c9a0d4a7cc5549f0768b5f8:

  Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err (2023-10-23 11:05:32 -0700)

----------------------------------------------------------------
bluetooth-next pull request for net-next:

 - Add 0bda:b85b for Fn-Link RTL8852BE
 - ISO: Many fixes for broadcast support
 - Mark bcm4378/bcm4387 as BROKEN_LE_CODED
 - Add support ITTIM PE50-M75C
 - Add RTW8852BE device 13d3:3570
 - Add support for QCA2066
 - Add support for Intel Misty Peak - 8087:0038

----------------------------------------------------------------
Claudia Draghicescu (1):
      Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUID

Dan Carpenter (1):
      Bluetooth: msft: __hci_cmd_sync() doesn't return NULL

Guan Wentao (1):
      Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE

Iulia Tanasescu (5):
      Bluetooth: ISO: Fix BIS cleanup
      Bluetooth: ISO: Pass BIG encryption info through QoS
      Bluetooth: ISO: Allow binding a bcast listener to 0 bises
      Bluetooth: ISO: Match QoS adv handle with BIG handle
      Bluetooth: ISO: Fix bcast listener cleanup

Janne Grunau (1):
      Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED

Jingyang Wang (1):
      Bluetooth: Add support ITTIM PE50-M75C

Marcel Ziswiler (1):
      Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err

Masum Reza (1):
      Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables

Tim Jiang (1):
      Bluetooth: qca: add support for QCA2066

Vijay Satija (1):
      Bluetooth: Add support for Intel Misty Peak - 8087:0038

Vlad Pruteanu (1):
      Bluetooth: ISO: Set CIS bit only for devices with CIS support

ZhengHan Wang (1):
      Bluetooth: Fix double free in hci_conn_cleanup

Zhengping Jiang (1):
      Bluetooth: btmtksdio: enable bluetooth wakeup in system suspend

Ziyang Xuan (1):
      Bluetooth: Make handle of hci_conn be unique

youwan Wang (1):
      Bluetooth: btusb: Add date->evt_skb is NULL check

 drivers/bluetooth/btmtksdio.c    |  44 ++++++++++++--
 drivers/bluetooth/btqca.c        |  68 ++++++++++++++++++++++
 drivers/bluetooth/btqca.h        |   5 +-
 drivers/bluetooth/btusb.c        |  11 ++++
 drivers/bluetooth/hci_bcm4377.c  |   5 ++
 drivers/bluetooth/hci_qca.c      |  11 ++++
 include/net/bluetooth/hci.h      |   3 +
 include/net/bluetooth/hci_core.h |  40 ++++++++++---
 include/net/bluetooth/hci_sync.h |   2 +
 net/bluetooth/amp.c              |   3 +-
 net/bluetooth/hci_conn.c         | 123 +++++++++++++++++++++++++++------------
 net/bluetooth/hci_core.c         |   3 +
 net/bluetooth/hci_event.c        |  92 ++++++++++++++++-------------
 net/bluetooth/hci_sync.c         |  36 +++++-------
 net/bluetooth/hci_sysfs.c        |  23 ++++----
 net/bluetooth/iso.c              |  38 ++++++++----
 net/bluetooth/msft.c             |  20 +++----
 17 files changed, 375 insertions(+), 152 deletions(-)