[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250705-aw8898-v2-0-9c3adb1fc1a2@lucaweiss.eu>
Date: Sat, 05 Jul 2025 14:03:04 +0200
From: Luca Weiss <luca@...aweiss.eu>
To: ~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
Liam Girdwood <lgirdwood@...il.com>, Mark Brown <broonie@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>,
Weidong Wang <wangweidong.a@...nic.com>
Cc: linux-sound@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
Luca Weiss <luca@...aweiss.eu>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Subject: [PATCH v2 0/3] Add support for AW8898 Amplifier
Add devicetree bindings and a driver for the AW8898 Amplifier, and add
it to the devicetree for the Fairphone 3 smartphone.
Note, that this is the first audio driver I've worked on, so please
complain if something doesn't quite look right, it probably wasn't done
on purpose.
Unfortunately we can't wire up the full audio stack yet since the SoC
side is not upstream yet, the last revision from July 2024 can be found
here:
https://lore.kernel.org/linux-arm-msm/20240731-msm8953-msm8976-asoc-v3-0-163f23c3a28d@gmail.com/
Signed-off-by: Luca Weiss <luca@...aweiss.eu>
---
Changes in v2:
- Make supplies required & use unevaluatedProperties in dt-schema
(Krzysztof)
- Implement many suggestions from Mark in the driver, quite a major
refactor, most of it is unraveling the initialization and using the
proper callbacks
- Pick up tags
- Link to v1: https://lore.kernel.org/r/20250406-aw8898-v1-0-58a2d554693f@lucaweiss.eu
---
Luca Weiss (3):
ASoC: dt-bindings: Document Awinic AW8898 amplifier
ASoC: codecs: Add Awinic AW8898 amplifier driver
arm64: dts: qcom: sdm632-fairphone-fp3: Add AW8898 amplifier
.../devicetree/bindings/sound/awinic,aw8898.yaml | 78 +++
arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 20 +
sound/soc/codecs/Kconfig | 10 +
sound/soc/codecs/Makefile | 1 +
sound/soc/codecs/snd-soc-aw8898.c | 561 +++++++++++++++++++++
5 files changed, 670 insertions(+)
---
base-commit: 1f5c752d94a7c3388dd562f5dd82f102ac7a3ffc
change-id: 20250406-aw8898-06988582d2e0
Best regards,
--
Luca Weiss <luca@...aweiss.eu>
Powered by blists - more mailing lists