All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] ath10k: export calibration data to user space
@ 2014-09-11 20:31 Kalle Valo
  2014-09-11 20:31 ` [RFC PATCH 1/3] ath10k: ignore diagnose pipes in ath10k_pci_ce_recv_data()/_send_done() Kalle Valo
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Kalle Valo @ 2014-09-11 20:31 UTC (permalink / raw)
  To: ath10k

Hi,

here's a small patchset exporting firmware calibration data to user space. This
makes it easier to debug various calibration data related problems. The first
patch is more or less a hack, not sure how to do that properly.

Please comment.

---

Kalle Valo (3):
      ath10k: ignore diagnose pipes in ath10k_pci_ce_recv_data()/_send_done()
      ath10k: add diag_read() to hif ops
      ath10k: add cal_data debugfs file


 drivers/net/wireless/ath/ath10k/debug.c |   81 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/hif.h   |   10 ++++
 drivers/net/wireless/ath/ath10k/hw.h    |    2 +
 drivers/net/wireless/ath/ath10k/pci.c   |   14 +++++
 4 files changed, 107 insertions(+)


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2014-09-12 16:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11 20:31 [RFC PATCH 0/3] ath10k: export calibration data to user space Kalle Valo
2014-09-11 20:31 ` [RFC PATCH 1/3] ath10k: ignore diagnose pipes in ath10k_pci_ce_recv_data()/_send_done() Kalle Valo
2014-09-12  7:53   ` Michal Kazior
2014-09-12  8:01     ` Kalle Valo
2014-09-11 20:31 ` [RFC PATCH 2/3] ath10k: add diag_read() to hif ops Kalle Valo
2014-09-12  9:57   ` Michal Kazior
2014-09-12 10:03     ` Kalle Valo
2014-09-11 20:31 ` [RFC PATCH 3/3] ath10k: add cal_data debugfs file Kalle Valo
2014-09-11 20:53   ` Kalle Valo
2014-09-11 22:45   ` Ben Greear
2014-09-12 11:25     ` Kalle Valo
2014-09-12 10:11   ` Michal Kazior
2014-09-12 10:50     ` Kalle Valo
2014-09-12 16:17       ` Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.