commit | 16f6f335f5c8e109b43d88300b9e99df7e29168f | [log] [tgz] |
---|---|---|
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | Tue Nov 27 13:49:53 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 06 23:26:33 2018 -0500 |
tree | 333c02ed92fa0912bf2a5cfed7256e049292e5f1 | |
parent | 7761112db6cf800ba1b8e534ea5545f7cd5c873f [diff] |
pinctrl: stm32: make pinctrl use hwspinlock Protect configuration registers with a hardware spinlock. If a hwspinlock is defined in the device-tree node used it to be sure that none of the others processors on the SoC could change the configuration at the same time. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>