[PATCH v3 0/2] ASoC: mediatek: Add support of SOF on Mediatek mt8196 SoC.

From: hailong . fan
Date: Wed Sep 17 2025 - 03:54:38 EST


From: Hailong Fan <hailong.fan@xxxxxxxxxxxx>

Add support of MediaTek mt8196 SoC DSP to SOF.
This series is based on linux-next, tag: next-20250915.

---
v3:
- Fix comments and commit messages.

v2:
- Rebase onto https://lore.kernel.org/all/20250320115300.137410-1-angelogioacchino.delregno@xxxxxxxxxxxxx/
- Link to v1: https://lore.kernel.org/lkml/20250320031753.13669-1-hailong.fan@xxxxxxxxxxxx/

This series patches dependent on:
[1]
https://lore.kernel.org/all/20250307032942.10447-1-guangjie.song@xxxxxxxxxxxx/
[2]
https://lore.kernel.org/all/20250307034454.12243-1-guangjie.song@xxxxxxxxxxxx/


Hailong Fan (2):
dt-bindings: dsp: mediatek: add mt8196 dsp document
ASoC: SOF: MediaTek: Add mt8196 hardware support

.../bindings/dsp/mediatek,mt8196-dsp.yaml | 98 +++
sound/soc/sof/mediatek/Kconfig | 9 +
sound/soc/sof/mediatek/Makefile | 1 +
sound/soc/sof/mediatek/mt8196/Makefile | 3 +
sound/soc/sof/mediatek/mt8196/mt8196-clk.c | 98 +++
sound/soc/sof/mediatek/mt8196/mt8196-clk.h | 23 +
sound/soc/sof/mediatek/mt8196/mt8196-loader.c | 60 ++
sound/soc/sof/mediatek/mt8196/mt8196.c | 556 ++++++++++++++++++
sound/soc/sof/mediatek/mt8196/mt8196.h | 124 ++++
9 files changed, 972 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dsp/mediatek,mt8196-dsp.yaml
create mode 100644 sound/soc/sof/mediatek/mt8196/Makefile
create mode 100644 sound/soc/sof/mediatek/mt8196/mt8196-clk.c
create mode 100644 sound/soc/sof/mediatek/mt8196/mt8196-clk.h
create mode 100644 sound/soc/sof/mediatek/mt8196/mt8196-loader.c
create mode 100644 sound/soc/sof/mediatek/mt8196/mt8196.c
create mode 100644 sound/soc/sof/mediatek/mt8196/mt8196.h

--
2.45.2