]> git.ipfire.org Git - people/arne_f/kernel.git/commit
mailbox: Introduce Qualcomm APCS IPC driver
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 27 May 2017 23:14:04 +0000 (16:14 -0700)
committerJassi Brar <jaswinder.singh@linaro.org>
Wed, 14 Jun 2017 12:17:19 +0000 (17:47 +0530)
commit25bfee16d5a3158086273cc51110c7470144c842
tree24602ac368208eb9ff410c8b852c4b60e8d2f23e
parentf16c176e58d50e21d8b29323beee95e0771b1281
mailbox: Introduce Qualcomm APCS IPC driver

This implements a driver that exposes the IPC bits found in the APCS
Global block in various Qualcomm platforms. The bits are used to signal
inter-processor communication signals from the application CPU to other
masters.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/qcom-apcs-ipc-mailbox.c [new file with mode: 0644]