[PATCH v1 0/2] ASoC: codecs: add support for ES8375

Zhang Yi posted 2 patches 6 months, 3 weeks ago
There is a newer version of this series
.../bindings/sound/everest,es8375.yaml        |  71 ++
sound/soc/codecs/Kconfig                      |   5 +
sound/soc/codecs/Makefile                     |   2 +
sound/soc/codecs/es8375.c                     | 797 ++++++++++++++++++
sound/soc/codecs/es8375.h                     | 123 +++
5 files changed, 998 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/everest,es8375.yaml
create mode 100644 sound/soc/codecs/es8375.c
create mode 100644 sound/soc/codecs/es8375.h
[PATCH v1 0/2] ASoC: codecs: add support for ES8375
Posted by Zhang Yi 6 months, 3 weeks ago
The driver is for codec ES8375 of everest-semi.

v1 -> v0:
          - Add the description of everest,mclk-src in the yaml file
          - Remove attribute es8375->dmic_pol which is not used
            in the codec driver
          - replace SOC_DAPM_ENUM_EXT with SOC_DAPM_ENUM which
            is used for ADC MUX
          - Modify some control-names
          - Replace a number with a specific variable
          - Delete obsolete terminology
          - Remove the default volume setting
          - Modify cache_type in regmap_config

Zhang Yi (2):
  ASoC: dt-bindings: Add Everest ES8375 audio CODEC
  ASoC: codecs: add support for ES8375

 .../bindings/sound/everest,es8375.yaml        |  71 ++
 sound/soc/codecs/Kconfig                      |   5 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/es8375.c                     | 797 ++++++++++++++++++
 sound/soc/codecs/es8375.h                     | 123 +++
 5 files changed, 998 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/everest,es8375.yaml
 create mode 100644 sound/soc/codecs/es8375.c
 create mode 100644 sound/soc/codecs/es8375.h

-- 
2.17.1
Re: [PATCH v1 0/2] ASoC: codecs: add support for ES8375
Posted by Krzysztof Kozlowski 6 months, 3 weeks ago
On 22/05/2025 12:35, Zhang Yi wrote:
> The driver is for codec ES8375 of everest-semi.
> 
> v1 -> v0:
>           - Add the description of everest,mclk-src in the yaml file

Version your patches correctly - that's v2. Or just start using b4.



Best regards,
Krzysztof