[PATCH V2 0/4] ASoC: codecs: Add aw88399 amplifier driver

wangweidong.a@awinic.com posted 4 patches 2 years, 1 month ago
There is a newer version of this series
.../bindings/sound/awinic,aw88395.yaml        |    1 +
sound/soc/codecs/Kconfig                      |   14 +
sound/soc/codecs/Makefile                     |    2 +
sound/soc/codecs/aw88261.c                    |    2 +-
sound/soc/codecs/aw88395/aw88395_lib.c        |    3 +
sound/soc/codecs/aw88395/aw88395_reg.h        |    1 +
sound/soc/codecs/aw88399.c                    | 1911 +++++++++++++++++
sound/soc/codecs/aw88399.h                    |  599 ++++++
8 files changed, 2532 insertions(+), 1 deletion(-)
create mode 100644 sound/soc/codecs/aw88399.c
create mode 100644 sound/soc/codecs/aw88399.h
[PATCH V2 0/4] ASoC: codecs: Add aw88399 amplifier driver
Posted by wangweidong.a@awinic.com 2 years, 1 month ago
From: Weidong Wang <wangweidong.a@awinic.com>

Add the awinic,aw88399 property to the awinic,aw88395.yaml file.

Add i2c and amplifier registration for
aw88399 and their associated operation functions.

v1 -> v2: Modify the reset mode
          Delete AW88399_DSP_I2C_WRITES macros
           and related debugging statements
          Change the value of max_register in aw88399
          Change the value of max_register in aw88261
          Delete the judgment of unnecessary pointers
          Modify the judgment of the ret return value

Weidong Wang (4):
  ASoC: dt-bindings: Add schema for "awinic,aw88399"
  ASoC: codecs: Modify max_register usage error
  ASoC: codecs: Add code for bin parsing compatible with aw88399
  ASoC: codecs: Add aw88399 amplifier driver

 .../bindings/sound/awinic,aw88395.yaml        |    1 +
 sound/soc/codecs/Kconfig                      |   14 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/aw88261.c                    |    2 +-
 sound/soc/codecs/aw88395/aw88395_lib.c        |    3 +
 sound/soc/codecs/aw88395/aw88395_reg.h        |    1 +
 sound/soc/codecs/aw88399.c                    | 1911 +++++++++++++++++
 sound/soc/codecs/aw88399.h                    |  599 ++++++
 8 files changed, 2532 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/codecs/aw88399.c
 create mode 100644 sound/soc/codecs/aw88399.h


base-commit: ce55c22ec8b223a90ff3e084d842f73cfba35588
-- 
2.41.0
Re: [PATCH V2 0/4] ASoC: codecs: Add aw88399 amplifier driver
Posted by Mark Brown 2 years, 1 month ago
On Fri, 20 Oct 2023 16:34:22 +0800, wangweidong.a@awinic.com wrote:
> Add the awinic,aw88399 property to the awinic,aw88395.yaml file.
> 
> Add i2c and amplifier registration for
> aw88399 and their associated operation functions.
> 
> v1 -> v2: Modify the reset mode
>           Delete AW88399_DSP_I2C_WRITES macros
>            and related debugging statements
>           Change the value of max_register in aw88399
>           Change the value of max_register in aw88261
>           Delete the judgment of unnecessary pointers
>           Modify the judgment of the ret return value
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: dt-bindings: Add schema for "awinic,aw88399"
      (no commit info)
[2/4] ASoC: codecs: Modify max_register usage error
      commit: f1c406866af5dacdd9601cfa3be4873ebd801b86
[3/4] ASoC: codecs: Add code for bin parsing compatible with aw88399
      (no commit info)
[4/4] ASoC: codecs: Add aw88399 amplifier driver
      (no commit info)

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