]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: pca953x: Add support for TI TCA6418
authorMaria Garcia <mariagarcia7293@gmail.com>
Thu, 3 Jul 2025 20:57:40 +0000 (22:57 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 7 Jul 2025 09:05:25 +0000 (11:05 +0200)
commit6c99a046edfac782b5ec3a3a1a5f0633bed28563
treeac3d2ac1f7527c6ae4fba9c4800afa455099060c
parent453de04bf722bc939bfa2f1341eb6b3389605912
gpio: pca953x: Add support for TI TCA6418

The TI TCA6418 is a 18-channel I2C I/O expander. It is slightly
different to other models from the same family, such as TCA6416,
but has enough in common with them to make it work with just a
few tweaks, which are explained in the code's documentation.

Signed-off-by: Maria Garcia <mariagarcia7293@gmail.com>
Link: https://lore.kernel.org/r/20250703205740.45385-3-mariagarcia7293@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-pca953x.c