Re: [PATCH v1] Bluetooth: hci_qca: Bug fixes for SSR

2020-07-13 Thread Marcel Holtmann
Hi Venkata, > 1.During SSR for command time out if BT SoC goes to inresponsive > state, power cycling of BT SoC was not happening.Given the fix by > sending hw error event to reset the BT SoC. > > 2.If SSR is triggered then ignore the transmit data requests to > BT SoC until SSR is completed. >

[PATCH v1] Bluetooth: hci_qca: Bug fixes for SSR

2020-07-11 Thread Venkata Lakshmi Narayana Gubba
1.During SSR for command time out if BT SoC goes to inresponsive state, power cycling of BT SoC was not happening.Given the fix by sending hw error event to reset the BT SoC. 2.If SSR is triggered then ignore the transmit data requests to BT SoC until SSR is completed. Signed-off-by: Venkata Laks