]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ASoC: convert GPIO chips to using new value setters
authorMark Brown <broonie@kernel.org>
Mon, 14 Apr 2025 10:23:57 +0000 (11:23 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Apr 2025 10:23:57 +0000 (11:23 +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
all ASoC GPIO controllers.


Trivial merge