[PATCH v3 00/10] sound: codecs: tlv320adcx140: assorted patches

From: Sascha Hauer

Date: Thu Dec 18 2025 - 13:22:08 EST


These are some patches for the tlv320adcx140 codec we are carrying
around for a while, time to upstream them.

First four patches are fixes. The following four add regulator support
for AVDD and IOVDD. The remaining three patches add more controls to the
driver.

Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
---
Changes in v3:
- Add missing "true" for regulator
- Link to v2: https://lore.kernel.org/r/20251218-sound-soc-codecs-tvl320adcx140-v2-0-3c2270c34bac@xxxxxxxxxxxxxx

Changes in v2:
- drop "Add kcontrols for TDM Slot assignment", wrong way to control TDM
slot assignment
- drop overlong and unnecessary backtrace from commit message
- drop unnecessary descriptio for regulator in binding
- improve commit message for "ASoC: tlv320adcx140: implement register caching"
- change order in dt-binding patches to fixes first
- Add missing S-o-b Emil Juhl
- Link to v1: https://lore.kernel.org/r/20251217-sound-soc-codecs-tvl320adcx140-v1-0-293dea149d7b@xxxxxxxxxxxxxx

---
Dimitrios Katsaros (1):
ASoC: tlv320adcx140: Propagate error codes during probe

Emil Svendsen (4):
ASoC: tlv320adcx140: invert DRE_ENABLE
ASoC: tlv320adcx140: fix null pointer
ASoC: tlv320adcx140: fix word length
ASoC: tlv320adcx140: add channel sum control

Emil-Juhl (4):
ASoC: tlv320adcx140: power on/off the device on demand
ASoC: tlv320adcx140: add avdd and iovdd supply
ASoC: dt-bindings: clarify areg-supply documentation
ASoC: tlv320adcx140: add kcontrol for num biquads

Sascha Hauer (1):
ASoC: dt-bindings: add avdd and iovdd supply

.../bindings/sound/ti,tlv320adcx140.yaml | 7 +-
sound/soc/codecs/tlv320adcx140.c | 149 +++++++++++++++++++--
2 files changed, 146 insertions(+), 10 deletions(-)
---
base-commit: ea1013c1539270e372fc99854bc6e4d94eaeff66
change-id: 20251217-sound-soc-codecs-tvl320adcx140-a8d2e649bf78

Best regards,
--
Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>