
This patchset adds the mailbox ipcc driver for the stm32mp1 SOC and enables it for the stm32mp157 boards.
Fabien Dessenne (4): mailbox: introduce stm32-ipcc driver MAINTAINERS: Add stm32 mailbox IPPC driver configs: stm32mp15: enable IPCC mailbox ARM: dts: stm32: Add ipcc mailbox support on stm32mp1
MAINTAINERS | 1 + arch/arm/dts/stm32mp157a-dk1.dts | 4 + arch/arm/dts/stm32mp157c-ed1.dts | 4 + arch/arm/dts/stm32mp157c.dtsi | 13 +++ configs/stm32mp15_basic_defconfig | 2 + configs/stm32mp15_trusted_defconfig | 2 + drivers/mailbox/Kconfig | 7 ++ drivers/mailbox/Makefile | 1 + drivers/mailbox/stm32-ipcc.c | 167 ++++++++++++++++++++++++++++++++++++ 9 files changed, 201 insertions(+) create mode 100644 drivers/mailbox/stm32-ipcc.c