Re: [PATCH] wifi: ath10k: snoc: select POWER_SEQUENCING

Rameshkumar Sundaram <[email protected]> Tue, 21 Apr 2026 12:57:56 +0530
Newsgroups org.infradead.lists.ath10k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless
Message-ID <[email protected]>
On 4/19/2026 1:07 AM, Dmitry Baryshkov wrote:
> The commit afcf3ec615c9 ("wifi: ath10k: snoc: support powering on the
> device via pwrseq") made ath10k SNOC driver use devm_pwrseq_get().
> Select the corresponding Kconfig symbol to make sure that API call is
> always available and doesn't return an error per se.

  “doesn't return an error per se” would be clearer as “doesn't fail 
with -ENOSYS merely because CONFIG_POWER_SEQUENCING is disabled.”


> 
> Fixes: afcf3ec615c9 ("wifi: ath10k: snoc: support powering on the device via pwrseq")
> Reported-by: Luca Weiss <[email protected]>
> Closes: https://lore.kernel.org/r/[email protected]
> Signed-off-by: Dmitry Baryshkov <[email protected]>

Reviewed-by: Rameshkumar Sundaram <[email protected]>