ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ath10k: load device specific board files
@ 2015-03-23 12:38 Michal Kazior
  2015-03-23 12:38 ` [PATCH 1/2] ath10k: share board file loading code across FW APIs Michal Kazior
  2015-03-23 12:38 ` [PATCH 2/2] ath10k: allow loading device specific board files Michal Kazior
  0 siblings, 2 replies; 5+ messages in thread
From: Michal Kazior @ 2015-03-23 12:38 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

Until now it was okay to use a very generic board
data since OTP was supposed to fill in the blanks
(except some cases in which a complete cal data is
provided via cal-pci-xxx or device tree).

However since qca6174 this has changed. It is now
necessary to load specific board file for
different designs in driver. The OTP must still be
run.

Some devices with different subsystem
vendor/device ids may share the same board file.
Driver could maintain a subsystem vendor/device
id to design id however I prefer to just leave
this to userspace (e.g. symlinks). Thoughts?


Michal Kazior (2):
  ath10k: share board file loading code across FW APIs
  ath10k: allow loading device specific board files

 drivers/net/wireless/ath/ath10k/core.c  | 109 +++++++++++++++++++++-----------
 drivers/net/wireless/ath/ath10k/core.h  |   3 +
 drivers/net/wireless/ath/ath10k/debug.c |   6 +-
 drivers/net/wireless/ath/ath10k/pci.c   |   5 ++
 4 files changed, 84 insertions(+), 39 deletions(-)

-- 
2.1.4


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

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

end of thread, other threads:[~2015-03-24  7:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-23 12:38 [PATCH 0/2] ath10k: load device specific board files Michal Kazior
2015-03-23 12:38 ` [PATCH 1/2] ath10k: share board file loading code across FW APIs Michal Kazior
2015-03-23 16:01   ` Kalle Valo
2015-03-24  7:04     ` Michal Kazior
2015-03-23 12:38 ` [PATCH 2/2] ath10k: allow loading device specific board files Michal Kazior

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