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)
commit4a7c28e659b85c96ebc87ad00d11c47a538dc15e
treed51d65585fbe568b0579d47da7ba739c97015775
parent16b19bfd80402bb98135c4b65344e859883766ec
parent936df52c29b0d422665c5e84b0cffae61611411b
regulator: rpi-panel-attiny: use new GPIO line value

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.