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

Zhang Yi posted 2 patches 6 months, 3 weeks ago
.../bindings/sound/everest,es8375.yaml        |  71 ++
sound/soc/codecs/Kconfig                      |   5 +
sound/soc/codecs/Makefile                     |   2 +
sound/soc/codecs/es8375.c                     | 793 ++++++++++++++++++
sound/soc/codecs/es8375.h                     | 123 +++
5 files changed, 994 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 v3 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.

v3 -> v2:
          - Modify some control-names
          - Delete obsolete terminology
          - Modify tags of v2

v2 -> v1:
          - 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                     | 793 ++++++++++++++++++
 sound/soc/codecs/es8375.h                     | 123 +++
 5 files changed, 994 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 v3 0/2] ASoC: codecs: add support for ES8375
Posted by Mark Brown 6 months, 3 weeks ago
On Fri, 23 May 2025 10:55:00 +0800, Zhang Yi wrote:
> The driver is for codec ES8375 of everest-semi.
> 
> v3 -> v2:
>           - Modify some control-names
>           - Delete obsolete terminology
>           - Modify tags of v2
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: Add Everest ES8375 audio CODEC
      commit: f70d0f893b945aa42576853212645f4d889332b4
[2/2] ASoC: codecs: add support for ES8375
      commit: 43a38a0ff8c63ee156d997cd13063c63cd55d812

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