devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/11] Add support for Cirrus Logic CS530x DAC and CODEC variants.
@ 2025-10-16 16:58 Vitaly Rodionov
  2025-10-16 16:58 ` [PATCH v3 01/11] ASoC: cs530x: Correct log message with expected variable Vitaly Rodionov
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Vitaly Rodionov @ 2025-10-16 16:58 UTC (permalink / raw)
  To: Mark Brown
  Cc: Krzysztof Kozlowski, Takashi Iwai, Jaroslav Kysela, David Rhodes,
	Richard Fitzgerald, Liam Girdwood, Rob Herring, Conor Dooley,
	linux-sound, linux-kernel, patches, devicetree, Vitaly Rodionov

This patch series introduces DAC, CODEC, and SPI control bus support
for Cirrus Logic CS530x variants, along with general code cleanup
and resolution of checkpatch.pl warnings.

Simon Trimmer (4):
  ASoC: cs530x: Correct log message with expected variable
  ASoC: cs530x: Add CODEC and DAC support
  ASoC: cs530x: Check the DEVID matches the devtype
  ASoC: cs530x: Rename i2c related structures

Vitaly Rodionov (7):
  ASoC: cs530x: Update the copyright headers
  ASoC: cs530x: Sort #include directives and tidy up whitespaces
  ASoC: cs530x: Remove unused struct members and constants
  ASoC: cs530x: Correct constant naming
  ASoC: cs530x: Correct MCLK reference frequency values
  ASoC: cs530x: Add SPI bus support for cs530x parts
  dt-bindings: sound: cirrus: cs530x: Add additional cs530x family
    variants

 .../bindings/sound/cirrus,cs530x.yaml         |   4 +
 sound/soc/codecs/Kconfig                      |  10 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/cs530x-i2c.c                 |  24 +-
 sound/soc/codecs/cs530x-spi.c                 |  92 ++++
 sound/soc/codecs/cs530x.c                     | 516 +++++++++++++++---
 sound/soc/codecs/cs530x.h                     | 120 ++--
 7 files changed, 634 insertions(+), 134 deletions(-)
 create mode 100644 sound/soc/codecs/cs530x-spi.c

-- 
2.43.0


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

end of thread, other threads:[~2025-10-16 19:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 16:58 [PATCH v3 00/11] Add support for Cirrus Logic CS530x DAC and CODEC variants Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 01/11] ASoC: cs530x: Correct log message with expected variable Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 02/11] ASoC: cs530x: Update the copyright headers Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 03/11] ASoC: cs530x: Sort #include directives and tidy up whitespaces Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 04/11] ASoC: cs530x: Remove unused struct members and constants Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 05/11] ASoC: cs530x: Correct constant naming Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 06/11] ASoC: cs530x: Add CODEC and DAC support Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 07/11] ASoC: cs530x: Check the DEVID matches the devtype Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 08/11] ASoC: cs530x: Correct MCLK reference frequency values Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 09/11] ASoC: cs530x: Rename i2c related structures Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 10/11] ASoC: cs530x: Add SPI bus support for cs530x parts Vitaly Rodionov
2025-10-16 16:58 ` [PATCH v3 11/11] dt-bindings: sound: cirrus: cs530x: Add additional cs530x family variants Vitaly Rodionov
2025-10-16 19:15   ` Krzysztof Kozlowski
2025-10-16 19:16 ` [PATCH v3 00/11] Add support for Cirrus Logic CS530x DAC and CODEC variants Krzysztof Kozlowski

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).