linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/6] ath11k: add feature for device recovery
@ 2022-02-09  6:00 Wen Gong
  2022-02-09  6:00 ` [PATCH v6 1/6] ath11k: add ath11k_qmi_free_resource() for recovery Wen Gong
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Wen Gong @ 2022-02-09  6:00 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, quic_wgong

Currently recovery is work success for QCA6390/WCN6855 without the RDDM dump feature,
because patch "ath11k: configure RDDM size to mhi for recovery by firmware"
added in v5.

v6: add patch "ath11k: Add hw-restart option to simulate_fw_crash"

v5:
    1. rebased to ath.git ath-202202030905
    2. change a few commit message
    3. fix count set sequence of ath11k_core_reset in "ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base"
    4. add patch "ath11k: configure RDDM size to mhi for recovery by firmware" to support RDDM
    5. move destroy_workqueue(ab->workqueue_aux) from ath11k_pci_remove() to ath11k_core_free()

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 (5):
  ath11k: add ath11k_qmi_free_resource() for recovery
  ath11k: configure RDDM size to mhi for recovery by firmware
  ath11k: add support for device recovery for QCA6390/WCN6855
  ath11k: add synchronization operation between reconfigure of mac80211
    and ath11k_base
  ath11k: Add hw-restart option to simulate_fw_crash

 drivers/net/wireless/ath/ath11k/core.c    | 121 ++++++++++++++++++++--
 drivers/net/wireless/ath/ath11k/core.h    |  18 ++++
 drivers/net/wireless/ath/ath11k/debugfs.c |   4 +
 drivers/net/wireless/ath/ath11k/mac.c     |  40 +++++++
 drivers/net/wireless/ath/ath11k/mhi.c     |  35 +++++++
 drivers/net/wireless/ath/ath11k/qmi.c     |   6 ++
 drivers/net/wireless/ath/ath11k/qmi.h     |   1 +
 7 files changed, 217 insertions(+), 8 deletions(-)


base-commit: 76680d49b5e0e661bc4abcdaf13fb7e124b4ca08
-- 
2.31.1


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

end of thread, other threads:[~2022-02-25  5:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09  6:00 [PATCH v6 0/6] ath11k: add feature for device recovery Wen Gong
2022-02-09  6:00 ` [PATCH v6 1/6] ath11k: add ath11k_qmi_free_resource() for recovery Wen Gong
2022-02-21 10:06   ` Kalle Valo
2022-02-09  6:00 ` [PATCH v6 2/6] ath11k: fix invalid m3 buffer address Wen Gong
2022-02-09  6:00 ` [PATCH v6 3/6] ath11k: configure RDDM size to mhi for recovery by firmware Wen Gong
2022-02-09  6:00 ` [PATCH v6 4/6] ath11k: add support for device recovery for QCA6390/WCN6855 Wen Gong
2022-02-09  6:00 ` [PATCH v6 5/6] ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base Wen Gong
2022-02-09  6:00 ` [PATCH v6 6/6] ath11k: Add hw-restart option to simulate_fw_crash Wen Gong
2022-02-21 10:20 ` [PATCH v6 0/6] ath11k: add feature for device recovery Kalle Valo
2022-02-25  5:33   ` Wen Gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).