On Tue, Aug 20, 2024 at 09:07:10AM +0200, Johan Hovold wrote:
On Mon, Aug 19, 2024 at 01:07:47PM -0700, Bjorn Andersson wrote:
When the pmic_glink state is UP and we either receive a protection- domain (PD) notification indicating that the PD is going down, or that the whole remoteproc is going down, it's expected that the pmic_glink client instances are notified that their function has gone DOWN.
This is not what the code does, which results in the client state either not updating, or being wrong in many cases. So let's fix the conditions.
And I believe you meant
s/with/when/
in the patch Subject.
Johan