]> git.karo-electronics.de Git - linux-beck.git/commit
pinctrl: Add STM32 MCUs support
authorMaxime Coquelin <mcoquelin.stm32@gmail.com>
Thu, 14 Jan 2016 12:16:30 +0000 (13:16 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Jan 2016 13:18:46 +0000 (14:18 +0100)
commitaceb16dc2da58341bda939defaff0682fac13747
tree4672b4d0890fae1045617e6afe5545e9908cc6ca
parent936516bfb3a111982295675055d1659274be70f0
pinctrl: Add STM32 MCUs support

This patch adds pinctrl and GPIO support to STMicroelectronic's STM32
family of MCUs.

While it only supports STM32F429 for now, it has been designed to enable
support of other MCUs of the family (e.g. STM32F746).

Acked-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/stm32/Kconfig [new file with mode: 0644]
drivers/pinctrl/stm32/Makefile [new file with mode: 0644]
drivers/pinctrl/stm32/pinctrl-stm32.c [new file with mode: 0644]
drivers/pinctrl/stm32/pinctrl-stm32.h [new file with mode: 0644]
drivers/pinctrl/stm32/pinctrl-stm32f429.c [new file with mode: 0644]