commit | 530b63c2286d8c19b20a15ca57e20af6c0f08739 | [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 | 8b6d45ab6457704cb9b47d7aef02a40192a43da7 [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>