]> git.ipfire.org Git - people/ms/u-boot.git/commit
PINCTRL: stm32f7: add pin control driver
authorVikas Manocha <vikas.manocha@st.com>
Sun, 12 Feb 2017 18:25:49 +0000 (10:25 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 17 Mar 2017 18:15:14 +0000 (14:15 -0400)
commit94d53084120bd977249e78ae4738cc28e62d276d
treeae13da48f3e702bc1c82ad6faa1dfc50dfca2605
parentb5be8f5ea8d9b0ffc46f818ce0cb38cd16f99e4d
PINCTRL: stm32f7: add pin control driver

This driver uses the same pin control binding as that of linux, binding
document of this patch is copied from linux. One addition done is for
GPIO input and output mode configuration which was missing.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/stm32f746-disco_defconfig
doc/device-tree-bindings/pinctrl/st,stm32-pinctrl.txt [new file with mode: 0644]
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl_stm32.c [new file with mode: 0644]