Message ID | 20240704060116.16600-1-chris.lu@mediatek.com (mailing list archive) |
---|---|
Headers | show |
Series | Bluetooth: btmtk: MediaTek ISO data transmission support | expand |
Hello: This series was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 4 Jul 2024 14:01:08 +0800 you wrote: > Since SIG has not yet clearly defined the specification for ISO data > transmission over USB, MediaTek has adopted a method of adding an > additional interrupt endpoint for ISO data transmission. This approach > differs from the current method used in the Bluetooth upstream driver, > which utilizes existing bulk endpoints. The interrupt endpoint provides > guaranteed bandwidth, sufficient maximum data length for ISO packets > and error checking. > > [...] Here is the summary with links: - [v7,1/8] Bluetooth: btusb: mediatek: remove the unnecessary goto tag https://git.kernel.org/bluetooth/bluetooth-next/c/a06a1458192e - [v7,2/8] Bluetooth: btusb: mediatek: return error for failed reg access https://git.kernel.org/bluetooth/bluetooth-next/c/ac7daf0f197c - [v7,3/8] Bluetooth: btmtk: rename btmediatek_data https://git.kernel.org/bluetooth/bluetooth-next/c/dfad4030dcc4 - [v7,4/8] Bluetooth: btusb: add callback function in btusb suspend/resume https://git.kernel.org/bluetooth/bluetooth-next/c/cacda8ed6753 - [v7,5/8] Bluetooth: btmtk: move btusb_mtk_hci_wmt_sync to btmtk.c https://git.kernel.org/bluetooth/bluetooth-next/c/39a9e1c69e74 - [v7,6/8] Bluetooth: btmtk: move btusb_mtk_[setup, shutdown] to btmtk.c https://git.kernel.org/bluetooth/bluetooth-next/c/314f1c00d267 - [v7,7/8] Bluetooth: btmtk: move btusb_recv_acl_mtk to btmtk.c https://git.kernel.org/bluetooth/bluetooth-next/c/91d0ac304edf - [v7,8/8] Bluetooth: btusb: mediatek: add ISO data transmission functions https://git.kernel.org/bluetooth/bluetooth-next/c/7eac027d1b20 You are awesome, thank you!