The following changes since commit 5b5f724b05c550e10693a53a81cadca901aefd16: net: phy: mediatek-ge-soc: follow netdev LED trigger semantics (2024-04-24 11:50:49 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2024-04-24 for you to fetch changes up to 3d05fc82237aa97162d0d7dc300b55bb34e91d02: Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (2024-04-24 16:26:22 -0400) ---------------------------------------------------------------- bluetooth pull request for net: - qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() - hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor - qca: fix invalid device address check - hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync - Fix type of len in {l2cap,sco}_sock_getsockopt_old() - btusb: mediatek: Fix double free of skb in coredump - btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 - btusb: Fix triggering coredump implementation for QCA ---------------------------------------------------------------- Bartosz Golaszewski (1): Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() Chun-Yi Lee (1): Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor Johan Hovold (3): Bluetooth: qca: fix invalid device address check Bluetooth: qca: fix NULL-deref on non-serdev suspend Bluetooth: qca: fix NULL-deref on non-serdev setup Luiz Augusto von Dentz (3): Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID Nathan Chancellor (1): Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() Sean Wang (1): Bluetooth: btusb: mediatek: Fix double free of skb in coredump WangYuli (1): Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 Zijun Hu (1): Bluetooth: btusb: Fix triggering coredump implementation for QCA drivers/bluetooth/btmtk.c | 7 +++---- drivers/bluetooth/btqca.c | 38 ++++++++++++++++++++++++++++++++++++++ drivers/bluetooth/btusb.c | 11 ++++++----- drivers/bluetooth/hci_qca.c | 29 ++++++++++++++++++++--------- include/net/bluetooth/hci_core.h | 8 +++++++- net/bluetooth/hci_conn.c | 6 ++++-- net/bluetooth/hci_event.c | 25 ++++++++++++++----------- net/bluetooth/hci_sync.c | 9 ++++++--- net/bluetooth/l2cap_core.c | 2 +- net/bluetooth/l2cap_sock.c | 7 ++++--- net/bluetooth/mgmt.c | 24 +++++++++++++++++------- net/bluetooth/sco.c | 7 ++++--- 12 files changed, 124 insertions(+), 49 deletions(-)