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

Vitaly Rodionov posted 12 patches 3 months, 2 weeks ago
There is a newer version of this series
.../bindings/sound/cirrus,cs530x.yaml         |   7 +
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, 635 insertions(+), 106 deletions(-)
create mode 100644 sound/soc/codecs/cs530x-spi.c
[PATCH v5 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

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 properties
  ASoC: cs530x: Add SPI bus support for cs530x parts

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

-- 
2.43.0