kernel-ark/drivers/mailbox
Peng Fan 97961f78e8 mailbox: imx: support i.MX8ULP S4 MU
Like i.MX8 SCU, i.MX8ULP S4 also has vendor specific protocol.
 - bind SCU/S4 MU part to share one tx/rx/init API to make code simple.
 - S4 msg max size is very large, so alloc the space at driver probe,
   not use local on stack variable.
 - S4 MU has 8 TR and 4 RR which is different with i.MX8 MU, so adapt
   code to reflect this.

   Tested on i.MX8MP, i.MX8ULP

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
2021-10-29 23:03:09 -05:00
..
apple-mailbox.c mailbox: apple: Add driver for Apple mailboxes 2021-10-29 22:34:31 -05:00
arm_mhu_db.c
arm_mhu.c
arm_mhuv2.c
armada-37xx-rwtm-mailbox.c
bcm2835-mailbox.c
bcm-flexrm-mailbox.c
bcm-pdc-mailbox.c
hi3660-mailbox.c
hi6220-mailbox.c
imx-mailbox.c mailbox: imx: support i.MX8ULP S4 MU 2021-10-29 23:03:09 -05:00
Kconfig mailbox: apple: Add driver for Apple mailboxes 2021-10-29 22:34:31 -05:00
mailbox-altera.c
mailbox-mpfs.c
mailbox-sti.c
mailbox-test.c
mailbox-xgene-slimpro.c mailbox: xgene-slimpro: Make use of the helper function devm_platform_ioremap_resource() 2021-10-16 14:39:49 -05:00
mailbox.c
mailbox.h
Makefile mailbox: apple: Add driver for Apple mailboxes 2021-10-29 22:34:31 -05:00
mtk-cmdq-mailbox.c mailbox: mtk-cmdq: Fix local clock ID usage 2021-10-19 12:28:09 -05:00
omap-mailbox.c
pcc.c mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe 2021-10-29 22:46:38 -05:00
pl320-ipc.c
platform_mhu.c
qcom-apcs-ipc-mailbox.c mailbox: qcom-apcs-ipc: Add QCM2290 APCS IPC support 2021-10-16 14:39:49 -05:00
qcom-ipcc.c
rockchip-mailbox.c
sprd-mailbox.c
stm32-ipcc.c
sun6i-msgbox.c
tegra-hsp.c
ti-msgmgr.c
zynqmp-ipi-mailbox.c