[PATCH V2 0/2] ASoC: codecs: Add aw88081 amplifier driver

wangweidong.a@awinic.com posted 2 patches 1 month ago
.../bindings/sound/awinic,aw88395.yaml        |    4 +-
sound/soc/codecs/Kconfig                      |   12 +
sound/soc/codecs/Makefile                     |    2 +
sound/soc/codecs/aw88081.c                    | 1087 +++++++++++++++++
sound/soc/codecs/aw88081.h                    |  286 +++++
5 files changed, 1390 insertions(+), 1 deletion(-)
create mode 100644 sound/soc/codecs/aw88081.c
create mode 100644 sound/soc/codecs/aw88081.h
[PATCH V2 0/2] ASoC: codecs: Add aw88081 amplifier driver
Posted by wangweidong.a@awinic.com 1 month ago
From: Weidong Wang <wangweidong.a@awinic.com>

Add the awinic,aw88081 property to support the aw88081 chip.

The driver is for amplifiers aw88081 of Awinic Technology
Corporation. The awinic AW88081 is an I2S/TDM input,
high efficiency digital Smart K audio amplifier

v1 -> v2: Modify the order of properties under the compatible node
            in the awinic,aw88395.yaml file
          Modify the commit message of the awinic,aw88395.yaml file
          Move "struct aw88081" into .c files
          Changing the order of header files
          Using return 0 as a function return value
          Modifying strscpy usage
          Delete useless variable assignments
          Modify dev_err_probe usage

Weidong Wang (2):
  ASoC: dt-bindings: Add schema for "awinic,aw88081"
  ASoC: codecs: Add aw88081 amplifier driver

 .../bindings/sound/awinic,aw88395.yaml        |    4 +-
 sound/soc/codecs/Kconfig                      |   12 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/aw88081.c                    | 1087 +++++++++++++++++
 sound/soc/codecs/aw88081.h                    |  286 +++++
 5 files changed, 1390 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/codecs/aw88081.c
 create mode 100644 sound/soc/codecs/aw88081.h


base-commit: c2ee9f594da826bea183ed14f2cc029c719bf4da
-- 
2.47.0
Re: [PATCH V2 0/2] ASoC: codecs: Add aw88081 amplifier driver
Posted by Mark Brown 2 weeks, 6 days ago
On Thu, 24 Oct 2024 17:03:22 +0800, wangweidong.a@awinic.com wrote:
> Add the awinic,aw88081 property to support the aw88081 chip.
> 
> The driver is for amplifiers aw88081 of Awinic Technology
> Corporation. The awinic AW88081 is an I2S/TDM input,
> high efficiency digital Smart K audio amplifier
> 
> v1 -> v2: Modify the order of properties under the compatible node
>             in the awinic,aw88395.yaml file
>           Modify the commit message of the awinic,aw88395.yaml file
>           Move "struct aw88081" into .c files
>           Changing the order of header files
>           Using return 0 as a function return value
>           Modifying strscpy usage
>           Delete useless variable assignments
>           Modify dev_err_probe usage
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: Add schema for "awinic,aw88081"
      commit: 1d534bfb2b2ecec4e67a1667c67169f7a22e46f5
[2/2] ASoC: codecs: Add aw88081 amplifier driver
      commit: aaa73822bbf1912fb50ad21eb770258f7a84c6f7

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