alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] firmware: mtk: add adsp ipc protocol for sof
@ 2022-01-12 11:32 allen-kh.cheng
  2022-01-12 11:32 ` [PATCH v2 1/1] firmware: mediatek: add adsp ipc protocol interface allen-kh.cheng
  2022-01-12 16:42 ` [PATCH v2 0/1] firmware: mtk: add adsp ipc protocol for sof Pierre-Louis Bossart
  0 siblings, 2 replies; 4+ messages in thread
From: allen-kh.cheng @ 2022-01-12 11:32 UTC (permalink / raw)
  To: Matthias Brugger, Mark Brown
  Cc: linux-arm-kernel, devicetree, Linux-ALSA, Allen-KH Cheng,
	Kai Vehmanen, cujomalainey, Kevin Hilman, Takashi Iwai,
	Liam Girdwood, Pierre-Louis Bossart,
	Project_Global_Chrome_Upstream_Group, tzungbi, linux-mediatek,
	Ranjani Sridharan, Daniel Baluta, linux-kernel,
	sound-open-firmware

From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>

This patch provides mtk adsp ipc support for sof.

ADSP IPC protocol offers (send/recv) interfaces using
mediatek-mailbox APIs.

changes since v1:
- add comments for mtk_adsp_ipc_send and mtk_adsp_ipc_recv
- remove unuseful MODULE_LICENSE
- change label name to out_free

Allen-KH Cheng (1):
  firmware: mediatek: add adsp ipc protocol interface

 drivers/firmware/Kconfig                      |   1 +
 drivers/firmware/Makefile                     |   1 +
 drivers/firmware/mediatek/Kconfig             |   9 +
 drivers/firmware/mediatek/Makefile            |   2 +
 drivers/firmware/mediatek/mtk-adsp-ipc.c      | 159 ++++++++++++++++++
 .../linux/firmware/mediatek/mtk-adsp-ipc.h    |  65 +++++++
 6 files changed, 237 insertions(+)
 create mode 100644 drivers/firmware/mediatek/Kconfig
 create mode 100644 drivers/firmware/mediatek/Makefile
 create mode 100644 drivers/firmware/mediatek/mtk-adsp-ipc.c
 create mode 100644 include/linux/firmware/mediatek/mtk-adsp-ipc.h

-- 
2.18.0


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

end of thread, other threads:[~2022-01-12 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-12 11:32 [PATCH v2 0/1] firmware: mtk: add adsp ipc protocol for sof allen-kh.cheng
2022-01-12 11:32 ` [PATCH v2 1/1] firmware: mediatek: add adsp ipc protocol interface allen-kh.cheng
2022-01-12 19:25   ` Curtis Malainey
2022-01-12 16:42 ` [PATCH v2 0/1] firmware: mtk: add adsp ipc protocol for sof Pierre-Louis Bossart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).