summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorVikas Patel <vikpatel@codeaurora.org>2020-01-07 09:23:15 +0300
committerKalle Valo <kvalo@codeaurora.org>2020-03-11 19:29:50 +0300
commita4b9f641e858d69fcc7b53f7cea8a99a24b269f5 (patch)
tree835db43d0af1abd46f1c9ac384058ac2c036d319 /tools/perf/scripts/python/export-to-postgresql.py
parent92bacd1c165c2895dda82bbeb49ad9f190a9dd98 (diff)
downloadlinux-a4b9f641e858d69fcc7b53f7cea8a99a24b269f5.tar.xz
ath10k: avoid consecutive OTP download to reduce boot time
Currently, OTP is downloaded twice in case of "pre-cal-dt" and "pre-cal-file" to fetch the board ID and takes around ~2 sec more boot uptime. First OTP download happens in "ath10k_core_probe_fw" and second in ath10k_core_start. First boot does not need OTP download in core start when valid board id acquired. The second OTP download is required upon core stop/start. This patch skips the OTP download when first OTP download has acquired a valid board id. This patch also marks board id invalid in "ath10k_core_stop", which will force the OTP download in ath10k_core_start and fetches valid board id. Tested HW: QCA9984 Tested FW: 10.4-3.6-00104 Signed-off-by: Vikas Patel <vikpatel@codeaurora.org> Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions