Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-04-16 Thread Tom Psyborg
These replies never reached my inbox. Anyway scraped conversation off the mailing list archive and CCing relevant people. >> >>> Can you elaborate more a bit? What kind of crashes are you seeing? >> >>> What does the bootloop look like? Do you have uart connected to >> >>> diagnose? >> >>> >> >>>

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-04-01 Thread Ben Greear
Tom Psyborg, check the bottom of this mail, it has the patch in it. Thanks, Ben On 03/25/2019 02:34 PM, Michał Kazior wrote: On Mon, 25 Mar 2019 at 21:23, Ben Greear wrote: On 3/25/19 1:08 PM, Michał Kazior wrote: On Mon, 25 Mar 2019 at 16:55, Ben Greear wrote: On 3/25/19 5:14 AM, Michał

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-25 Thread Ben Greear
On 03/25/2019 02:34 PM, Michał Kazior wrote: On Mon, 25 Mar 2019 at 21:23, Ben Greear wrote: On 3/25/19 1:08 PM, Michał Kazior wrote: On Mon, 25 Mar 2019 at 16:55, Ben Greear wrote: On 3/25/19 5:14 AM, Michał Kazior wrote: On Sat, 23 Mar 2019 at 08:20, Arend Van Spriel wrote: * resendin

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-25 Thread Michał Kazior
On Mon, 25 Mar 2019 at 21:23, Ben Greear wrote: > > On 3/25/19 1:08 PM, Michał Kazior wrote: > > On Mon, 25 Mar 2019 at 16:55, Ben Greear wrote: > >> On 3/25/19 5:14 AM, Michał Kazior wrote: > >>> On Sat, 23 Mar 2019 at 08:20, Arend Van Spriel > >>> wrote: > > * resending with correcte

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-25 Thread Ben Greear
On 3/25/19 1:08 PM, Michał Kazior wrote: On Mon, 25 Mar 2019 at 16:55, Ben Greear wrote: On 3/25/19 5:14 AM, Michał Kazior wrote: On Sat, 23 Mar 2019 at 08:20, Arend Van Spriel wrote: * resending with corrected email address from Kalle ---

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-25 Thread Michał Kazior
On Mon, 25 Mar 2019 at 16:55, Ben Greear wrote: > On 3/25/19 5:14 AM, Michał Kazior wrote: > > On Sat, 23 Mar 2019 at 08:20, Arend Van Spriel > > wrote: > >> > >> * resending with corrected email address from Kalle > >> > >> + M

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-25 Thread Ben Greear
On 3/25/19 5:14 AM, Michał Kazior wrote: On Sat, 23 Mar 2019 at 08:20, Arend Van Spriel wrote: * resending with corrected email address from Kalle + Michał Thanks! On 3/22/2019 8:25 PM, Christian Lamparter wrote: > On

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-25 Thread Michał Kazior
On Sat, 23 Mar 2019 at 08:20, Arend Van Spriel wrote: > > * resending with corrected email address from Kalle > > + Michał Thanks! > On 3/22/2019 8:25 PM, Christian Lamparter wrote: > > On Friday, March 22, 2019 7:58:40 PM CE

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-23 Thread Arend Van Spriel via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- * resending with corrected email

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-23 Thread Arend Van Spriel via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- + Michał On 3/22/2019 8:25 PM, C

Re: [OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-22 Thread Christian Lamparter
On Friday, March 22, 2019 7:58:40 PM CET Tomislav Požega wrote: > When chip reset is done before the chip is checked if supported > there will be crash. Previous behaviour caused bootloops on > Archer C7 v1 units, this patch allows clean device boot without > excluding ath10k driver. > You need F

[OpenWrt-Devel] [PATCH] ath10k: reset chip after supported check

2019-03-22 Thread Tomislav Požega
When chip reset is done before the chip is checked if supported there will be crash. Previous behaviour caused bootloops on Archer C7 v1 units, this patch allows clean device boot without excluding ath10k driver. Signed-off-by: Tomislav Požega --- drivers/net/wireless/ath/ath10k/pci.c | 12 +++