[PATCH v3 0/3] ath10k: export calibration data to user space
Kalle Valo
kvalo at qca.qualcomm.com
Wed Sep 24 04:16:39 PDT 2014
Here's a small patchset exporting firmware calibration data to user space. This
makes it easier to debug various calibration data related problems.
Please comment.
v3:
* patch 1: fix comment style (Michal)
* patch 3: use ath10k_debug_ prefix (Michal)
v2:
* never unmask the diagnostic window copy engine pipe in
ath10k_ce_enable_interrupts()
* add locking for diag_read_mem()/diag_write_mem()
---
Kalle Valo (3):
ath10k: don't enable interrupts for the diagnostic window
ath10k: add diag_read() to hif ops
ath10k: add cal_data debugfs file
drivers/net/wireless/ath/ath10k/ce.c | 27 ++++++----
drivers/net/wireless/ath/ath10k/ce.h | 13 +++++
drivers/net/wireless/ath/ath10k/debug.c | 82 +++++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath10k/hif.h | 10 ++++
drivers/net/wireless/ath/ath10k/hw.h | 2 +
drivers/net/wireless/ath/ath10k/pci.c | 51 ++++++++++++-------
6 files changed, 155 insertions(+), 30 deletions(-)
More information about the ath10k
mailing list