All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] ath11k: add feature for device recovery
@ 2021-11-16  4:15 ` Wen Gong
  0 siblings, 0 replies; 20+ messages in thread
From: Wen Gong @ 2021-11-16  4:15 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, quic_wgong

v4: add patch "ath11k: fix invalid m3 buffer address"
    recovery will fail when download firmware without this patch

v3: remove time_left set but not used in
    "ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base"

v2: s/initilized/initialized in commit log of patch
    "ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base"

Add support for device recovery.

Carl Huang (1):
  ath11k: fix invalid m3 buffer address

Wen Gong (3):
  ath11k: add ath11k_qmi_free_resource() for recovery
  ath11k: add support for device recovery for QCA6390
  ath11k: add synchronization operation between reconfigure of mac80211
    and ath11k_base

 drivers/net/wireless/ath/ath11k/core.c | 119 +++++++++++++++++++++++--
 drivers/net/wireless/ath/ath11k/core.h |  18 ++++
 drivers/net/wireless/ath/ath11k/mac.c  |  40 +++++++++
 drivers/net/wireless/ath/ath11k/mhi.c  |  33 +++++++
 drivers/net/wireless/ath/ath11k/pci.c  |   3 +
 drivers/net/wireless/ath/ath11k/qmi.c  |   6 ++
 drivers/net/wireless/ath/ath11k/qmi.h  |   1 +
 7 files changed, 212 insertions(+), 8 deletions(-)

-- 
2.31.1


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2021-11-19 15:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16  4:15 [PATCH v4 0/4] ath11k: add feature for device recovery Wen Gong
2021-11-16  4:15 ` Wen Gong
2021-11-16  4:15 ` [PATCH v4 1/4] ath11k: add ath11k_qmi_free_resource() for recovery Wen Gong
2021-11-16  4:15   ` Wen Gong
2021-11-17  8:48   ` Kalle Valo
2021-11-17  8:48     ` Kalle Valo
2021-11-16  4:15 ` [PATCH v4 2/4] ath11k: fix invalid m3 buffer address Wen Gong
2021-11-16  4:15   ` Wen Gong
2021-11-16  4:15 ` [PATCH v4 3/4] ath11k: add support for device recovery for QCA6390 Wen Gong
2021-11-16  4:15   ` Wen Gong
2021-11-16  8:15   ` Sven Eckelmann
2021-11-16  8:15     ` Sven Eckelmann
2021-11-17  8:12     ` Kalle Valo
2021-11-17  8:12       ` Kalle Valo
2021-11-17  8:46       ` Sven Eckelmann
2021-11-17  8:46         ` Sven Eckelmann
2021-11-19 15:17         ` ath11k: using boolean bitfields? Kalle Valo
2021-11-19 15:17           ` Kalle Valo
2021-11-16  4:15 ` [PATCH v4 4/4] ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base Wen Gong
2021-11-16  4:15   ` 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.