Re: [PATCH v3 4/7] pinctrl-scmi: ignore PIN_CONFIG_PERSIST_STATE
From: Linus Walleij <linusw@kernel.org>
Date: 2026-03-11 21:49:42
Also in:
arm-scmi, linux-gpio, lkml
From: Linus Walleij <linusw@kernel.org>
Date: 2026-03-11 21:49:42
Also in:
arm-scmi, linux-gpio, lkml
On Wed, Mar 11, 2026 at 8:39 PM Dan Carpenter [off-list ref] wrote:
The PIN_CONFIG_PERSIST_STATE setting ensures that the pin state persists across a sleep or controller reset. The SCMI spec does not have an equivalent command to this so just ignore it. Signed-off-by: Dan Carpenter <redacted>
The SCMI implementation by definition lives in some always-on universe I think? It never sleeps or resets. Nevertheless: Reviewed-by: Linus Walleij <linusw@kernel.org> Yours, Linus Walleij