[PATCH 0/3] Add STM32F746 MCU pinctrl support
Alexandre TORGUE
alexandre.torgue at st.com
Tue Jul 5 06:40:14 PDT 2016
This series adds STM32F746 pinctrl and GPIO support, relies on the
generic STM32 pinctrl driver.
Regards
Alex
Alexandre TORGUE (2):
includes: dt-bindings: Add STM32F746 pinctrl DT bindings
Documentation: dt: Add new compatible to STM32 pinctrl driver bindings
Maxime Coquelin (1):
pinctrl: Add STM32F746 MCU support
.../bindings/pinctrl/st,stm32-pinctrl.txt | 1 +
drivers/pinctrl/stm32/Kconfig | 6 +
drivers/pinctrl/stm32/Makefile | 2 +
drivers/pinctrl/stm32/pinctrl-stm32f746.c | 1693 ++++++++++++++++++++
include/dt-bindings/pinctrl/stm32f746-pinfunc.h | 1335 +++++++++++++++
5 files changed, 3037 insertions(+)
create mode 100644 drivers/pinctrl/stm32/pinctrl-stm32f746.c
create mode 100644 include/dt-bindings/pinctrl/stm32f746-pinfunc.h
--
1.9.1
More information about the linux-arm-kernel
mailing list