Re: [PATCH 0/2] pinctrl: starfive: use new GPIO line value setter callbacks

From: Emil Renner Berthing
Date: Thu Jun 12 2025 - 08:33:28 EST


Bartosz Golaszewski wrote:
> Commit 98ce1eb1fd87e ("gpiolib: introduce gpio_chip setters that return
> values") added new line setter callbacks to struct gpio_chip. They allow
> to indicate failures to callers. We're in the process of converting all
> GPIO controllers to using them before removing the old ones. This series
> converts all GPIO chips in starfive pin control drivers.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

Thanks!

Reviewed-by: Emil Renner Berthing <emil.renner.berthing@xxxxxxxxxxxxx>

> ---
> Bartosz Golaszewski (2):
> pinctrl: starfive: jh7100: use new GPIO line value setter callbacks
> pinctrl: starfive: jh7110: use new GPIO line value setter callbacks
>
> drivers/pinctrl/starfive/pinctrl-starfive-jh7100.c | 8 +++++---
> drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c | 7 ++++---
> 2 files changed, 9 insertions(+), 6 deletions(-)
> ---
> base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
> change-id: 20250612-gpiochip-set-rv-pinctrl-starfive-89120203688c
>
> Best regards,
> --
> Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>