[PATCH v6 00/12] Add support for Cirrus Logic CS530x DAC and CODEC variants.

Vitaly Rodionov posted 12 patches 3 months, 2 weeks ago
.../bindings/sound/cirrus,cs530x.yaml         |   8 +
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                     |  90 ++-
7 files changed, 636 insertions(+), 106 deletions(-)
create mode 100644 sound/soc/codecs/cs530x-spi.c
[PATCH v6 00/12] Add support for Cirrus Logic CS530x DAC and CODEC variants.
Posted by Vitaly Rodionov 3 months, 2 weeks ago
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.

Changes since v1,v2,v3:

- Signed off all patches
- Splitted "tidy up" pach in 3 separate simple patches
- Fixed commit subject to much preferred subject prefix for binding patches.
- Moved dt-bindings related patch down the chain
- Added all relevant maintainers to CC list

Changes since v4:
- Sorted dt-binding properties list
- Re-worked removal of unused defenitions and structures
- Move renaming of CS530X_IN_VU to CS530X_INOUT_VU into separate patch
- Added dt-bindings SPI propery patch

Changes since v5:
- Corrected the DT-binding patch to include SPI support
and revised the commit message.

Simon Trimmer (3):
  ASoC: cs530x: Add CODEC and DAC support
  ASoC: cs530x: Check the DEVID matches the devtype
  ASoC: cs530x: Rename i2c related structures

Vitaly Rodionov (9):
  ASoC: cs530x: Update the copyright headers
  ASoC: cs530x: Sort #include directives and tydy up whitespaces
  ASoC: cs530x: Remove unused struct members and constants
  ASoC: cs530x: Correct constant naming
  ASoC: dt-bindings: sound: cirrus: cs530x: Add cs530x
  ASoC: cs530x: Rename bitfield to reflect common use for ADC and DAC
  ASoC: cs530x: Correct MCLK reference frequency values
  ASoC: dt-bindings: sound: cirrus: cs530x: Add SPI bus support
  ASoC: cs530x: Add SPI bus support for cs530x parts

 .../bindings/sound/cirrus,cs530x.yaml         |   8 +
 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                     |  90 ++-
 7 files changed, 636 insertions(+), 106 deletions(-)
 create mode 100644 sound/soc/codecs/cs530x-spi.c

-- 
2.43.0
Re: [PATCH v6 00/12] Add support for Cirrus Logic CS530x DAC and CODEC variants.
Posted by Mark Brown 3 months, 1 week ago
On Thu, 23 Oct 2025 10:03:08 +0100, Vitaly Rodionov wrote:
> 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.
> 
> Changes since v1,v2,v3:
> 
> - Signed off all patches
> - Splitted "tidy up" pach in 3 separate simple patches
> - Fixed commit subject to much preferred subject prefix for binding patches.
> - Moved dt-bindings related patch down the chain
> - Added all relevant maintainers to CC list
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/12] ASoC: cs530x: Update the copyright headers
        commit: ca4d49f8a21c37be7e5aed80100ca6b13ac3cf9d
[02/12] ASoC: cs530x: Sort #include directives and tydy up whitespaces
        commit: 1e0722a77b4e263854a812c9c106ddef8fd56720
[03/12] ASoC: cs530x: Remove unused struct members and constants
        commit: f97ebfda8da28a77a0218a448829451ba7e30d5d
[04/12] ASoC: cs530x: Correct constant naming
        commit: ddbcd2f396116581ad035fb76a99fc2ed865a85f
[05/12] ASoC: dt-bindings: sound: cirrus: cs530x: Add cs530x
        commit: 9957614d2b79578b6f9a2512bfbb2bc7bbdc43ce
[06/12] ASoC: cs530x: Add CODEC and DAC support
        commit: c63b2315b9cc6b705205c73dcf4591cfeb9a25ae
[07/12] ASoC: cs530x: Rename bitfield to reflect common use for ADC and DAC
        commit: 3941abb26ff327e53e1e8b873cab3ed3d5103eab
[08/12] ASoC: cs530x: Check the DEVID matches the devtype
        commit: c37c3e5e390dcd52cbe6178ac53f5a6131ef6f8c
[09/12] ASoC: cs530x: Correct MCLK reference frequency values
        commit: e7ab858390f24a23ba0827066382ba0e6a8e4379
[10/12] ASoC: cs530x: Rename i2c related structures
        commit: 38ff69586bbb3a823dd501972e17075374b685a1
[11/12] ASoC: dt-bindings: sound: cirrus: cs530x: Add SPI bus support
        commit: bb65cb96f64e9b4ea2bbd41e4591f3da91414fdb
[12/12] ASoC: cs530x: Add SPI bus support for cs530x parts
        commit: e7434adf0c53a84d548226304cdb41c8818da1cb

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark