* [GIT PULL] bluetooth-next 2026-01-29
@ 2026-01-29 20:36 Luiz Augusto von Dentz
2026-01-30 4:24 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2026-01-29 20:36 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit e75e408dc524ba32b3bd66e89d2ba1e337877bfa:
Merge tag 'nf-next-26-01-29' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next (2026-01-29 14:56:13 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2026-01-29
for you to fetch changes up to eba86d86eec8428bd743523ec76932838e0b30f7:
Bluetooth: hci_qca: Enable HFP hardware offload for WCN6855 and WCN7850 (2026-01-29 13:37:44 -0500)
----------------------------------------------------------------
bluetooth-next pull request for net-next:
core:
- L2CAP: Add support for setting BT_PHY
- HCI: Add LE Channel Sounding HCI Command/event structures
- hci_conn: Set link_policy on incoming ACL connections
- MGMT: Add idle_timeout to configurable system parameters
drivers:
- btusb: Add support for MediaTek7920 0489:e158
- btusb: Add device ID for Realtek RTL8761BU
- btusb: Reject autosuspend if discovery is active
- btusb: Add new VID/PID for RTL8852CE
- btusb: Add USB ID 0489:e112 for Realtek 8851BE
- dt-bindings: qcom: Split to separate schema
- btqca: Add WCN6855 firmware priority selection feature
----------------------------------------------------------------
Bastien Nocera (3):
Bluetooth: btusb: Use pm_ptr instead of #ifdef CONFIG_PM
Bluetooth: btnxpuart: Remove unneeded CONFIG_PM ifdef
Bluetooth: btintel: Remove unneeded CONFIG_PM* #ifdef's
Bluecross (1):
Bluetooth: btusb: Add support for MediaTek7920 0489:e158
Chen Ni (1):
Bluetooth: btintel_pcie: Remove unnecessary check before kfree_skb()
Jacopo Scannella (1):
Bluetooth: btusb: Add device ID for Realtek RTL8761BU
Jia-Hong Su (1):
Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work
Jianpeng Chang (1):
Bluetooth: MGMT: Fix memory leak in set_ssp_complete
Krzysztof Kozlowski (11):
dt-bindings: bluetooth: qcom,qca2066-bt: Split to separate schema
dt-bindings: bluetooth: qcom,qca9377-bt: Split to separate schema
dt-bindings: bluetooth: qcom,qca6390-bt: Split to separate schema
dt-bindings: bluetooth: qcom,wcn3950-bt: Split to separate schema
dt-bindings: bluetooth: qcom,wcn3990-bt: Split to separate schema
dt-bindings: bluetooth: qcom,wcn6750-bt: Split to separate schema
dt-bindings: bluetooth: qcom,wcn6750-bt: Deprecate old supplies
dt-bindings: bluetooth: qcom,wcn6855-bt: Split to separate schema
dt-bindings: bluetooth: qcom,wcn6855-bt: Deprecate old supplies
dt-bindings: bluetooth: qcom,wcn7850-bt: Split to separate schema
dt-bindings: bluetooth: qcom,wcn7850-bt: Deprecate old supplies
Linmao Li (3):
Bluetooth: hci_core: Export hci_discovery_active
Bluetooth: btusb: Reject autosuspend if discovery is active
Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618
Luiz Augusto von Dentz (4):
Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs
Bluetooth: L2CAP: Add support for setting BT_PHY
Bluetooth: Fix using PHYs bitfields as PHY value
Bluetooth: L2CAP: Fix not tracking outstanding TX ident
Mengshi Wu (2):
Bluetooth: hci_qca: Refactor HFP hardware offload capability handling
Bluetooth: hci_qca: Enable HFP hardware offload for WCN6855 and WCN7850
Naga Bhavani Akella (1):
Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures
Shell Chen (1):
Bluetooth: btusb: Add new VID/PID for RTL8852CE
Shuai Zhang (3):
Bluetooth: hci_qca: Fix SSR (SubSystem Restart) fail when BT_EN is pulled up by hw
Bluetooth: btqca: move WCN7850 workaround to the caller
Bluetooth: btqca: Add WCN6855 firmware priority selection feature
Stefan Sørensen (3):
Bluetooth: hci_conn: use mod_delayed_work for active mode timeout
Bluetooth: hci_conn: Set link_policy on incoming ACL connections
Bluetooth: mgmt: Add idle_timeout to configurable system parameters
Techie Ernie (1):
Bluetooth: btusb: Add USB ID 0489:e112 for Realtek 8851BE
Uwe Kleine-König (1):
Bluetooth: btmtksdio: Use pm_ptr instead of #ifdef CONFIG_PM
Vaibhav Gupta (1):
Bluetooth: hci_bcm4377: Use generic power management
Zenm Chen (1):
Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB
.../net/bluetooth/qcom,bluetooth-common.yaml | 25 ++
.../bindings/net/bluetooth/qcom,qca2066-bt.yaml | 49 +++
.../bindings/net/bluetooth/qcom,qca6390-bt.yaml | 64 ++++
.../bindings/net/bluetooth/qcom,qca9377-bt.yaml | 58 ++++
.../bindings/net/bluetooth/qcom,wcn3950-bt.yaml | 67 ++++
.../bindings/net/bluetooth/qcom,wcn3990-bt.yaml | 66 ++++
.../bindings/net/bluetooth/qcom,wcn6750-bt.yaml | 91 ++++++
.../bindings/net/bluetooth/qcom,wcn6855-bt.yaml | 99 ++++++
.../bindings/net/bluetooth/qcom,wcn7850-bt.yaml | 94 ++++++
.../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 259 ----------------
MAINTAINERS | 1 +
drivers/bluetooth/btintel_pcie.c | 3 +-
drivers/bluetooth/btmtksdio.c | 8 +-
drivers/bluetooth/btnxpuart.c | 6 +-
drivers/bluetooth/btqca.c | 58 ++--
drivers/bluetooth/btusb.c | 26 +-
drivers/bluetooth/hci_bcm4377.c | 11 +-
drivers/bluetooth/hci_intel.c | 10 +-
drivers/bluetooth/hci_ldisc.c | 4 +-
drivers/bluetooth/hci_qca.c | 52 +++-
include/net/bluetooth/bluetooth.h | 47 +--
include/net/bluetooth/hci.h | 336 ++++++++++++++++++++-
include/net/bluetooth/hci_core.h | 9 +
include/net/bluetooth/hci_sync.h | 3 +
include/net/bluetooth/l2cap.h | 3 +-
net/bluetooth/hci_conn.c | 162 ++++++++--
net/bluetooth/hci_core.c | 1 +
net/bluetooth/hci_event.c | 79 ++++-
net/bluetooth/hci_sync.c | 125 +++++++-
net/bluetooth/iso.c | 10 +-
net/bluetooth/l2cap_core.c | 46 ++-
net/bluetooth/l2cap_sock.c | 20 +-
net/bluetooth/mgmt.c | 3 +
net/bluetooth/mgmt_config.c | 21 ++
34 files changed, 1503 insertions(+), 413 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,bluetooth-common.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,qca2066-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,qca6390-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,qca9377-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,wcn3950-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,wcn3990-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6750-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,wcn6855-bt.yaml
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/qcom,wcn7850-bt.yaml
delete mode 100644 Documentation/devicetree/bindings/net/bluetooth/qualcomm-bluetooth.yaml
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] bluetooth-next 2026-01-29
2026-01-29 20:36 [GIT PULL] bluetooth-next 2026-01-29 Luiz Augusto von Dentz
@ 2026-01-30 4:24 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2026-01-30 4:24 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev
On Thu, 29 Jan 2026 15:36:09 -0500 Luiz Augusto von Dentz wrote:
> bluetooth-next pull request for net-next:
>
> core:
> - L2CAP: Add support for setting BT_PHY
> - HCI: Add LE Channel Sounding HCI Command/event structures
> - hci_conn: Set link_policy on incoming ACL connections
> - MGMT: Add idle_timeout to configurable system parameters
>
> drivers:
> - btusb: Add support for MediaTek7920 0489:e158
> - btusb: Add device ID for Realtek RTL8761BU
> - btusb: Reject autosuspend if discovery is active
> - btusb: Add new VID/PID for RTL8852CE
> - btusb: Add USB ID 0489:e112 for Realtek 8851BE
> - dt-bindings: qcom: Split to separate schema
> - btqca: Add WCN6855 firmware priority selection feature
Pulled, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-30 4:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 20:36 [GIT PULL] bluetooth-next 2026-01-29 Luiz Augusto von Dentz
2026-01-30 4:24 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox