All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: SOF: Add support for Mediatek MT8195
@ 2021-11-01  8:00 ` Daniel Baluta
  0 siblings, 0 replies; 18+ messages in thread
From: Daniel Baluta @ 2021-11-01  8:00 UTC (permalink / raw)
  To: broonie, alsa-devel
  Cc: peter.ujfalusi, ranjani.sridharan, guennadi.liakhovetski,
	daniel.baluta, linux-mediatek, kai.vehmanen, lgirdwood,
	pierre-louis.bossart, Daniel Baluta

From: Daniel Baluta <daniel.baluta@nxp.com>


This patch series adds initial SOF support on Mediatek mt8195 platform.
MT8195 has four Cortex A78 cores paired with four Cortex A55 cores.
It also has Cadence HiFi-4 DSP single core. There are shared DRAM and
mailbox interrupt between AP and DSP to use for IPC communication.

YC Hung (6):
  ASoC: SOF: mediatek: Add mt8195 hardware support
  ASoC: SOF: tokens: add token for Mediatek AFE
  ASoC: SOF: topology: Add support for Mediatek AFE DAI
  ASoC: SOF: mediatek: Add fw loader and mt8195 dsp ops to load firmware
  ASoC: SOF: Add mt8195 device descriptor
  ASoC: SOF: mediatek: Add dai driver dsp ops callback for mt8195

 include/sound/sof/dai-mediatek.h              |  23 ++
 include/sound/sof/dai.h                       |   3 +
 include/uapi/sound/sof/tokens.h               |   5 +
 sound/soc/sof/Kconfig                         |   3 +-
 sound/soc/sof/Makefile                        |   1 +
 sound/soc/sof/mediatek/Kconfig                |  33 ++
 sound/soc/sof/mediatek/Makefile               |   2 +
 sound/soc/sof/mediatek/adsp_helper.h          |  49 +++
 sound/soc/sof/mediatek/mediatek-ops.h         |   8 +
 sound/soc/sof/mediatek/mt8195/Makefile        |   4 +
 sound/soc/sof/mediatek/mt8195/mt8195-loader.c |  56 +++
 sound/soc/sof/mediatek/mt8195/mt8195.c        | 377 ++++++++++++++++++
 sound/soc/sof/mediatek/mt8195/mt8195.h        | 158 ++++++++
 sound/soc/sof/pcm.c                           |  12 +
 sound/soc/sof/sof-of-dev.c                    |  13 +
 sound/soc/sof/topology.c                      |  59 +++
 16 files changed, 805 insertions(+), 1 deletion(-)
 create mode 100644 include/sound/sof/dai-mediatek.h
 create mode 100644 sound/soc/sof/mediatek/Kconfig
 create mode 100644 sound/soc/sof/mediatek/Makefile
 create mode 100644 sound/soc/sof/mediatek/adsp_helper.h
 create mode 100644 sound/soc/sof/mediatek/mediatek-ops.h
 create mode 100644 sound/soc/sof/mediatek/mt8195/Makefile
 create mode 100644 sound/soc/sof/mediatek/mt8195/mt8195-loader.c
 create mode 100644 sound/soc/sof/mediatek/mt8195/mt8195.c
 create mode 100644 sound/soc/sof/mediatek/mt8195/mt8195.h

-- 
2.27.0


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2021-11-18 19:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01  8:00 [PATCH 0/6] ASoC: SOF: Add support for Mediatek MT8195 Daniel Baluta
2021-11-01  8:00 ` Daniel Baluta
2021-11-01  8:00 ` [PATCH 1/6] ASoC: SOF: mediatek: Add mt8195 hardware support Daniel Baluta
2021-11-01  8:00   ` Daniel Baluta
2021-11-15 13:26   ` Mark Brown
2021-11-15 13:26     ` Mark Brown
2021-11-01  8:00 ` [PATCH 2/6] ASoC: SOF: tokens: add token for Mediatek AFE Daniel Baluta
2021-11-01  8:00   ` Daniel Baluta
2021-11-01  8:00 ` [PATCH 3/6] ASoC: SOF: topology: Add support for Mediatek AFE DAI Daniel Baluta
2021-11-01  8:00   ` Daniel Baluta
2021-11-01  8:00 ` [PATCH 4/6] ASoC: SOF: mediatek: Add fw loader and mt8195 dsp ops to load firmware Daniel Baluta
2021-11-01  8:00   ` Daniel Baluta
2021-11-01  8:00 ` [PATCH 5/6] ASoC: SOF: Add mt8195 device descriptor Daniel Baluta
2021-11-01  8:00   ` Daniel Baluta
2021-11-01  8:00 ` [PATCH 6/6] ASoC: SOF: mediatek: Add dai driver dsp ops callback for mt8195 Daniel Baluta
2021-11-01  8:00   ` Daniel Baluta
2021-11-18 19:06 ` [PATCH 0/6] ASoC: SOF: Add support for Mediatek MT8195 Mark Brown
2021-11-18 19:06   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.