This series introduces support for the Texas Instruments TCA6418
GPIO expander chip, added to the gpio-pca953x driver. It also includes the
necessary device tree binding definition.
Signed-off-by: Maria Garcia <mariagarcia7293@gmail.com>
---
Changes in v4:
- Remove networking-style comments, add newlines after return statements.
Changes in v3:
- Fix Conor Dooley's email address in dt-bindings patch
Changes in v2:
- gpio-pca953x.c: address review feedback: remove some else statements,
turn some if-else statements into switch statements.
Maria Garcia (2):
dt-bindings: gpio: pca95xx: add TI TCA6418
gpio: pca953x: Add support for TI TCA6418
.../bindings/gpio/gpio-pca95xx.yaml | 1 +
drivers/gpio/gpio-pca953x.c | 153 +++++++++++++++---
2 files changed, 134 insertions(+), 20 deletions(-)
--
2.43.0