All of lore.kernel.org
 help / color / mirror / Atom feed
* fetching calibration data from flash
@ 2014-06-10  7:55 Sven Schnelle
  2014-06-10  8:28 ` Kalle Valo
  2014-06-10  8:36 ` Matti Laakso
  0 siblings, 2 replies; 14+ messages in thread
From: Sven Schnelle @ 2014-06-10  7:55 UTC (permalink / raw)
  To: ath10k

Hi List,

currently ath10k fetches calibration data from the board.bin file
via request_firmware(). Usually HW manufactures are using one
flash partition for the calibration data (see ath9k for example).
So we would end up reading the file from flash, and writing it into
a ramdisk so that ath10k can fetch it.

I would prefer to add support to ath10k to fetch that data directly from
flash. IMHO there are two options to do so:

a) Use platform data, like ath9k does.

b) add a module option to ath10k, and let ath10k fetch the files via mtd 
API.
     Has the downside of requiring MTD (maybe add a config option to 
disable that?),
     but i like that more than the ath9k way of reading an arbitrary 
memory region and
     circumventing the MTD layer.

Any thoughts? I can prepare a patch if needed.

Sven

_______________________________________________
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-06-16 15:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10  7:55 fetching calibration data from flash Sven Schnelle
2014-06-10  8:28 ` Kalle Valo
2014-06-10  8:32   ` Sven Schnelle
2014-06-10  8:36 ` Matti Laakso
2014-06-10  8:54   ` Kalle Valo
2014-06-10  8:59     ` Matti Laakso
2014-06-10  9:03       ` Kalle Valo
2014-06-10 15:56         ` Ben Greear
2014-06-11  8:38           ` Kalle Valo
2014-06-11 13:40             ` Ben Greear
2014-06-16 12:24               ` Kalle Valo
2014-06-16 14:53                 ` Ben Greear
2014-06-16 15:28                   ` Kalle Valo
2014-06-16 15:58                     ` 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.