mbox series

[v1,0/2] Fix two regression issues for QCA controllers

Message ID 1713449192-25926-1-git-send-email-quic_zijuhu@quicinc.com (mailing list archive)
Headers show
Series Fix two regression issues for QCA controllers | expand

Message

Zijun Hu April 18, 2024, 2:06 p.m. UTC
From: Zijun Hu <zijuhu@qti.qualcomm.com>

This patch series are to fix below 2 regression issues for QCA controllers
1) BT can't be enabled once BT is disabled for several QCA controllers
2) BT can't be enabled after disable then warm reboot for QCA_QCA6390

the links for these issues are shown below:
https://bugzilla.kernel.org/show_bug.cgi?id=218726
https://lore.kernel.org/linux-bluetooth/ea20bb9b-6b60-47fc-ae42-5eed918ad7b4@quicinc.com/T/#m73d6a71d2f454bb03588c66f3ef7912274d37c6f

Zijun Hu (2):
  Revert "Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with
    gpiod_get_optional()"
  Bluetooth: qca: Fix BT enable failure for QCA_QCA6390 after disable
    then warm reboot

 drivers/bluetooth/hci_qca.c | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Comments

Zijun Hu April 19, 2024, 9:48 p.m. UTC | #1
This patch series are to fix below 2 regression issues for QCA controllers
1) BT can't be enabled once BT was ever enabled for QCA_QCA6390
2) BT can't be enabled after disable then warm reboot for QCA_QCA6390

the links for these issues are shown below:
https://bugzilla.kernel.org/show_bug.cgi?id=218726
https://lore.kernel.org/linux-bluetooth/ea20bb9b-6b60-47fc-ae42-5eed918ad7b4@quicinc.com/T/#m73d6a71d2f454bb03588c66f3ef7912274d37c6f

Zijun Hu (1):
  Bluetooth: qca: Fix BT enable failure for QCA_QCA6390

 drivers/bluetooth/hci_qca.c |  3 ++-
 net/bluetooth/mgmt.c        | 20 +++++++++++++++-----
 2 files changed, 17 insertions(+), 6 deletions(-)