mailbox: introduce stm32-ipcc driver
authorFabien Dessenne <fabien.dessenne@st.com>
Tue, 14 May 2019 09:20:34 +0000 (11:20 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:18:53 +0000 (11:18 +0200)
commit01964d8e23c22dbd1061e2e8a101c6da87d9a015
treee44ba03d35168a8f437503cb8dc55bebdb667b5a
parent5acce685c9227b3d4b48f6fab6a33f6d74ca9c14
mailbox: introduce stm32-ipcc driver

On STM32 family, the IPCC peripheral allows the communication
between 2 processors offering doorbells mechanism.

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/stm32-ipcc.c [new file with mode: 0644]