All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ath10k: detect hw1.0 boards
@ 2013-09-01  8:22 ` Kalle Valo
  0 siblings, 0 replies; 14+ messages in thread
From: Kalle Valo @ 2013-09-01  8:22 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

Here's a patchset which detects hw1.0 from the
chip id register and fails the probe if found.

v2:

o use SOC_CHIP_ID_REV_MASK

o move detection to core.c so that it's not just PCI
  specific

o add debugfs file for reading the chip id

---

Kalle Valo (2):
      ath10k: check chip id from the soc register during probe
      ath10k: add chip_id file to debugfs


 drivers/net/wireless/ath/ath10k/core.c  |   35 ++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/core.h  |    3 ++-
 drivers/net/wireless/ath/ath10k/debug.c |   22 +++++++++++++++++++
 drivers/net/wireless/ath/ath10k/hw.h    |    8 +++++++
 drivers/net/wireless/ath/ath10k/pci.c   |   15 ++++++++++++-
 5 files changed, 79 insertions(+), 4 deletions(-)


_______________________________________________
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:[~2013-09-03  7:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01  8:22 [PATCH v2 0/2] ath10k: detect hw1.0 boards Kalle Valo
2013-09-01  8:22 ` Kalle Valo
2013-09-01  8:22 ` [PATCH v2 1/2] ath10k: check chip id from the soc register during probe Kalle Valo
2013-09-01  8:22   ` Kalle Valo
2013-09-01 15:48   ` Christian Lamparter
2013-09-01 15:48     ` Christian Lamparter
2013-09-02  4:38     ` Kalle Valo
2013-09-02  4:38       ` Kalle Valo
2013-09-03  3:55       ` Zaki
2013-09-03  4:35         ` Kalle Valo
2013-09-01  8:22 ` [PATCH v2 2/2] ath10k: add chip_id file to debugfs Kalle Valo
2013-09-01  8:22   ` Kalle Valo
2013-09-03  7:00 ` [PATCH v2 0/2] ath10k: detect hw1.0 boards Kalle Valo
2013-09-03  7:00   ` Kalle Valo

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.