Re: [PATCH 1/5] powerpc: sysdev/gpio: use new line value setter callbacks

2025-04-30 Thread Christophe Leroy
Le 08/04/2025 à 09:21, Bartosz Golaszewski a écrit : From: Bartosz Golaszewski struct gpio_chip now has callbacks for setting line values that return an integer, allowing to indicate failures. Convert the driver to using them. Signed-off-by: Bartosz Golaszewski Reviewed-by: Christophe Le

[PATCH 1/5] powerpc: sysdev/gpio: use new line value setter callbacks

2025-04-10 Thread Bartosz Golaszewski
From: Bartosz Golaszewski struct gpio_chip now has callbacks for setting line values that return an integer, allowing to indicate failures. Convert the driver to using them. Signed-off-by: Bartosz Golaszewski --- arch/powerpc/sysdev/cpm_common.c | 6 -- 1 file changed, 4 insertions(+), 2 d