pinctrl: stm32: add syscfg mask parameter
authorLudovic Barre <ludovic.barre@st.com>
Tue, 17 Jul 2018 09:56:27 +0000 (11:56 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 29 Jul 2018 20:14:59 +0000 (22:14 +0200)
commit2e25a9cbdf8cc300baa8f5eb5130152a6c25dd0a
tree5fb01a21ede8dfb1ba04c1a1d15c6db138489dcd
parentde1d08b229746fc650c56ce7ddff34b1c8e778df
pinctrl: stm32: add syscfg mask parameter

This patch adds mask parameter to define IRQ mux field.
This field could vary depend of IRQ mux selection register.
To avoid backward compatibility, the drivers set
the legacy value by default.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/stm32/pinctrl-stm32.c