mailbox: add support for ARM Message Handling Unit(MHU) controller
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 15 Apr 2014 14:14:27 +0000 (15:14 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 2 Jun 2014 17:20:21 +0000 (18:20 +0100)
commit842ccd4a5d816bc38f3daef6dc95dfee454241e3
treede67a1d9cf57aec5a01fe495746cf2aa7bafb397
parent925e5027cc97933bf26a9e03d2e4650d27a54551
mailbox: add support for ARM Message Handling Unit(MHU) controller

This patch adds support for ARM Message Handling Unit(MHU) controller
that provides control logic and interrupt generation to support
inter-processor communication between the Application Processor and
the System Control Processor(SCP).

This support is built on the existing common mailbox framework for
client/protocol drivers and controller drivers of Inter Processor
Communication(IPC). SCP controls most of the power management on the
Application Processors.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/arm_mhu.c [new file with mode: 0644]
drivers/mailbox/arm_mhu.h [new file with mode: 0644]