[PATCH v2 0/7] ASoC: Convert some Maxim codecs to use GPIO descriptors

From: Linus Walleij
Date: Mon Sep 11 2023 - 18:21:59 EST


The Maxim devices are pretty straight-forward to convert
over to use GPIO descriptors, so let's do it.

Tested with some x86_64 allmodconfig and aarch64 allmodconfig
to smoke out the worst bugs this time.

Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
---
Changes in v2:
- Rebased on v6.6-rc1
- Link to v1: https://lore.kernel.org/r/20230825-descriptors-asoc-max-v1-0-b212292b2f08@xxxxxxxxxx

---
Linus Walleij (7):
ASoC: max9768: Convert to use GPIO descriptors
ASoC: max98357a: Drop pointless include
ASoC: max98373: Convert to use GPIO descriptors
ASoC: max98388: Correct the includes
ASoC: max98396: Drop pointless include
ASoC: max98520: Drop pointless includes
ASoC: max98927: Drop pointless includes

include/sound/max9768.h | 4 ----
sound/soc/codecs/max9768.c | 45 +++++++++++++++++++++--------------------
sound/soc/codecs/max98357a.c | 1 -
sound/soc/codecs/max98373-i2c.c | 17 ----------------
sound/soc/codecs/max98373.c | 35 +++++++++++++++++---------------
sound/soc/codecs/max98373.h | 2 +-
sound/soc/codecs/max98388.c | 3 +--
sound/soc/codecs/max98396.c | 1 -
sound/soc/codecs/max98520.c | 2 --
sound/soc/codecs/max98927.c | 2 --
10 files changed, 44 insertions(+), 68 deletions(-)
---
base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
change-id: 20230817-descriptors-asoc-max-b71ac02bf1ff

Best regards,
--
Linus Walleij <linus.walleij@xxxxxxxxxx>