linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] wifi: ath11k: Add support for sram dump
@ 2022-08-02  7:55 Baochen Qiang
  2022-08-02  7:55 ` [PATCH v2 1/2] wifi: ath11k: Split PCI write/read functions Baochen Qiang
  2022-08-02  7:55 ` [PATCH v2 2/2] wifi: ath11k: Implement sram dump interface Baochen Qiang
  0 siblings, 2 replies; 9+ messages in thread
From: Baochen Qiang @ 2022-08-02  7:55 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless

On-board sram contains valuable information for debug, this patch adds
a new interface named "sram" in debugfs with which we can dump sram
content using following cmd:

        cat /sys/kernel/debug/ath11k/<pdev name>/sram > sram.dump

v2:
 1: rebased on latest ath.git.
 2. drop the patch "ath11k: Move pdev debugfs creation ahead"
    per Kalle's comments.

Baochen Qiang (2):
  wifi: ath11k: Split PCI write/read functions
  wifi: ath11k: Implement sram dump interface

 drivers/net/wireless/ath/ath11k/core.c    |  7 ++
 drivers/net/wireless/ath/ath11k/debugfs.c | 62 ++++++++++++++++++
 drivers/net/wireless/ath/ath11k/hif.h     | 10 +++
 drivers/net/wireless/ath/ath11k/hw.c      | 10 +++
 drivers/net/wireless/ath/ath11k/hw.h      |  9 +++
 drivers/net/wireless/ath/ath11k/pci.c     |  1 +
 drivers/net/wireless/ath/ath11k/pcic.c    | 79 +++++++++++++++++------
 drivers/net/wireless/ath/ath11k/pcic.h    |  1 +
 8 files changed, 161 insertions(+), 18 deletions(-)


base-commit: b93992f874a92c264a0d0bda3bbf44b84eff4321
-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-09-13  7:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02  7:55 [PATCH v2 0/2] wifi: ath11k: Add support for sram dump Baochen Qiang
2022-08-02  7:55 ` [PATCH v2 1/2] wifi: ath11k: Split PCI write/read functions Baochen Qiang
2022-09-09 10:42   ` Kalle Valo
2022-09-10  6:26   ` Kalle Valo
2022-08-02  7:55 ` [PATCH v2 2/2] wifi: ath11k: Implement sram dump interface Baochen Qiang
2022-09-09 10:48   ` Kalle Valo
2022-09-13  3:06     ` Baochen Qiang
2022-09-13  7:14       ` Kalle Valo
2022-09-13  7:32         ` Baochen Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).