commit | fbf808282f0744c7e8b516338e22a1af15ffcb63 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Oct 24 14:10:14 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 16 16:51:55 2018 -0500 |
tree | abb664eb3cff6672d0496f0304866e33d362f98d | |
parent | 74ba3f20334e1e91c565ccca0ac9759c7e70a0d7 [diff] |
dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count Add pinctrl_get_pin_name() and pinctrl_get_pins_count() methods to obtain pin's name and pin's muxing given a pin reference. This will be used by the new pinmux command. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>