public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/7] Rework the awinic driver
@ 2025-09-26 10:20 wangweidong.a
  2025-09-26 10:20 ` [PATCH V1 1/7] ASoC: codecs:Rework the awinic driver lib wangweidong.a
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: wangweidong.a @ 2025-09-26 10:20 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, wangweidong.a, cy_huang,
	ivprusov, zhoubinbin, zhangyi, jack.yu, shenghao-ding, rf, git,
	nuno.sa, colin.i.king, thorsten.blum, yesanishhere, ebiggers,
	ardb, zhujun2, linux-kernel, linux-sound

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

Extract the awxxxx driver common interfaces into
aw-common-firmware and aw-common-device
to facilitate subsequent driver usage.
Other drivers adapt to the corresponding interfaces.

Weidong Wang (7):
  ASoC: codecs:Rework the awinic driver lib
  ASoC: codecs: Rework the aw88395 driver
  ASoC: codecs: Rework the aw87390 driver
  ASoC: codecs: Rework the aw88081 driver
  ASoC: codecs: Rework the aw88166 driver
  ASoC: codecs: Rework the aw88261 driver
  ASoC: codecs: Rework the aw88399 driver

 sound/soc/codecs/Kconfig                      |   14 +-
 sound/soc/codecs/Makefile                     |    8 +-
 sound/soc/codecs/aw-common-device.c           |  509 +++++
 sound/soc/codecs/aw-common-device.h           |  206 ++
 .../aw88395_lib.c => aw-common-firmware.c}    |  150 +-
 sound/soc/codecs/aw-common-firmware.h         |  211 ++
 sound/soc/codecs/aw87390.c                    |  118 +-
 sound/soc/codecs/aw87390.h                    |   16 -
 sound/soc/codecs/aw88081.c                    |  357 +---
 sound/soc/codecs/aw88081.h                    |   33 -
 sound/soc/codecs/aw88166.c                    |  819 ++------
 sound/soc/codecs/aw88166.h                    |   58 -
 sound/soc/codecs/aw88261.c                    |  427 +---
 sound/soc/codecs/aw88261.h                    |   52 -
 sound/soc/codecs/aw88395.c                    | 1337 +++++++++++++
 .../{aw88395/aw88395_reg.h => aw88395.h}      |   58 +-
 sound/soc/codecs/aw88395/aw88395.c            |  576 ------
 sound/soc/codecs/aw88395/aw88395.h            |   58 -
 sound/soc/codecs/aw88395/aw88395_data_type.h  |  142 --
 sound/soc/codecs/aw88395/aw88395_device.c     | 1720 -----------------
 sound/soc/codecs/aw88395/aw88395_device.h     |  214 --
 sound/soc/codecs/aw88395/aw88395_lib.h        |   92 -
 sound/soc/codecs/aw88399.c                    | 1025 ++--------
 sound/soc/codecs/aw88399.h                    |   93 +-
 24 files changed, 2933 insertions(+), 5360 deletions(-)
 create mode 100644 sound/soc/codecs/aw-common-device.c
 create mode 100644 sound/soc/codecs/aw-common-device.h
 rename sound/soc/codecs/{aw88395/aw88395_lib.c => aw-common-firmware.c} (89%)
 create mode 100644 sound/soc/codecs/aw-common-firmware.h
 create mode 100644 sound/soc/codecs/aw88395.c
 rename sound/soc/codecs/{aw88395/aw88395_reg.h => aw88395.h} (91%)
 delete mode 100644 sound/soc/codecs/aw88395/aw88395.c
 delete mode 100644 sound/soc/codecs/aw88395/aw88395.h
 delete mode 100644 sound/soc/codecs/aw88395/aw88395_data_type.h
 delete mode 100644 sound/soc/codecs/aw88395/aw88395_device.c
 delete mode 100644 sound/soc/codecs/aw88395/aw88395_device.h
 delete mode 100644 sound/soc/codecs/aw88395/aw88395_lib.h


base-commit: 4ff71af020ae59ae2d83b174646fc2ad9fcd4dc4
-- 
2.47.0


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

end of thread, other threads:[~2025-09-27 12:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 10:20 [PATCH V1 0/7] Rework the awinic driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 1/7] ASoC: codecs:Rework the awinic driver lib wangweidong.a
2025-09-26 10:20 ` [PATCH V1 2/7] ASoC: codecs: Rework the aw88395 driver wangweidong.a
2025-09-27  9:40   ` kernel test robot
2025-09-26 10:20 ` [PATCH V1 3/7] ASoC: codecs: Rework the aw87390 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 4/7] ASoC: codecs: Rework the aw88081 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 5/7] ASoC: codecs: Rework the aw88166 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 6/7] ASoC: codecs: Rework the aw88261 driver wangweidong.a
2025-09-26 10:20 ` [PATCH V1 7/7] ASoC: codecs: Rework the aw88399 driver wangweidong.a
2025-09-27 12:47   ` kernel test robot

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