From: Julian Wollrath <jwollrath@web.de>
To: Baochen Qiang <quic_bqiang@quicinc.com>
Cc: Johannes Berg <johannes@sipsolutions.net>,
Jeff Johnson <jjohnson@kernel.org>,
<linux-wireless@vger.kernel.org>, <ath11k@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
Muhammad Usama Anjum <usama.anjum@collabora.com>
Subject: Re: [PATCH ath-next v2 0/6] wifi: ath11k: bring hibernation support back
Date: Wed, 26 Mar 2025 18:48:27 +0100 [thread overview]
Message-ID: <20250326184754.0ca1e54d@mayene> (raw)
In-Reply-To: <20250326-ath11k-bring-hibernation-back-v2-0-87fdc2d6428f@quicinc.com>
Hi,
Am Mi, 26 Mär 2025 09:33:04 +0800
schrieb Baochen Qiang <quic_bqiang@quicinc.com>:
> To handle the Lenovo unexpected wakeup issue [1], previously we revert
> commit 166a490f59ac ("wifi: ath11k: support hibernation"). However we
> need to bring it back, of course with additional changes such that
> Lenovo machines would not break.
>
> For suspend (S3), as those machines work well in WoWLAN mode, the
> thought here is that we put WLAN target into WoWLAN mode on those
> machines while into non-WoWLAN mode (which is done in the reverted
> commit) on other machines. This requires us to identify Lenovo
> machines from others. For that purpose, read machine info from DMI
> interface, match it against all known affected machines. If there is
> a match, choose WoWLAN suspend mode, else choose non-WoWLAN mode.
> This is done in patches [1 - 4/6]
>
> For hibernation (S4), non-WoWLAN mode is chosen for all machines. The
> unexpected wakeup issue should not happen in this mode, since WLAN
> target power is cut off. To know if the system is going to suspend or
> to hibernate, register a notifier such that kernel can notify us of
> such infomation. This is done in patch [5/6]
with this, I just want to confirm, everything now works as expected
after hibernation.
Best regards,
Julian
>
> The last patch bring the reverted "wifi: ath11k: restore country code
> during resume" commit back.
>
> [1] https://bugzilla.kernel.org/show_bug.cgi?id=219196
>
> Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
> ---
> Changes in v2:
> - fix compile warnings
> - support hibernation on Lenovo machines listed in quirk table
> - Link to v1:
> https://lore.kernel.org/linux-wireless/20250320023003.65028-1-quic_bqiang@quicinc.com/
>
> ---
> Baochen Qiang (6):
> wifi: ath11k: determine PM policy based on machine model
> wifi: ath11k: introduce ath11k_core_continue_suspend_resume()
> wifi: ath11k: refactor ath11k_core_suspend/_resume()
> wifi: ath11k: support non-WoWLAN mode suspend as well
> wifi: ath11l: choose default PM policy for hibernation
> Reapply "wifi: ath11k: restore country code during resume"
>
> drivers/net/wireless/ath/ath11k/ahb.c | 4 +-
> drivers/net/wireless/ath/ath11k/core.c | 294
> ++++++++++++++++++++++++++++++---
> drivers/net/wireless/ath/ath11k/core.h | 16 ++
> drivers/net/wireless/ath/ath11k/hif.h | 14 +-
> drivers/net/wireless/ath/ath11k/mhi.c | 14 +-
> drivers/net/wireless/ath/ath11k/mhi.h | 5 +-
> drivers/net/wireless/ath/ath11k/pci.c | 45 ++++-
> drivers/net/wireless/ath/ath11k/qmi.c | 4 +- 8 files changed, 350
> insertions(+), 46 deletions(-) ---
> base-commit: b6f473c96421b8b451a8df8ccb620bcd71d4b3f4
> change-id: 20250324-ath11k-bring-hibernation-back-e11ad8e82adf
>
> Best regards,
--
() ascii ribbon campaign - against html e-mail
/\ - against proprietary attachments
next prev parent reply other threads:[~2025-03-26 18:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-26 1:33 [PATCH ath-next v2 0/6] wifi: ath11k: bring hibernation support back Baochen Qiang
2025-03-26 1:33 ` [PATCH ath-next v2 1/6] wifi: ath11k: determine PM policy based on machine model Baochen Qiang
2025-03-26 1:33 ` [PATCH ath-next v2 2/6] wifi: ath11k: introduce ath11k_core_continue_suspend_resume() Baochen Qiang
2025-03-26 1:33 ` [PATCH ath-next v2 3/6] wifi: ath11k: refactor ath11k_core_suspend/_resume() Baochen Qiang
2025-03-26 1:33 ` [PATCH ath-next v2 4/6] wifi: ath11k: support non-WoWLAN mode suspend as well Baochen Qiang
2025-03-26 1:33 ` [PATCH ath-next v2 5/6] wifi: ath11l: choose default PM policy for hibernation Baochen Qiang
2025-03-26 1:33 ` [PATCH ath-next v2 6/6] Reapply "wifi: ath11k: restore country code during resume" Baochen Qiang
2025-03-26 17:48 ` Julian Wollrath [this message]
2025-03-27 1:52 ` [PATCH ath-next v2 0/6] wifi: ath11k: bring hibernation support back Baochen Qiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250326184754.0ca1e54d@mayene \
--to=jwollrath@web.de \
--cc=ath11k@lists.infradead.org \
--cc=jjohnson@kernel.org \
--cc=johannes@sipsolutions.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=quic_bqiang@quicinc.com \
--cc=usama.anjum@collabora.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox