[PATCH v4 0/2] *** Add support for TI TCA6418 GPIO chip ***

Maria Garcia posted 2 patches 3 months ago
.../bindings/gpio/gpio-pca95xx.yaml           |   1 +
drivers/gpio/gpio-pca953x.c                   | 153 +++++++++++++++---
2 files changed, 134 insertions(+), 20 deletions(-)
[PATCH v4 0/2] *** Add support for TI TCA6418 GPIO chip ***
Posted by Maria Garcia 3 months ago
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
Re: [PATCH v4 0/2] *** Add support for TI TCA6418 GPIO chip ***
Posted by Bartosz Golaszewski 3 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Thu, 03 Jul 2025 22:57:38 +0200, Maria Garcia wrote:
> 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.
> 
> 

Applied, thanks!

[1/2] dt-bindings: gpio: pca95xx: add TI TCA6418
      https://git.kernel.org/brgl/linux/c/c488da2228bdcbacbbe1f898225d28f58b84fcb4
[2/2] gpio: pca953x: Add support for TI TCA6418
      https://git.kernel.org/brgl/linux/c/cc85b9f83304e9d68af4b5f3b6efed026e615642

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>