net: phy: qca807x: use new GPIO line value setter callbacks
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 16 Jun 2025 07:24:08 +0000 (09:24 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Jun 2025 01:04:11 +0000 (18:04 -0700)
commitdea3be40464a1af2f7eca83ee2408b7d3fd21c23
tree93d9678556317a67885c32ab1cf690937f7bc712
parent5d31311715b558ab211e8fa2fcff348cd65d288f
net: phy: qca807x: 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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250616-gpiochip-set-rv-net-v2-5-cae0b182a552@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/qcom/qca807x.c