]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: tas*: Fix up GPIO usage
authorMark Brown <broonie@kernel.org>
Thu, 8 Aug 2024 20:57:13 +0000 (21:57 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2024 20:57:13 +0000 (21:57 +0100)
Merge series from Linus Walleij <linus.walleij@linaro.org>:

The TI TAS drivers use some legacy GPIO code and headers,
this series fixes it up.

The TAS2781 is a special case since it adds a handful of
lines of deviating code to reconfigure a GPIO line for
IRQ mode and then never actually use the IRQ obtained in
the code. Is the line used by autonomous hardware? I'm
puzzled by this.

Anyways the patch suggest how to solve this properly by
fixing the parent irqchip and I'm happy to help.


Trivial merge