public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: [GIT PULL] bluetooth-next 2026-01-29
Date: Thu, 29 Jan 2026 15:36:09 -0500	[thread overview]
Message-ID: <20260129203610.963067-1-luiz.dentz@gmail.com> (raw)

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

             reply	other threads:[~2026-01-29 20:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29 20:36 Luiz Augusto von Dentz [this message]
2026-01-30  4:24 ` [GIT PULL] bluetooth-next 2026-01-29 Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260129203610.963067-1-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox