]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitfabb0a108a848a3b264a46aa6137ab88daade9b3
treeb426b93cdd5370aab93127b292d4bafe5465ee03
parent416e3bd3b0b6a4fa0316559f799e63fcfc79107a
parent8d2e914482311f7746fe7b0e520bd42794d6aed8
ASoC: convert GPIO chips to using new value setters

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.