All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ath11k: Add caldata download support from file/EEPROM
@ 2021-07-21 20:19 ` Jouni Malinen
  0 siblings, 0 replies; 22+ messages in thread
From: Jouni Malinen @ 2021-07-21 20:19 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath11k, linux-wireless, Anilkumar Kolli

From: Anilkumar Kolli <akolli@codeaurora.org>

Clean up BDF download functions to add caldata load support from EEPROM. 
Remove unnecessary macros. 
Write common function to send QMI BDF download request.
Allow caldata file load support for multiple PCI devices.

Anilkumar Kolli (4):
  ath11k: use hw_params to access board_size and cal_offset
  ath11k: clean up BDF download functions
  ath11k: add caldata file for multiple radios
  ath11k: add caldata download support from EEPROM

 drivers/net/wireless/ath/ath11k/core.c |  10 +-
 drivers/net/wireless/ath/ath11k/hw.h   |   2 +-
 drivers/net/wireless/ath/ath11k/qmi.c  | 330 +++++++++++++++++++--------------
 drivers/net/wireless/ath/ath11k/qmi.h  |  18 +-
 4 files changed, 207 insertions(+), 153 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-09-28 10:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 20:19 [PATCH 0/4] ath11k: Add caldata download support from file/EEPROM Jouni Malinen
2021-07-21 20:19 ` Jouni Malinen
2021-07-21 20:19 ` [PATCH 1/4] ath11k: use hw_params to access board_size and cal_offset Jouni Malinen
2021-07-21 20:19   ` Jouni Malinen
2021-09-24 14:49   ` Kalle Valo
2021-09-24 14:49     ` Kalle Valo
2021-09-27  4:21     ` akolli
2021-09-27  4:21       ` akolli
2021-09-28 10:50   ` Kalle Valo
2021-09-28 10:50   ` Kalle Valo
2021-07-21 20:19 ` [PATCH 2/4] ath11k: clean up BDF download functions Jouni Malinen
2021-07-21 20:19   ` Jouni Malinen
2021-07-21 20:19 ` [PATCH 3/4] ath11k: add caldata file for multiple radios Jouni Malinen
2021-07-21 20:19   ` Jouni Malinen
2021-07-21 20:19 ` [PATCH 4/4] ath11k: add caldata download support from EEPROM Jouni Malinen
2021-07-21 20:19   ` Jouni Malinen
2021-09-24 15:04   ` Kalle Valo
2021-09-24 15:04     ` Kalle Valo
2021-09-27  4:42     ` Anilkumar Kolli
2021-09-27  4:42       ` Anilkumar Kolli
2021-09-28  9:24       ` Kalle Valo
2021-09-28  9:24         ` Kalle Valo

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.