Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-10-20 Thread Kalle Valo
ojab wrote: > After reboot with kernel & firmware updates I found `failed to copy > target iram contents:` in dmesg and missing wlan interfaces for both > of my QCA9984 compex cards. Rolling back kernel/firmware didn't fixed > it, so while I have no idea what's actually happening, I don't see

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-09-21 Thread spark...@gmx.de
Am 21.09.21 um 09:29 schrieb Kalle Valo: "spark...@gmx.de" writes: Have you seen the new patch? https://www.mail-archive.com/ath10k@lists.infradead.org/msg13784.html

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-09-21 Thread Kalle Valo
"spark...@gmx.de" writes: > Have you seen the new patch? > > https://www.mail-archive.com/ath10k@lists.infradead.org/msg13784.html > > https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending=973de582639a1e45276e4e3e2f3c2d82a04ad0a6 > > > could probably have been

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-09-18 Thread ojab //
oh, awesome. Thanks! //wbr ojab On Sat, 18 Sept 2021 at 13:12, spark...@gmx.de wrote: > > Have you seen the new patch? > > https://www.mail-archive.com/ath10k@lists.infradead.org/msg13784.html > >

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-09-18 Thread spark...@gmx.de
Have you seen the new patch? https://www.mail-archive.com/ath10k@lists.infradead.org/msg13784.html https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=master-pending=973de582639a1e45276e4e3e2f3c2d82a04ad0a6 could probably have been communicated better best regards Am

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-09-17 Thread ojab //
._. //wbr ojab On Thu, 9 Sept 2021 at 02:42, ojab // wrote: > > Gentle ping. > > //wbr ojab > > On Wed, 25 Aug 2021 at 19:15, ojab // wrote: > > > > Can I haz it merged? > > > > //wbr ojab > > > > On Thu, 22 Jul 2021 at 22:36, ojab wrote: > > > > > > After reboot with kernel & firmware

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-09-08 Thread ojab //
Gentle ping. //wbr ojab On Wed, 25 Aug 2021 at 19:15, ojab // wrote: > > Can I haz it merged? > > //wbr ojab > > On Thu, 22 Jul 2021 at 22:36, ojab wrote: > > > > After reboot with kernel & firmware updates I found `failed to copy > > target iram contents:` in dmesg and missing wlan interfaces

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-08-25 Thread ojab //
Can I haz it merged? //wbr ojab On Thu, 22 Jul 2021 at 22:36, ojab wrote: > > After reboot with kernel & firmware updates I found `failed to copy > target iram contents:` in dmesg and missing wlan interfaces for both > of my QCA9984 compex cards. Rolling back kernel/firmware didn't fixed > it,

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-08-14 Thread spark...@gmx.de
Hello, I have the same problem with my QCA9984 cards and also tested the patch successfully. See > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1939937 best regards Am 12.08.21 um 22:21 schrieb Axel Rasmussen: Sorry again for the slow response time. I got around to testing this

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-08-12 Thread Axel Rasmussen
Sorry again for the slow response time. I got around to testing this today on my hardware. I tested with a vanilla 5.13.8 kernel, and then the same kernel with this patch applied. Long story short, the patch does indeed seem to at least work around the issue I was seeing in [1]. With this patch

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-08-01 Thread Axel Rasmussen
On Thu, Jul 22, 2021 at 12:42 PM ojab // wrote: > > See also: https://lists.infradead.org/pipermail/ath10k/2021-May/012626.html > > On Thu, 22 Jul 2021 at 22:36, ojab wrote: > > > > After reboot with kernel & firmware updates I found `failed to copy > > target iram contents:` in dmesg and

Re: [PATCH V2] ath10k: don't fail if IRAM write fails

2021-07-22 Thread ojab //
See also: https://lists.infradead.org/pipermail/ath10k/2021-May/012626.html On Thu, 22 Jul 2021 at 22:36, ojab wrote: > > After reboot with kernel & firmware updates I found `failed to copy > target iram contents:` in dmesg and missing wlan interfaces for both > of my QCA9984 compex cards.