linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] GPIO descriptor cleanup for some Wolfson codecs
@ 2023-12-08 10:09 Linus Walleij
  2023-12-08 10:09 ` [PATCH 1/5] ASoC: wm0010: Convert to GPIO descriptors Linus Walleij
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Linus Walleij @ 2023-12-08 10:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Alim Akhtar, Jaroslav Kysela, Takashi Iwai,
	Liam Girdwood, Mark Brown
  Cc: patches, linux-arm-kernel, linux-samsung-soc, linux-sound,
	Linus Walleij

This converts the remaining Wolfson ASoC codecs to
use GPIO descriptors.

These Wolfson codecs are mostly used with different
Samsung S3C (especially Cragganmore 6410) board files,
so the in-tree users are fixed up in the process.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (5):
      ASoC: wm0010: Convert to GPIO descriptors
      ASoC: wm1250-ev1: Convert to GPIO descriptors
      ASoC: wm2200: Convert to GPIO descriptors
      ASoC: wm5100: Convert to GPIO descriptors
      ASoC: wm8996: Convert to GPIO descriptors

 arch/arm/mach-s3c/mach-crag6410-module.c |  60 ++++++++++++----
 arch/arm/mach-s3c/mach-crag6410.c        |  24 +++----
 include/sound/wm0010.h                   |   6 --
 include/sound/wm1250-ev1.h               |  24 -------
 include/sound/wm2200.h                   |   2 -
 include/sound/wm5100.h                   |   4 --
 include/sound/wm8996.h                   |   3 -
 sound/soc/codecs/wm0010.c                |  44 +++---------
 sound/soc/codecs/wm1250-ev1.c            | 118 ++++++++++++-------------------
 sound/soc/codecs/wm2200.c                |  67 +++++++++---------
 sound/soc/codecs/wm5100.c                | 107 ++++++++++------------------
 sound/soc/codecs/wm8996.c                |  58 +++++++--------
 12 files changed, 211 insertions(+), 306 deletions(-)
---
base-commit: cbf5552fa580b78c690ca5829264f2fd2e2bafc1
change-id: 20231205-descriptors-sound-wlf-e6caec3cc642

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-12-09  1:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08 10:09 [PATCH 0/5] GPIO descriptor cleanup for some Wolfson codecs Linus Walleij
2023-12-08 10:09 ` [PATCH 1/5] ASoC: wm0010: Convert to GPIO descriptors Linus Walleij
2023-12-08 12:30   ` Charles Keepax
2023-12-08 15:43   ` Krzysztof Kozlowski
2023-12-08 10:09 ` [PATCH 2/5] ASoC: wm1250-ev1: " Linus Walleij
2023-12-08 12:42   ` Charles Keepax
2023-12-08 12:48     ` Charles Keepax
2023-12-08 15:43   ` Krzysztof Kozlowski
2023-12-08 10:09 ` [PATCH 3/5] ASoC: wm2200: " Linus Walleij
2023-12-08 12:45   ` Charles Keepax
2023-12-08 15:44   ` Krzysztof Kozlowski
2023-12-08 10:09 ` [PATCH 4/5] ASoC: wm5100: " Linus Walleij
2023-12-08 12:47   ` Charles Keepax
2023-12-08 15:44   ` Krzysztof Kozlowski
2023-12-08 10:09 ` [PATCH 5/5] ASoC: wm8996: " Linus Walleij
2023-12-08 12:50   ` Charles Keepax
2023-12-08 15:44   ` Krzysztof Kozlowski
2023-12-09  1:07 ` [PATCH 0/5] GPIO descriptor cleanup for some Wolfson codecs Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).