+11
−0
+2
−0
drivers/mailbox/exynos-mailbox.c
0 → 100644
+157
−0
include/linux/mailbox/exynos-message.h
0 → 100644
+19
−0
Loading
The Samsung Exynos mailbox controller, used on Google GS101 SoC, has 16 flag bits for hardware interrupt generation and a shared register for passing mailbox messages. When the controller is used by the ACPM interface the shared register is ignored and the mailbox controller acts as a doorbell. The controller just raises the interrupt to APM after the ACPM interface has written the message to SRAM. Add support for the Samsung Exynos mailbox controller. Signed-off-by:Tudor Ambarus <tudor.ambarus@linaro.org> Signed-off-by:
Jassi Brar <jassisinghbrar@gmail.com>