]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: scmi: ignore PIN_CONFIG_PERSIST_STATE
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 23 Mar 2026 19:01:22 +0000 (22:01 +0300)
committerLinus Walleij <linusw@kernel.org>
Tue, 24 Mar 2026 12:50:30 +0000 (13:50 +0100)
commitf20e81322f3a071db248f050c32713b503ae1fa4
treedc366d1fd143442362c721a653ac0308d0a098d2
parent37a584414d9ceca48f4367dcb829bf9dc6015988
pinctrl: scmi: ignore PIN_CONFIG_PERSIST_STATE

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 <dan.carpenter@linaro.org>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-scmi.c