remarkable-linux/drivers/mailbox
Ashwin Chaugule 33350e6b18 Mailbox: Restructure and simplify PCC mailbox code
Previously the PCC driver depended on the client
side to map the communication space base address. This region
was was then used in the PCC driver and the client side.
The client side used this region to read and write its data
and the PCC driver used it to only write the PCC command.
Removing this split simplifies the PCC driver a lot. This patch
moves all communication region read/writes to the client side.
The PCC clients can now drive the PCC mailbox controller via the
mbox_client_txdone() method.

Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
2015-03-04 21:04:22 +05:30
..
Kconfig mailbox: Add Altera mailbox driver 2015-02-06 10:58:27 +05:30
mailbox-altera.c mailbox: Add Altera mailbox driver 2015-02-06 10:58:27 +05:30
mailbox.c mailbox: check for bit set before polling 2015-02-06 10:58:05 +05:30
mailbox.h Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
Makefile mailbox: Add Altera mailbox driver 2015-02-06 10:58:27 +05:30
omap-mailbox.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
pcc.c Mailbox: Restructure and simplify PCC mailbox code 2015-03-04 21:04:22 +05:30
pl320-ipc.c mailbox: rename pl320-ipc specific mailbox.h 2014-10-08 10:39:33 +05:30