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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html