Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ath10k: detect hw1.0 boards
@ 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
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ 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(-)


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

end of thread, other threads:[~2013-09-03  7:00 UTC | newest]

Thread overview: 6+ 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 ` [PATCH v2 1/2] ath10k: check chip id from the soc register during probe Kalle Valo
2013-09-01 15:48   ` Christian Lamparter
2013-09-02  4:38     ` Kalle Valo
2013-09-01  8:22 ` [PATCH v2 2/2] ath10k: add chip_id file to debugfs Kalle Valo
2013-09-03  7:00 ` [PATCH v2 0/2] ath10k: detect hw1.0 boards Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox