mbox series

[GIT,PULL] bluetooth-next 2025-03-25

Message ID 20250325192925.2497890-1-luiz.dentz@gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] bluetooth-next 2025-03-25 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2025-03-25

Message

Luiz Augusto von Dentz March 25, 2025, 7:29 p.m. UTC
The following changes since commit 8fa649fd7d3009769c7289d0c31c319b72bc42c4:

  net: phy: dp83822: fix transmit amplitude if CONFIG_OF_MDIO not defined (2025-03-24 09:52:36 -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-2025-03-25

for you to fetch changes up to eed14eb510c040a3826b633048244bb7a816c67d:

  Bluetooth: MGMT: Add LL Privacy Setting (2025-03-25 15:22:49 -0400)

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

core:

 - Add support for skb TX SND/COMPLETION timestamping
 - hci_core: Enable buffer flow control for SCO/eSCO
 - coredump: Log devcd dumps into the monitor

 drivers:

 - btusb: Add 2 HWIDs for MT7922
 - btusb: Fix regression in the initialization of fake Bluetooth controllers
 - btusb: Add 14 USB device IDs for Qualcomm WCN785x
 - btintel: Add support for Intel Scorpius Peak
 - btintel: Add support to configure TX power
 - btintel: Add DSBR support for ScP
 - btintel_pcie: Add device id of Whale Peak
 - btintel_pcie: Setup buffers for firmware traces
 - btintel_pcie: Read hardware exception data
 - btintel_pcie: Add support for device coredump
 - btintel_pcie: Trigger device coredump on hardware exception
 - btnxpuart: Support for controller wakeup gpio config
 - btnxpuart: Add support to set BD address
 - btnxpuart: Add correct bootloader error codes
 - btnxpuart: Handle bootloader error during cmd5 and cmd7
 - btnxpuart: Fix kernel panic during FW release
 - qca: add WCN3950 support
 - hci_qca: use the power sequencer for wcn6750
 - btmtksdio: Prevent enabling interrupts after IRQ handler removal

----------------------------------------------------------------
Arseniy Krasnov (2):
      Bluetooth: hci_uart: fix race during initialization
      Bluetooth: hci_uart: Fix another race during initialization

Dmitry Baryshkov (3):
      dt-bindings: net: bluetooth: qualcomm: document WCN3950
      Bluetooth: qca: simplify WCN399x NVM loading
      Bluetooth: qca: add WCN3950 support

Dorian Cruveiller (1):
      Bluetooth: btusb: Add new VID/PID for WCN785x

Douglas Anderson (1):
      Bluetooth: btusb: mediatek: Add err code to btusb claim iso printout

Dr. David Alan Gilbert (2):
      Bluetooth: MGMT: Remove unused mgmt_pending_find_data
      Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete

Easwar Hariharan (4):
      Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()
      Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
      Bluetooth: SMP: convert timeouts to secs_to_jiffies()
      Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()

Hao Qin (1):
      Bluetooth: btmtk: Remove the resetting step before downloading the fw

Janaki Ramaiah Thota (1):
      Bluetooth: hci_qca: use the power sequencer for wcn6750

Jeremy Clifton (1):
      Bluetooth: Fix code style warning

Jiande Lu (1):
      Bluetooth: btusb: Add 2 HWIDs for MT7922

Kiran K (8):
      Bluetooth: btintel: Add support for Intel Scorpius Peak
      Bluetooth: btintel_pcie: Add device id of Whale Peak
      Bluetooth: btintel: Add DSBR support for ScP
      Bluetooth: btintel_pcie: Setup buffers for firmware traces
      Bluetooth: btintel_pcie: Read hardware exception data
      Bluetooth: btintel_pcie: Add support for device coredump
      Bluetooth: btintel_pcie: Trigger device coredump on hardware exception
      t blameBluetooth: btintel: Fix leading white space

Loic Poulain (2):
      bluetooth: btnxpuart: Support for controller wakeup gpio config
      dt-bindings: net: bluetooth: nxp: Add wakeup pin properties

Luiz Augusto von Dentz (6):
      Bluetooth: btintel_pci: Fix build warning
      Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
      Bluetooth: hci_vhci: Mark Sync Flow Control as supported
      HCI: coredump: Log devcd dumps into the monitor
      Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT
      Bluetooth: MGMT: Add LL Privacy Setting

Neeraj Sanjay Kale (7):
      Bluetooth: btnxpuart: Move vendor specific initialization to .post_init
      Bluetooth: btnxpuart: Add support for HCI coredump feature
      dt-bindings: net: bluetooth: nxp: Add support to set BD address
      Bluetooth: btnxpuart: Add support to set BD address
      Bluetooth: btnxpuart: Add correct bootloader error codes
      Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7
      Bluetooth: btnxpuart: Fix kernel panic during FW release

Pauli Virtanen (5):
      net-timestamp: COMPLETION timestamp on packet tx completion
      Bluetooth: add support for skb TX SND/COMPLETION timestamping
      Bluetooth: ISO: add TX timestamping
      Bluetooth: L2CAP: add TX timestamping
      Bluetooth: SCO: add TX timestamping

Pedro Nishiyama (4):
      Bluetooth: Add quirk for broken READ_VOICE_SETTING
      Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
      Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken
      Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers

Sean Wang (1):
      Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal

Vijay Satija (1):
      Bluetooth: btintel: Add support to configure TX power

Wentao Guan (1):
      Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel

Zijun Hu (1):
      Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x

 .../bindings/net/bluetooth/nxp,88w8987-bt.yaml     |  18 +-
 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |   2 +
 Documentation/networking/timestamping.rst          |   8 +
 drivers/bluetooth/bfusb.c                          |   3 +-
 drivers/bluetooth/btintel.c                        | 341 ++++++++++++
 drivers/bluetooth/btintel.h                        |  24 +
 drivers/bluetooth/btintel_pcie.c                   | 582 ++++++++++++++++++++-
 drivers/bluetooth/btintel_pcie.h                   |  93 ++++
 drivers/bluetooth/btmtk.c                          |  10 -
 drivers/bluetooth/btmtksdio.c                      |   3 +-
 drivers/bluetooth/btnxpuart.c                      | 407 +++++++++++---
 drivers/bluetooth/btqca.c                          |  27 +-
 drivers/bluetooth/btqca.h                          |   4 +
 drivers/bluetooth/btusb.c                          |  36 +-
 drivers/bluetooth/hci_ldisc.c                      |  19 +-
 drivers/bluetooth/hci_qca.c                        |  27 +-
 drivers/bluetooth/hci_uart.h                       |   1 +
 drivers/bluetooth/hci_vhci.c                       |   5 +-
 include/linux/skbuff.h                             |   7 +-
 include/net/bluetooth/bluetooth.h                  |   1 +
 include/net/bluetooth/hci.h                        |  34 ++
 include/net/bluetooth/hci_core.h                   |  27 +-
 include/net/bluetooth/l2cap.h                      |   7 +-
 include/net/bluetooth/mgmt.h                       |   1 +
 include/uapi/linux/errqueue.h                      |   1 +
 include/uapi/linux/net_tstamp.h                    |   6 +-
 net/bluetooth/6lowpan.c                            |   2 +-
 net/bluetooth/coredump.c                           |  28 +-
 net/bluetooth/hci_conn.c                           | 122 +++++
 net/bluetooth/hci_core.c                           |  77 +--
 net/bluetooth/hci_event.c                          |  32 +-
 net/bluetooth/hci_sync.c                           |  32 +-
 net/bluetooth/iso.c                                |  24 +-
 net/bluetooth/l2cap_core.c                         |  45 +-
 net/bluetooth/l2cap_sock.c                         |  15 +-
 net/bluetooth/mgmt.c                               |  52 +-
 net/bluetooth/mgmt_util.c                          |  17 -
 net/bluetooth/mgmt_util.h                          |   4 -
 net/bluetooth/sco.c                                |  19 +-
 net/bluetooth/smp.c                                |   4 +-
 net/core/skbuff.c                                  |   2 +
 net/ethtool/common.c                               |   1 +
 net/socket.c                                       |   3 +
 43 files changed, 1900 insertions(+), 273 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 25, 2025, 9:40 p.m. UTC | #1
Hello:

This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 25 Mar 2025 15:29:25 -0400 you wrote:
> The following changes since commit 8fa649fd7d3009769c7289d0c31c319b72bc42c4:
> 
>   net: phy: dp83822: fix transmit amplitude if CONFIG_OF_MDIO not defined (2025-03-24 09:52:36 -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-2025-03-25
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] bluetooth-next 2025-03-25
    https://git.kernel.org/netdev/net-next/c/4f74a45c6b19

You are awesome, thank you!