summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tps68470.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: tps68470: Update to SPDX license identifierRajmohan Mani2018-02-231-9/+1
| | | | | | | | Remove the GPL v2 license boilerplate and update with the SPDX license identifier. Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* gpio: Add support for TPS68470 GPIOsRajmohan Mani2017-08-141-0/+176
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>