You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROMLIST: driver: bluetooth: hci_qca: fix ssr fail when BT_EN is consistently pulled up by hardware
If BT_EN is consistently pulled up by hardware, the QCA_SSR_TRIGGERED
and QCA_IBS_DISABLED bits cannot be cleared by qca_setup during SSR.
This leads to a failure to send commands due to the error state.
To address this, clear QCA_SSR_TRIGGERED and QCA_IBS_DISABLED bits
after the coredump collection is complete. Also, add a delay to
wait for controller to complete SSR.
Signed-off-by: Shuai Zhang <[email protected]>
Link: https://lore.kernel.org/all/[email protected]/
0 commit comments