Re: [PATCH] pinctrl: stm32: activate strict mux mode

2016-12-30 Thread Linus Walleij
On Wed, Dec 14, 2016 at 3:24 PM, wrote: > From: Gabriel Fernandez > > This activates strict mode muxing for the STM32 pin controllers, > as these do not allow GPIO and functions to use the same pin > simultaneously. > > Signed-off-by: Gabriel

Re: [PATCH] pinctrl: stm32: activate strict mux mode

2016-12-30 Thread Linus Walleij
On Wed, Dec 14, 2016 at 3:24 PM, wrote: > From: Gabriel Fernandez > > This activates strict mode muxing for the STM32 pin controllers, > as these do not allow GPIO and functions to use the same pin > simultaneously. > > Signed-off-by: Gabriel Fernandez Patch applied with Patrice's ACK.

Re: [PATCH] pinctrl: stm32: activate strict mux mode

2016-12-16 Thread Patrice Chotard
On 12/14/2016 03:24 PM, gabriel.fernan...@st.com wrote: > From: Gabriel Fernandez > > This activates strict mode muxing for the STM32 pin controllers, > as these do not allow GPIO and functions to use the same pin > simultaneously. > > Signed-off-by: Gabriel

Re: [PATCH] pinctrl: stm32: activate strict mux mode

2016-12-16 Thread Patrice Chotard
On 12/14/2016 03:24 PM, gabriel.fernan...@st.com wrote: > From: Gabriel Fernandez > > This activates strict mode muxing for the STM32 pin controllers, > as these do not allow GPIO and functions to use the same pin > simultaneously. > > Signed-off-by: Gabriel Fernandez > --- >

[PATCH] pinctrl: stm32: activate strict mux mode

2016-12-14 Thread gabriel.fernandez
From: Gabriel Fernandez This activates strict mode muxing for the STM32 pin controllers, as these do not allow GPIO and functions to use the same pin simultaneously. Signed-off-by: Gabriel Fernandez --- drivers/pinctrl/stm32/pinctrl-stm32.c

[PATCH] pinctrl: stm32: activate strict mux mode

2016-12-14 Thread gabriel.fernandez
From: Gabriel Fernandez This activates strict mode muxing for the STM32 pin controllers, as these do not allow GPIO and functions to use the same pin simultaneously. Signed-off-by: Gabriel Fernandez --- drivers/pinctrl/stm32/pinctrl-stm32.c | 1 + 1 file changed, 1 insertion(+) diff --git