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: pull request: bluetooth-next 2022-07-22
Date: Fri, 22 Jul 2022 13:54:00 -0700 [thread overview]
Message-ID: <20220722205400.847019-1-luiz.dentz@gmail.com> (raw)
The following changes since commit 6e0e846ee2ab01bc44254e6a0a6a6a0db1cba16d:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2022-07-21 13:03:39 -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-2022-07-22
for you to fetch changes up to 768677808478ee7ffabf9c9128f345b7ec62b5f3:
Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet (2022-07-22 13:24:55 -0700)
----------------------------------------------------------------
bluetooth-next pull request for net-next:
- Add support for IM Networks PID 0x3568
- Add support for BCM4349B1
- Add support for CYW55572
- Add support for MT7922 VID/PID 0489/e0e2
- Add support for Realtek RTL8852C
- Initial support for Isochronous Channels/ISO sockets
- Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING quirk
----------------------------------------------------------------
Aaron Ma (1):
Bluetooth: btusb: Add support of IMC Networks PID 0x3568
Abhishek Pandit-Subedi (2):
Bluetooth: Fix index added after unregister
Bluetooth: Unregister suspend with userchannel
Ahmad Fatoum (2):
dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT binding
Bluetooth: hci_bcm: Add BCM4349B1 variant
Alain Michaud (1):
Bluetooth: clear the temporary linkkey in hci_conn_cleanup
Brian Gix (3):
Bluetooth: Remove dead code from hci_request.c
Bluetooth: Remove update_scan hci_request dependancy
Bluetooth: Convert delayed discov_off to hci_sync
Dan Carpenter (2):
Bluetooth: fix an error code in hci_register_dev()
Bluetooth: clean up error pointer checking
Hakan Jansson (7):
dt-bindings: net: broadcom-bluetooth: Add property for autobaud mode
Bluetooth: hci_bcm: Add support for FW loading in autobaud mode
dt-bindings: net: broadcom-bluetooth: Add CYW55572 DT binding
dt-bindings: net: broadcom-bluetooth: Add conditional constraints
Bluetooth: hci_bcm: Add DT compatible for CYW55572
Bluetooth: hci_bcm: Prevent early baudrate setting in autobaud mode
Bluetooth: hci_bcm: Increase host baudrate for CYW55572 in autobaud mode
He Wang (1):
Bluetooth: btusb: Add a new VID/PID 0489/e0e2 for MT7922
Hilda Wu (5):
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587
Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586
Jiasheng Jiang (1):
Bluetooth: hci_intel: Add check for platform_driver_register
Luiz Augusto von Dentz (16):
Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}
Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
Bluetooth: hci_sync: Fix not updating privacy_mode
Bluetooth: hci_sync: Don't remove connected devices from accept list
Bluetooth: hci_sync: Split hci_dev_open_sync
Bluetooth: Add bt_status
Bluetooth: Use bt_status to convert from errno
Bluetooth: mgmt: Fix using hci_conn_abort
Bluetooth: MGMT: Fix holding hci_conn reference while command is queued
Bluetooth: hci_core: Introduce hci_recv_event_data
Bluetooth: Add initial implementation of CIS connections
Bluetooth: Add BTPROTO_ISO socket type
Bluetooth: Add initial implementation of BIS connections
Bluetooth: ISO: Add broadcast support
Bluetooth: btusb: Add support for ISO packets
Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet
Manish Mandlik (2):
Bluetooth: hci_sync: Refactor add Adv Monitor
Bluetooth: hci_sync: Refactor remove Adv Monitor
Sai Teja Aluvala (1):
Bluetooth: hci_qca: Return wakeup for qca_wakeup
Schspa Shi (1):
Bluetooth: When HCI work queue is drained, only queue chained work
Sean Wang (1):
Bluetooth: btmtksdio: Add in-band wakeup support
Tamas Koczka (1):
Bluetooth: Collect kcov coverage from hci_rx_work
Xiaohui Zhang (1):
Bluetooth: use memset avoid memory leaks
Ying Hsu (1):
Bluetooth: Add default wakeup callback for HCI UART driver
Yuri D'Elia (1):
Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for MTK
Zhengping Jiang (2):
Bluetooth: mgmt: Fix refresh cached connection info
Bluetooth: hci_sync: Fix resuming scan after suspend resume
Zijun Hu (5):
Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event mask
Bluetooth: hci_sync: Check LMP feature bit instead of quirk
Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCA
Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSR
Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING
shaomin Deng (1):
Bluetooth: btrtl: Fix typo in comment
.../bindings/net/broadcom-bluetooth.yaml | 25 +
drivers/bluetooth/btbcm.c | 33 +-
drivers/bluetooth/btbcm.h | 8 +-
drivers/bluetooth/btmtksdio.c | 15 +
drivers/bluetooth/btrtl.c | 2 +-
drivers/bluetooth/btusb.c | 45 +-
drivers/bluetooth/hci_bcm.c | 35 +-
drivers/bluetooth/hci_intel.c | 6 +-
drivers/bluetooth/hci_qca.c | 2 +-
drivers/bluetooth/hci_serdev.c | 11 +
include/net/bluetooth/bluetooth.h | 71 +-
include/net/bluetooth/hci.h | 203 ++-
include/net/bluetooth/hci_core.h | 234 ++-
include/net/bluetooth/hci_sock.h | 2 +
include/net/bluetooth/hci_sync.h | 16 +
include/net/bluetooth/iso.h | 32 +
net/bluetooth/Kconfig | 1 +
net/bluetooth/Makefile | 1 +
net/bluetooth/af_bluetooth.c | 4 +-
net/bluetooth/eir.c | 62 +-
net/bluetooth/eir.h | 1 +
net/bluetooth/hci_conn.c | 900 +++++++++-
net/bluetooth/hci_core.c | 569 ++++--
net/bluetooth/hci_event.c | 529 +++++-
net/bluetooth/hci_request.c | 429 +----
net/bluetooth/hci_request.h | 16 +-
net/bluetooth/hci_sock.c | 11 +-
net/bluetooth/hci_sync.c | 628 +++++--
net/bluetooth/iso.c | 1824 ++++++++++++++++++++
net/bluetooth/l2cap_core.c | 1 +
net/bluetooth/lib.c | 71 +
net/bluetooth/mgmt.c | 338 ++--
net/bluetooth/msft.c | 269 +--
net/bluetooth/msft.h | 6 +-
34 files changed, 5224 insertions(+), 1176 deletions(-)
create mode 100644 include/net/bluetooth/iso.h
create mode 100644 net/bluetooth/iso.c
next reply other threads:[~2022-07-22 20:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 20:54 Luiz Augusto von Dentz [this message]
2022-07-22 23:55 ` pull request: bluetooth-next 2022-07-22 Jakub Kicinski
2022-07-23 0:09 ` Luiz Augusto von Dentz
2022-07-23 0:19 ` Jakub Kicinski
2022-07-23 0:25 ` Luiz Augusto von Dentz
2022-07-23 0:50 ` Jakub Kicinski
2022-07-26 22:05 ` Luiz Augusto von Dentz
2022-07-26 22:31 ` Jakub Kicinski
2022-07-27 1:06 ` Luiz Augusto von Dentz
2022-07-27 2:47 ` Jakub Kicinski
-- strict thread matches above, loose matches on Subject: below --
2022-07-23 0:22 Luiz Augusto von Dentz
2022-07-23 2:10 ` patchwork-bot+netdevbpf
2022-08-01 21:15 ` patchwork-bot+bluetooth
2022-07-22 20:53 Luiz Augusto von Dentz
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=20220722205400.847019-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