[PATCH 0/3] platform/x86: convert GPIO chips to using new value setters

From: Bartosz Golaszewski
Date: Tue Apr 08 2025 - 03:20:53 EST


struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. We're in the process of
converting all GPIO drivers to using the new API. This series converts
all the x86 platform GPIO controllers.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
Bartosz Golaszewski (3):
platform/x86: barco-p50: use new GPIO line value setter callbacks
platform/x86: int0002: use new GPIO line value setter callbacks
platform/x86: silicom: use new GPIO line value setter callbacks

drivers/platform/x86/barco-p50-gpio.c | 10 +++++++---
drivers/platform/x86/intel/int0002_vgpio.c | 7 ++++---
drivers/platform/x86/silicom-platform.c | 11 ++++++-----
3 files changed, 17 insertions(+), 11 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250401-gpiochip-set-rv-platform-x86-86788597f4a4

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