public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] ASoC: codecs: Add aw88166 amplifier driver
@ 2025-02-28  3:49 wangweidong.a
  2025-02-28  3:49 ` [PATCH V2 1/2] ASoC: dt-bindings: Add schema for "awinic,aw88166" wangweidong.a
  2025-02-28  3:49 ` [PATCH V2 2/2] ASoC: codecs: Add aw88166 amplifier driver wangweidong.a
  0 siblings, 2 replies; 5+ messages in thread
From: wangweidong.a @ 2025-02-28  3:49 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt, perex, tiwai,
	ivprusov, jack.yu, wangweidong.a, zhoubinbin, luca.ceresoli,
	quic_pkumpatl, paulha, rf, nuno.sa, linux-sound, devicetree,
	linux-kernel
  Cc: yijiangtao

From: Weidong Wang <wangweidong.a@awinic.com>

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

The driver is for amplifiers aw88166 of Awinic Technology
Corporation. The AW88166 is a high efficiency digital
Smart K audio amplifier

v1 -> v2: Modify the problem that the reset function
           does not match the definition in the yaml file

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

 .../bindings/sound/awinic,aw88395.yaml        |    1 +
 sound/soc/codecs/Kconfig                      |   13 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/aw88166.c                    | 1935 +++++++++++++++++
 sound/soc/codecs/aw88166.h                    |  534 +++++
 5 files changed, 2485 insertions(+)
 create mode 100644 sound/soc/codecs/aw88166.c
 create mode 100644 sound/soc/codecs/aw88166.h


base-commit: 1e15510b71c99c6e49134d756df91069f7d18141
-- 
2.47.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-09 20:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28  3:49 [PATCH V2 0/2] ASoC: codecs: Add aw88166 amplifier driver wangweidong.a
2025-02-28  3:49 ` [PATCH V2 1/2] ASoC: dt-bindings: Add schema for "awinic,aw88166" wangweidong.a
2025-02-28  3:49 ` [PATCH V2 2/2] ASoC: codecs: Add aw88166 amplifier driver wangweidong.a
2025-03-08  6:20   ` kernel test robot
2025-03-09 20:42     ` Nathan Chancellor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox