regulator: rpi-panel-attiny: use new GPIO line value
authorMark Brown <broonie@kernel.org>
Tue, 8 Apr 2025 15:15:52 +0000 (16:15 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 8 Apr 2025 15:15:52 +0000 (16:15 +0100)
Merge series from Bartosz Golaszewski <brgl@bgdev.pl>:

struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. We're in the process of
converting all GPIO drivers to using the new API. This series converts
the only GPIO controller under drivers/regulator/ and - while at it -
refactors the code a bit.


Trivial merge