commit | 036f394dd77f8117346874151793ec38967d843f | [log] [tgz] |
---|---|---|
author | Benjamin Gaignard <benjamin.gaignard@st.com> | Wed May 22 17:29:24 2019 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu May 23 09:34:54 2019 +0200 |
tree | 53fdb17254789615469b2df6c2f869c29e53c8fd | |
parent | ee11f864f18349f01b7be94b8e0328353462b7b0 [diff] |
pinctrl: Enable device link creation for pin control A pin controller may want to create a link between itself and its clients to be sure of suspend/resume call ordering. Introduce link_consumers field in pinctrl_desc structure to let pinctrl core knows that controller expect to create a link. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> [Renamed create_link to link_consumers] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>