commit | 7ef91086d58a478c79864816ac6bdebdbedf27d5 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Dec 03 10:52:50 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 07 08:13:47 2018 -0500 |
tree | d6191c0b6a859558c2c55bf755196a7e8617a01c | |
parent | 4ab29877e201d65ea3d061f8318f83ab75ea7c3b [diff] |
pinctrl: stm32: Move gpio_dev list filling outside probe() Move gpio_dev list filling outside probe() to speed-up U-boot boot sequence execution. This list is populated only when needed. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>