Re: [PATCH] ath10k: snoc: fix unbalanced IRQ enable in crash recovery

2025-06-07 Thread Jeff Johnson
On Tue, 18 Mar 2025 20:50:27 +, Caleb Connolly wrote: > In ath10k_snoc_hif_stop() we skip disabling the IRQs in the crash > recovery flow, but we still unconditionally call enable again in > ath10k_snoc_hif_start(). > > We can't check the ATH10K_FLAG_CRASH_FLUSH bit since it is cleared > bef

Re: [PATCH] ath10k: snoc: fix unbalanced IRQ enable in crash recovery

2025-05-23 Thread Loic Poulain
On Tue, Mar 18, 2025 at 8:50 PM Caleb Connolly wrote: > > In ath10k_snoc_hif_stop() we skip disabling the IRQs in the crash > recovery flow, but we still unconditionally call enable again in > ath10k_snoc_hif_start(). > > We can't check the ATH10K_FLAG_CRASH_FLUSH bit since it is cleared > before

[PATCH] ath10k: snoc: fix unbalanced IRQ enable in crash recovery

2025-03-18 Thread Caleb Connolly
In ath10k_snoc_hif_stop() we skip disabling the IRQs in the crash recovery flow, but we still unconditionally call enable again in ath10k_snoc_hif_start(). We can't check the ATH10K_FLAG_CRASH_FLUSH bit since it is cleared before hif_start() is called, so instead check the ATH10K_SNOC_FLAG_RECOVER