Skip to content

Commit d88b25b

Browse files
vitkyrkaSamuel Ortiz
authored andcommitted
gpio: Add TC35892 GPIO driver
Add a GPIO driver to support the GPIOs on the TC35892 I/O Expander. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent b4ecd32 commit d88b25b

3 files changed

Lines changed: 389 additions & 0 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ config GPIO_PCF857X
195195
This driver provides an in-kernel interface to those GPIOs using
196196
platform-neutral GPIO calls.
197197

198+
config GPIO_TC35892
199+
bool "TC35892 GPIOs"
200+
depends on MFD_TC35892
201+
help
202+
This enables support for the GPIOs found on the TC35892
203+
I/O Expander.
204+
198205
config GPIO_TWL4030
199206
tristate "TWL4030, TWL5030, and TPS659x0 GPIOs"
200207
depends on TWL4030_CORE

drivers/gpio/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
1616
obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
1717
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
1818
obj-$(CONFIG_GPIO_PL061) += pl061.o
19+
obj-$(CONFIG_GPIO_TC35892) += tc35892-gpio.o
1920
obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o
2021
obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
2122
obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o

0 commit comments

Comments
 (0)