gpio: Add support for TPS68470 GPIOs
authorRajmohan Mani <rajmohan.mani@intel.com>
Sat, 29 Jul 2017 00:30:25 +0000 (17:30 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:37:38 +0000 (15:37 +0200)
commit275b13a65547e2dc39c75d660d2e0f0fddde90f6
treea6caacea07617b1dafb78ba26293dac6999b1352
parent5e7a0ce7395ad65f71cfbc47d6dd6d6b329dab84
gpio: Add support for TPS68470 GPIOs

This patch adds support for TPS68470 GPIOs.
There are 7 GPIOs and a few sensor related GPIOs.
These GPIOs can be requested and configured as
appropriate.

The GPIOs are also provided with descriptive names.
However, the typical use case is that the OS GPIO
driver will interact with TPS68470 GPIO driver
to configure these GPIOs, as requested by the
platform firmware.

Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-tps68470.c [new file with mode: 0644]