forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ath10k: fetch (pre-)calibration data via nvmem subsystem
On most embedded ath10k devices (like range extenders, routers, accesspoints, ...) the calibration data is stored in a easily accessible MTD partitions named "ART", "caldata", "calibration", etc... Since commit 4b361cf ("mtd: core: add OTP nvmem provider support"): MTD partitions and portions of them can be specified as potential nvmem-cells which are accessible through the nvmem subsystem. This feature - together with an nvmem cell definition either in the platform data or via device-tree allows drivers to get the (pre-)calibration data which is required for initializing the WIFI. Tested with Netgear EX6150v2 (IPQ4018) Cc: Robert Marko <robimarko@gmail.com> Cc: Thibaut Varène <hacks@slashdirt.org> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
- Loading branch information
1 parent
0a49116
commit 9a08dd8f5ae4d035f503db3a64ed4c6869b038e3
Showing
2 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters