mbox series

[v14,0/2] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066

Message ID 20230727083555.1023992-1-quic_tjiang@quicinc.com
Headers show
Series Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066 | expand

Message

Tim Jiang July 27, 2023, 8:35 a.m. UTC
This series adds support for qualcomm bluetooth soc qca2066

Changes in v14
 - remove stray newline

Changes in v13
 - change the subject name for patch 1/2, and move the qca066 type code to patch 2/2.
 - correct log style and sort qca2066 btsoc type for patch 2/2

Changes in v12
 - fix compile error issue for patch 1/2

Changes in v11
 - reverse two patches order

Changes in v10
 - break out btsoc type print into seperate patch

Changes in v2-v9
 - solve review comments for code style and commit message context


Tim Jiang (2):
  Bluetooth: hci_qca: adjust qca btsoc type print expression
  Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066

 drivers/bluetooth/btqca.c   | 76 ++++++++++++++++++++++++++++++++++++-
 drivers/bluetooth/btqca.h   |  4 +-
 drivers/bluetooth/hci_qca.c | 41 ++++++++++++++++++--
 3 files changed, 114 insertions(+), 7 deletions(-)

Comments

Tim Jiang Aug. 2, 2023, 8:01 a.m. UTC | #1
Hi Johan:

   sorry to disturb you , any other comments for this version ? could 
you help merge this patch, thank you very much.


On 7/27/23 16:35, Tim Jiang wrote:
> This series adds support for qualcomm bluetooth soc qca2066
>
> Changes in v14
>   - remove stray newline
>
> Changes in v13
>   - change the subject name for patch 1/2, and move the qca066 type code to patch 2/2.
>   - correct log style and sort qca2066 btsoc type for patch 2/2
>
> Changes in v12
>   - fix compile error issue for patch 1/2
>
> Changes in v11
>   - reverse two patches order
>
> Changes in v10
>   - break out btsoc type print into seperate patch
>
> Changes in v2-v9
>   - solve review comments for code style and commit message context
>
>
> Tim Jiang (2):
>    Bluetooth: hci_qca: adjust qca btsoc type print expression
>    Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066
>
>   drivers/bluetooth/btqca.c   | 76 ++++++++++++++++++++++++++++++++++++-
>   drivers/bluetooth/btqca.h   |  4 +-
>   drivers/bluetooth/hci_qca.c | 41 ++++++++++++++++++--
>   3 files changed, 114 insertions(+), 7 deletions(-)
>