pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOs
authorEsteban Blanc <eblanc@baylibre.com>
Wed, 8 Nov 2023 10:41:24 +0000 (11:41 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 14 Nov 2023 13:45:35 +0000 (14:45 +0100)
commit901b277eafbd98ad327525de6c9bf3cc6abd6370
tree6fa38d4846284977131a3e35927b93fa0db12532
parent6ea5c72b04cc6f45d57a2610113ad99a6755c8aa
pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOs

TI TPS6594 PMIC has 11 GPIOs which can be used
for different functions.

This patch adds a pinctrl and GPIO drivers in
order to use those functions.

Signed-off-by: Esteban Blanc <eblanc@baylibre.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20231108104124.2818275-1-eblanc@baylibre.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-tps6594.c [new file with mode: 0644]