Re: [PATCH 0/3] platform/x86: convert GPIO chips to using new value setters
From: Hans de Goede
Date: Tue Apr 08 2025 - 04:59:36 EST
Hi Bartosz,
On 8-Apr-25 9:19 AM, Bartosz Golaszewski wrote:
> 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>
Thanks, the entire series looks good to me:
Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx>
for the series.
Regards,
Hans
> ---
> 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,