soc: fsl: qe: use new GPIO line value setter callbacks
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 10 Jun 2025 12:38:50 +0000 (14:38 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 8 Jul 2025 06:50:48 +0000 (08:50 +0200)
commit52ccf19527fd300afc1be5ed19623c303077311f
treeee7527dbd402fd4fb3d13795fd45b0dc54bf80e4
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
soc: fsl: qe: use new GPIO line value setter callbacks

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 <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20250610-gpiochip-set-rv-soc-v1-1-1a0c36c9deed@linaro.org
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qe/gpio.c