Message ID | 20250408-gpiochip-set-rv-sound-v1-0-dd54b6ca1ef9@linaro.org |
---|---|
Headers | show |
Series | ASoC: convert GPIO chips to using new value setters | expand |
On Tue, 08 Apr 2025 09:38:18 +0200, Bartosz Golaszewski wrote: > 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. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [01/12] ASoC: soc-ac97: use new GPIO line value setter callbacks commit: cf16c640143161ed5d4b196e38b7aa3fc7787510 [02/12] ASoC: ti: davinci-mcasp:: use new GPIO line value setter callbacks commit: 60631801abb7112c8a086dabca89d5fbb06d7d1c [03/12] ASoC: codecs: wm8962: use new GPIO line value setter callbacks commit: 403dddbdcb49a77ba8873b0a15a9ae683aec2cee [04/12] ASoC: codecs: wm5100: use new GPIO line value setter callbacks commit: a336078f23343931db99bbda857965c5b7ebefd9 [05/12] ASoC: codecs: rt5677: use new GPIO line value setter callbacks commit: 317349ce80aaa404abfa0bbbcf99876736d8c237 [06/12] ASoC: codecs: wm8996: use new GPIO line value setter callbacks commit: a8d4913690479217832ab1e73f4c5af0b52a0f27 [07/12] ASoC: codecs: tlv320adc3xxx: use new GPIO line value setter callbacks commit: 346d3632303aa67c698b0b05e0126ebd29ac99f3 [08/12] ASoC: codecs: idt821034: use new GPIO line value setter callbacks commit: b0cf20b43363fb04851c4773a107f7ecb9731883 [09/12] ASoC: codecs: peb2466: use new GPIO line value setter callbacks commit: c849a7cfdcd14333604fdf60bedb2e183b4164bd [10/12] ASoC: codecs: wm8903: use new GPIO line value setter callbacks commit: 127c53d620cb134adbbdd7d43a369f3940f71172 [11/12] ASoC: codecs: zl38060: use new GPIO line value setter callbacks commit: db81f6fa2771681249ca1d23366c893f3535fe10 [12/12] ALSA: hda: cirrus_scodec_test: use new GPIO line value setter callbacks commit: 8d2e914482311f7746fe7b0e520bd42794d6aed8 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> --- Bartosz Golaszewski (12): ASoC: soc-ac97: use new GPIO line value setter callbacks ASoC: ti: davinci-mcasp:: use new GPIO line value setter callbacks ASoC: codecs: wm8962: use new GPIO line value setter callbacks ASoC: codecs: wm5100: use new GPIO line value setter callbacks ASoC: codecs: rt5677: use new GPIO line value setter callbacks ASoC: codecs: wm8996: use new GPIO line value setter callbacks ASoC: codecs: tlv320adc3xxx: use new GPIO line value setter callbacks ASoC: codecs: idt821034: use new GPIO line value setter callbacks ASoC: codecs: peb2466: use new GPIO line value setter callbacks ASoC: codecs: wm8903: use new GPIO line value setter callbacks ASoC: codecs: zl38060: use new GPIO line value setter callbacks ALSA: hda: cirrus_scodec_test: use new GPIO line value setter callbacks sound/pci/hda/cirrus_scodec_test.c | 7 ++++--- sound/soc/codecs/idt821034.c | 19 ++++++++++++------- sound/soc/codecs/peb2466.c | 15 ++++++++++----- sound/soc/codecs/rt5677.c | 7 ++++--- sound/soc/codecs/tlv320adc3xxx.c | 8 ++++---- sound/soc/codecs/wm5100.c | 10 ++++++---- sound/soc/codecs/wm8903.c | 12 +++++++----- sound/soc/codecs/wm8962.c | 11 +++++++---- sound/soc/codecs/wm8996.c | 10 ++++++---- sound/soc/codecs/zl38060.c | 12 ++++++++---- sound/soc/soc-ac97.c | 15 +++++++++++---- sound/soc/ti/davinci-mcasp.c | 8 +++++--- 12 files changed, 84 insertions(+), 50 deletions(-) --- base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8 change-id: 20250326-gpiochip-set-rv-sound-83c9c9bcd054 Best regards,