2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 23:53:55 +08:00
linux-next/drivers/pinctrl/stm32
Alexandre TORGUE 0eb9f68333 pinctrl: Add IRQ support to STM32 gpios
This patch adds IRQ support to STM32 gpios.

The EXTI controller has 16 lines dedicated to GPIOs.
EXTI line n can be connected to only line n of one of the GPIO ports, for
example EXTI0 can be connected to either PA0, or PB0, or PC0...
This port selection is done by specifying the port number into System
Config registers.

Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-09-13 10:13:01 +02:00
..
Kconfig pinctrl: Add IRQ support to STM32 gpios 2016-09-13 10:13:01 +02:00
Makefile pinctrl: Add STM32F746 MCU support 2016-07-11 14:35:44 +02:00
pinctrl-stm32.c pinctrl: Add IRQ support to STM32 gpios 2016-09-13 10:13:01 +02:00
pinctrl-stm32.h pinctrl: stm32: Remove dependency with DT bindings header files 2016-02-09 10:52:28 +01:00
pinctrl-stm32f429.c pinctrl: stm32: make explicitly non-modular 2016-03-09 10:24:54 +07:00
pinctrl-stm32f746.c pinctrl: Add STM32F746 MCU support 2016-07-11 14:35:44 +02:00