]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mailbox: add CIX mailbox driver
authorGuomin Chen <Guomin.Chen@cixtech.com>
Mon, 21 Jul 2025 14:44:56 +0000 (22:44 +0800)
committerArnd Bergmann <arnd@arndb.de>
Mon, 21 Jul 2025 15:14:55 +0000 (17:14 +0200)
commitfe2aa2361ddba8f4ccf05123e0e14e9fb70ea701
treeedeca33bc1c8a18a88827a53dae3acebe78aa6a5
parent621d7d081d18fce44ee431df1d054c8865b96ed8
mailbox: add CIX mailbox driver

The CIX mailbox controller, used in the Cix SoCs, like sky1.
facilitates message transmission between multiple processors
within the SoC, such as the AP, PM, audio DSP, SensorHub MCU,
and others.

Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Reviewed-by: Peter Chen <peter.chen@cixtech.com>
Signed-off-by: Guomin Chen <Guomin.Chen@cixtech.com>
Signed-off-by: Gary Yang <gary.yang@cixtech.com>
Signed-off-by: Lihua Liu <Lihua.Liu@cixtech.com>
Signed-off-by: Peter Chen <peter.chen@cixtech.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/cix-mailbox.c [new file with mode: 0644]