mailbox: arm_mhuv2: Add driver
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 17 Nov 2020 10:02:06 +0000 (15:32 +0530)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 10 Dec 2020 01:26:02 +0000 (19:26 -0600)
commit5a6338cce9f4133c478d3b10b300f96dd644379a
treee86b46d646940c821da6a507bb61541a276f0cfa
parentaa80be5043a6d87c84112c37afe5cf4aa5cb9e11
mailbox: arm_mhuv2: Add driver

This adds driver for the ARM MHUv2 (Message Handling Unit) mailbox
controller.

This is based on the accepted DT bindings of the controller and supports
combination of both transport protocols, i.e. doorbell and data-transfer.

Transmitting and receiving data through the mailbox framework is done
through struct arm_mhuv2_mbox_msg.

Based on the initial work done by Morten Borup Petersen from ARM.

Co-developed-by: Tushar Khandelwal <tushar.khandelwal@arm.com>
Signed-off-by: Tushar Khandelwal <tushar.khandelwal@arm.com>
Tested-by: Usama Arif <usama.arif@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
MAINTAINERS
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/arm_mhuv2.c [new file with mode: 0644]
include/linux/mailbox/arm_mhuv2_message.h [new file with mode: 0644]