pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
authorAmelie Delaunay <amelie.delaunay@st.com>
Thu, 9 May 2019 08:58:51 +0000 (10:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 10 May 2019 07:21:31 +0000 (08:21 +0100)
commit1490d9f841b186664f9d3ca213dcfa4464a60680
treeea66d42385f3730544ad0107602b440b4edfdbc1
parent2e0b80ce4520602b6c1aa806b42a01b7ff7a9af5
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 generic pin config interface to configure the GPIOs.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-stmfx.c [new file with mode: 0644]