mbox series

[v4,0/2] Bluetooth: Support SCO offload for QCA2066

Message ID 1702000287-22538-1-git-send-email-quic_zijuhu@quicinc.com (mailing list archive)
Headers show
Series Bluetooth: Support SCO offload for QCA2066 | expand

Message

Zijun Hu Dec. 8, 2023, 1:51 a.m. UTC
This patch series are to support HFP offload for QCA2066.

Changes form V3->V4:
- Bluetooth: hci_conn:
- - Move non NULL checking into configure_datapath_sync()
- Bluetooth: qca:
- - Optimize commmit messages and comments and function names

Changes form V2->V3:
- Bluetooth: qca:
- - Add and correct inline comments

Changes form V1->V2:
- No changes, sent by mistake

Zijun Hu (2):
  Bluetooth: hci_conn: Check non NULL function before calling for HFP
    offload
  Bluetooth: qca: Support HFP offload for QCA2066

 drivers/bluetooth/hci_qca.c | 22 ++++++++++++++++++++++
 net/bluetooth/hci_conn.c    |  4 ++++
 2 files changed, 26 insertions(+)

Comments

patchwork-bot+bluetooth@kernel.org Dec. 8, 2023, 3:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri, 8 Dec 2023 09:51:25 +0800 you wrote:
> This patch series are to support HFP offload for QCA2066.
> 
> Changes form V3->V4:
> - Bluetooth: hci_conn:
> - - Move non NULL checking into configure_datapath_sync()
> - Bluetooth: qca:
> - - Optimize commmit messages and comments and function names
> 
> [...]

Here is the summary with links:
  - [v4,1/2] Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
    (no matching commit)
  - [v4,2/2] Bluetooth: qca: Support HFP offload for QCA2066
    https://git.kernel.org/bluetooth/bluetooth-next/c/3d41844703fe

You are awesome, thank you!