Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-15 Thread Grumbach, Emmanuel
On Thu, 2016-09-15 at 10:59 -0700, Ben Greear wrote: > On 09/15/2016 10:34 AM, Grumbach, Emmanuel wrote: > > On Thu, 2016-09-15 at 08:14 -0700, Ben Greear wrote: > > > On 09/15/2016 07:06 AM, Valo, Kalle wrote: > > > > Ben Greear writes: > > > > > > > > > On 09/14/2016

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-15 Thread Ben Greear
On 09/15/2016 10:59 AM, Ben Greear wrote: On 09/15/2016 10:34 AM, Grumbach, Emmanuel wrote: I have other patches that remember the last 100 or so firmware log messages from the kernel and provide that in a binary dump image when firmware crashes. This is indeed very useful. But, when

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-15 Thread Ben Greear
On 09/15/2016 10:34 AM, Grumbach, Emmanuel wrote: On Thu, 2016-09-15 at 08:14 -0700, Ben Greear wrote: On 09/15/2016 07:06 AM, Valo, Kalle wrote: Ben Greear writes: On 09/14/2016 07:18 AM, Valo, Kalle wrote: gree...@candelatech.com writes: From: Ben Greear

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-15 Thread Grumbach, Emmanuel
On Thu, 2016-09-15 at 08:14 -0700, Ben Greear wrote: > On 09/15/2016 07:06 AM, Valo, Kalle wrote: > > Ben Greear writes: > > > > > On 09/14/2016 07:18 AM, Valo, Kalle wrote: > > > > gree...@candelatech.com writes: > > > > > > > > > From: Ben Greear

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-15 Thread Ben Greear
On 09/15/2016 07:06 AM, Valo, Kalle wrote: Ben Greear writes: On 09/14/2016 07:18 AM, Valo, Kalle wrote: gree...@candelatech.com writes: From: Ben Greear This allows user-space tools to decode debug-log messages by parsing dmesg or

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-15 Thread Valo, Kalle
Ben Greear writes: > On 09/14/2016 07:18 AM, Valo, Kalle wrote: >> gree...@candelatech.com writes: >> >>> From: Ben Greear >>> >>> This allows user-space tools to decode debug-log >>> messages by parsing dmesg or /var/log/messages. >>> >>>

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-14 Thread Ben Greear
On 09/14/2016 07:18 AM, Valo, Kalle wrote: gree...@candelatech.com writes: From: Ben Greear This allows user-space tools to decode debug-log messages by parsing dmesg or /var/log/messages. Signed-off-by: Ben Greear Don't tracing points

Re: [PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-09-14 Thread Valo, Kalle
gree...@candelatech.com writes: > From: Ben Greear > > This allows user-space tools to decode debug-log > messages by parsing dmesg or /var/log/messages. > > Signed-off-by: Ben Greear Don't tracing points already provide the same information?

[PATCH v2 09/21] ath10k: print fw debug messages in hex.

2016-05-11 Thread greearb
From: Ben Greear This allows user-space tools to decode debug-log messages by parsing dmesg or /var/log/messages. Signed-off-by: Ben Greear --- drivers/net/wireless/ath/ath10k/debug.c | 72 +