Re: [PATCH v4 0/5] Add driver for EC found on Qualcomm reference devices
From: Bryan O'Donoghue
Date: Mon Mar 16 2026 - 09:38:07 EST
On 16/03/2026 10:22, Anvesh Jain P wrote:
We need to keep the driver loaded even if zero fans are reported, as it
is also responsible for sending suspend/resume notifications to the EC.
Failing the probe would prevent these PM notifications from reaching the EC.
Instead, I will add a dev_warn message suggesting a firmware upgrade
when zero fans are found. Let me know your thoughts.
Sure, say something, it seems very odd to just continue on as if everything is grand.
---
bod