All of lore.kernel.org
 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
  0 siblings, 0 replies; 14+ messages in thread
From: allen-kh.cheng @ 2022-01-12 11:32 UTC (permalink / raw)
  To: Matthias Brugger, Mark Brown
  Cc: Kevin Hilman, Linux-ALSA, tzungbi, cujomalainey,
	Pierre-Louis Bossart, Liam Girdwood, Ranjani Sridharan,
	Kai Vehmanen, Daniel Baluta, Jaroslav Kysela, Takashi Iwai,
	Project_Global_Chrome_Upstream_Group, linux-kernel, devicetree,
	linux-arm-kernel, linux-mediatek, sound-open-firmware,
	Allen-KH Cheng

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


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

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

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

Thread overview: 14+ 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 ` allen-kh.cheng
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 11:32   ` allen-kh.cheng
2022-01-12 11:32   ` allen-kh.cheng
2022-01-12 19:25   ` Curtis Malainey
2022-01-12 19:25     ` Curtis Malainey
2022-01-12 19:25     ` Curtis Malainey
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
2022-01-12 16:42   ` Pierre-Louis Bossart
2022-01-12 16:42   ` Pierre-Louis Bossart
2022-01-12 16:42   ` Pierre-Louis Bossart

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.