pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 11 Mar 2019 10:13:15 +0000 (11:13 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 12 Apr 2019 14:09:13 +0000 (16:09 +0200)
commit8262435dd2995539e616981206efc3e3ac72d7a0
tree40508418f39b32ca116ae423ac9c526b8e0006ea
parent77457fa94ebcf60f95a08d3ea7574035bff3bc93
pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver

This patch adds pinctrl/GPIO driver for STMicroelectronics
Multi-Function eXpander (STMFX) GPIO expander.
STMFX is an I2C slave controller, offering up to 24 GPIOs.
The driver relies on UCLASS_PINCTRL and UCLASS_GPIO.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-stmfx.c [new file with mode: 0644]