All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS
@ 2021-12-08  7:23 ` Wen Gong
  0 siblings, 0 replies; 8+ messages in thread
From: Wen Gong @ 2021-12-08  7:23 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, quic_wgong

v4: 
   1. add helper function ath11k_core_create_fallback_board_name()
   2. rebased to ath.git ath-202112071521

v3:
   1. add patch "ath11k: add fallback board name without variant while searching board-2.bin"
   2. reabsed to latest ath.git master ath-202111221436

v2: rebased to latest ath.git master ath-202111170737

When it does not have matched board name with variant in board-2.bin,
ath11k will fallback to search without variant.

Also read the variant from SMBIOS.

Wen Gong (2):
  ath11k: add fallback board name without variant while searching
    board-2.bin
  ath11k: add read variant from SMBIOS for download board data

 drivers/net/wireless/ath/ath11k/core.c | 107 +++++++++++++++++++++++--
 drivers/net/wireless/ath/ath11k/core.h |  11 +++
 drivers/net/wireless/ath/ath11k/qmi.c  |   4 +
 3 files changed, 117 insertions(+), 5 deletions(-)


base-commit: 4f4f8aee394b73abf5e5f98c63187fdbf1d627f0
-- 
2.31.1


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

end of thread, other threads:[~2021-12-17 13:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08  7:23 [PATCH v4 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS Wen Gong
2021-12-08  7:23 ` Wen Gong
2021-12-08  7:23 ` [PATCH v4 1/2] ath11k: add fallback board name without variant while searching board-2.bin Wen Gong
2021-12-08  7:23   ` Wen Gong
2021-12-17 13:24   ` Kalle Valo
2021-12-17 13:24     ` Kalle Valo
2021-12-08  7:23 ` [PATCH v4 2/2] ath11k: add read variant from SMBIOS for download board data Wen Gong
2021-12-08  7:23   ` Wen Gong

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.