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

From: Christophe Leroy
Date: Mon Jun 23 2025 - 06:20:48 EST


Hi,


Le 23/06/2025 à 09:33, Bartosz Golaszewski a écrit :
On Tue, Jun 10, 2025 at 2:38 PM Bartosz Golaszewski <brgl@xxxxxxxx> 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 implemented under drivers/soc/.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
Bartosz Golaszewski (2):
soc: fsl: qe: use new GPIO line value setter callbacks
soc: renesas: pwc-rzv2m: use new GPIO line value setter callbacks

drivers/soc/fsl/qe/gpio.c | 6 ++++--
drivers/soc/renesas/pwc-rzv2m.c | 8 +++++---
2 files changed, 9 insertions(+), 5 deletions(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250523-gpiochip-set-rv-soc-14e1d9414f70

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


I see Geert queued patch 2/2, who would take patch 1/2?


It is in my pipe for v6.17 but if someone else wants to take it I can Ack it instead.

Christophe