commit | 0b96800f777f441918cf3898535dbc14a91d9750 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Dec 03 10:52:54 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 07 08:13:48 2018 -0500 |
tree | 4ad7930200f4d4d48bb54c984d1dae28df2d00b8 | |
parent | 159d157151bfea0318fbe7ea24bc23dff55a8bf2 [diff] |
pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev() Due to gpio holes management, stm32_pinctrl_get_gpio_dev() must be updated. stm32_pinctrl_get_gpio_dev() returns from a given pin selectors the corresponding bank gpio device and the gpio_offset inside this gpio bank. Update also all functions which makes usage of stm32_pinctrl_get_gpio_dev. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>