2024-05-14 15:02:23

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: pull request: bluetooth-next 2024-05-14

The following changes since commit 5c1672705a1a2389f5ad78e0fea6f08ed32d6f18:

net: revert partially applied PHY topology series (2024-05-13 18:35:02 -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-2024-05-14

for you to fetch changes up to 6a486c1361ea588938898ae812b32dcfbd4022f2:

Bluetooth: btintel_pcie: Refactor and code cleanup (2024-05-14 10:58:30 -0400)

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

- Add support MediaTek MT7921S SDIO
- Various fixes for -Wflex-array-member-not-at-end and -Wfamnae
- Add USB HW IDs for MT7921/MT7922/MT7925
- Add support for Intel BlazarI and Filmore Peak2 (BE201)
- Add initial support for Intel PCIe driver
- Remove HCI_AMP support

----------------------------------------------------------------
Archie Pusaka (1):
Bluetooth: Populate hci_set_hw_info for Intel and Realtek

Chen-Yu Tsai (1):
dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth

Dan Carpenter (1):
Bluetooth: qca: Fix error code in qca_read_fw_build_info()

Gustavo A. R. Silva (6):
Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings
Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warnings
Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warning
Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()
Bluetooth: hci_sync: Use cmd->num_cis instead of magic number
Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warning

Hans de Goede (1):
Bluetooth: hci_bcm: Limit bcm43455 baudrate to 2000000

Ian W MORRISON (1):
Bluetooth: Add support for MediaTek MT7922 device

Iulia Tanasescu (2):
Bluetooth: ISO: Make iso_get_sock_listen generic
Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generated

Jiande Lu (2):
Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925
Bluetooth: btusb: Sort usb_device_id table by the ID

Johan Hovold (3):
Bluetooth: qca: drop bogus edl header checks
Bluetooth: qca: drop bogus module version
Bluetooth: qca: clean up defines

Kiran K (10):
Bluetooth: btintel: Define macros for image types
Bluetooth: btintel: Add support to download intermediate loader
Bluetooth: btintel: Add support for BlazarI
Bluetooth: btintel: Add support for Filmore Peak2 (BE201)
Bluetooth: btintel: Export few static functions
Bluetooth: btintel_pcie: Add *setup* function to download firmware
Bluetooth: btintel_pcie: Fix compiler warnings
Bluetooth: btintel: Fix compiler warning for multi_v7_defconfig config
Bluetooth: btintel_pcie: Fix warning reported by sparse
Bluetooth: btintel_pcie: Refactor and code cleanup

Luiz Augusto von Dentz (4):
Bluetooth: Add proper definitions for scan interval and window
Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLED
Bluetooth: HCI: Remove HCI_AMP support
Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1

Mahesh Talewad (1):
LE Create Connection command timeout increased to 20 secs

Marek Vasut (1):
dt-bindings: net: broadcom-bluetooth: Add CYW43439 DT binding

Peter Tsao (1):
Bluetooth: btusb: Fix the patch for MT7920 the affected to MT7921

Sebastian Urban (1):
Bluetooth: compute LE flow credits based on recvbuf space

Sungwoo Kim (1):
Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()

Tedd Ho-Jeong An (1):
Bluetooth: btintel_pcie: Add support for PCIe transport

Uri Arev (2):
Bluetooth: hci_intel: Fix multiple issues reported by checkpatch.pl
Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl

Uwe Kleine-König (3):
Bluetooth: btqcomsmd: Convert to platform remove callback returning void
Bluetooth: hci_bcm: Convert to platform remove callback returning void
Bluetooth: hci_intel: Convert to platform remove callback returning void

Zijun Hu (4):
Bluetooth: btusb: Correct timeout macro argument used to receive control message
Bluetooth: hci_conn: Remove a redundant check for HFP offload
Bluetooth: Remove 3 repeated macro definitions
Bluetooth: qca: Support downloading board id specific NVM for WCN7850

.../net/bluetooth/mediatek,mt7921s-bluetooth.yaml | 55 +
.../bindings/net/broadcom-bluetooth.yaml | 33 +-
MAINTAINERS | 1 +
drivers/bluetooth/Kconfig | 11 +
drivers/bluetooth/Makefile | 1 +
drivers/bluetooth/ath3k.c | 25 +-
drivers/bluetooth/btintel.c | 88 +-
drivers/bluetooth/btintel.h | 51 +-
drivers/bluetooth/btintel_pcie.c | 1357 ++++++++++++++++++++
drivers/bluetooth/btintel_pcie.h | 430 +++++++
drivers/bluetooth/btmrvl_main.c | 9 -
drivers/bluetooth/btqca.c | 47 +-
drivers/bluetooth/btqca.h | 60 +-
drivers/bluetooth/btqcomsmd.c | 6 +-
drivers/bluetooth/btrsi.c | 1 -
drivers/bluetooth/btrtl.c | 7 +
drivers/bluetooth/btsdio.c | 8 -
drivers/bluetooth/btusb.c | 55 +-
drivers/bluetooth/hci_bcm.c | 8 +-
drivers/bluetooth/hci_bcm4377.c | 1 -
drivers/bluetooth/hci_intel.c | 25 +-
drivers/bluetooth/hci_ldisc.c | 6 -
drivers/bluetooth/hci_serdev.c | 5 -
drivers/bluetooth/hci_uart.h | 1 -
drivers/bluetooth/hci_vhci.c | 10 +-
drivers/bluetooth/virtio_bt.c | 2 -
include/net/bluetooth/bluetooth.h | 2 +-
include/net/bluetooth/hci.h | 136 +-
include/net/bluetooth/hci_core.h | 69 +-
include/net/bluetooth/l2cap.h | 33 +-
include/uapi/linux/virtio_bt.h | 1 -
net/bluetooth/hci_conn.c | 150 ++-
net/bluetooth/hci_core.c | 170 +--
net/bluetooth/hci_event.c | 240 +---
net/bluetooth/hci_request.h | 4 -
net/bluetooth/hci_sock.c | 5 +-
net/bluetooth/hci_sync.c | 207 +--
net/bluetooth/iso.c | 151 ++-
net/bluetooth/l2cap_core.c | 140 +-
net/bluetooth/l2cap_sock.c | 91 +-
net/bluetooth/mgmt.c | 84 +-
net/bluetooth/sco.c | 6 +-
42 files changed, 2651 insertions(+), 1141 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/mediatek,mt7921s-bluetooth.yaml
create mode 100644 drivers/bluetooth/btintel_pcie.c
create mode 100644 drivers/bluetooth/btintel_pcie.h


2024-05-14 16:10:42

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2024-05-14

Hello:

This pull request was applied to netdev/net-next.git (main)
by Jakub Kicinski <[email protected]>:

On Tue, 14 May 2024 11:02:05 -0400 you wrote:
> The following changes since commit 5c1672705a1a2389f5ad78e0fea6f08ed32d6f18:
>
> net: revert partially applied PHY topology series (2024-05-13 18:35:02 -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-2024-05-14
>
> [...]

Here is the summary with links:
- pull request: bluetooth-next 2024-05-14
https://git.kernel.org/netdev/net-next/c/79982e8f8a01

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



2024-06-10 14:07:39

by patchwork-bot+bluetooth

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2024-05-14

Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <[email protected]>:

On Tue, 14 May 2024 11:02:05 -0400 you wrote:
> The following changes since commit 5c1672705a1a2389f5ad78e0fea6f08ed32d6f18:
>
> net: revert partially applied PHY topology series (2024-05-13 18:35:02 -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-2024-05-14
>
> [...]

Here is the summary with links:
- pull request: bluetooth-next 2024-05-14
https://git.kernel.org/bluetooth/bluetooth-next/c/79982e8f8a01

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html