Re: [PATCH] ath10k: do not enforce interrupt trigger type

2022-05-14 Thread Steev Klimaszewski
On 5/14/22 12:05 AM, Steev Klimaszewski wrote: On 5/13/22 10:57 AM, Kalle Valo wrote: Krzysztof Kozlowski writes: Interrupt line can be configured on different hardware in different way, even inverted.  Therefore driver should not enforce specific trigger type - edge rising - but instead

Re: [PATCH] ath10k: do not enforce interrupt trigger type

2022-05-13 Thread Steev Klimaszewski
ce,non-bmi crc32 b3d4b790 htt-ver 3.86 wmi-op 4 htt-op 3 cal file max-sta 32 raw 0 hwcrypto 1 With this patch applied, I no longer see the error message in the commit message, when I unbind/bind when wifi stops working. Tested-by: Steev Klimaszewski --

Re: [RFC v2 00/13] create power sequencing subsystem

2021-09-13 Thread Steev Klimaszewski
On 8/29/21 8:12 AM, Dmitry Baryshkov wrote: > This is the second RFC on the proposed power sequencer subsystem. This > is a generification of the MMC pwrseq code. The subsystem tries to > abstract the idea of complex power-up/power-down/reset of the devices. > > To ease migration to pwrseq and to

Re: [PATCH] ath10k: Don't always treat modem stop events as crashes

2021-09-05 Thread Steev Klimaszewski
ivers/net/wireless/ath/ath10k/snoc.h > @@ -6,6 +6,8 @@ > #ifndef _SNOC_H_ > #define _SNOC_H_ > > +#include > + > #include "hw.h" > #include "ce.h" > #include "qmi.h" > @@ -75,6 +77,8 @@ struct ath10k_snoc { > struct clk_bulk_data *clks; > size_t num_clks; > struct ath10k_qmi *qmi; > + struct notifier_block nb; > + void *notifier; > unsigned long flags; > bool xo_cal_supported; > u32 xo_cal_data; > > base-commit: 7d2a07b769330c34b4deabeed939325c77a7ec2f I was also seeing this on the Lenovo Yoga C630, so I pulled the patch in to test here and after testing 20 reboots, I have not seen the message once. Tested-By: Steev Klimaszewski ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k