linux/drivers/mailbox
Thierry Reding 91b1b1c3da mailbox: tegra-hsp: Add support for shared mailboxes
The Tegra HSP block supports 'shared mailboxes' that are simple 32-bit
registers consisting of a FULL bit in MSB position and 31 bits of data.
The hardware can be configured to trigger interrupts when a mailbox
is empty or full. Add support for these shared mailboxes to the HSP
driver.

The initial use for the mailboxes is the Tegra Combined UART. For this
purpose, we use interrupts to receive data, and spinning to wait for
the transmit mailbox to be emptied to minimize unnecessary overhead.

Based on work by Mikko Perttunen <mperttunen@nvidia.com>.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
2018-12-21 22:31:26 -06:00
..
arm_mhu.c
bcm2835-mailbox.c
bcm-flexrm-mailbox.c
bcm-pdc-mailbox.c mailbox: bcm-pdc: Use device-managed registration API 2018-12-21 16:49:25 -06:00
hi3660-mailbox.c mailbox: hi3660: Use device-managed registration API 2018-12-21 16:49:25 -06:00
hi6220-mailbox.c mailbox: hi6220: Use device-managed registration API 2018-12-21 16:49:25 -06:00
imx-mailbox.c mailbox: imx: Use device-managed registration API 2018-12-21 16:49:25 -06:00
Kconfig
mailbox-altera.c mailbox: altera: Use device-managed registration API 2018-12-21 16:49:25 -06:00
mailbox-sti.c mailbox: sti: Use device-managed registration API 2018-12-21 16:49:25 -06:00
mailbox-test.c
mailbox-xgene-slimpro.c mailbox: xgene-slimpro: Use device-managed registration API 2018-12-21 16:49:25 -06:00
mailbox.c mailbox: Allow multiple controllers per device 2018-12-21 22:31:26 -06:00
mailbox.h
Makefile
mtk-cmdq-mailbox.c mailbox: mtk-cmdq: Remove needless devm_kfree() calls 2018-12-21 16:49:25 -06:00
omap-mailbox.c mailbox: omap: Use device-managed registration API 2018-12-21 16:49:25 -06:00
pcc.c
pl320-ipc.c
platform_mhu.c mailbox: platform-mhu: Use device-managed registration API 2018-12-21 16:49:25 -06:00
qcom-apcs-ipc-mailbox.c mailbox: qcom-apcs: Use device-managed registration API 2018-12-21 16:49:25 -06:00
rockchip-mailbox.c mailbox: rockchip: Use device-managed registration API 2018-12-21 16:49:25 -06:00
stm32-ipcc.c mailbox: stm32-ipcc: Use device-managed registration API 2018-12-21 16:49:26 -06:00
tegra-hsp.c mailbox: tegra-hsp: Add support for shared mailboxes 2018-12-21 22:31:26 -06:00
ti-msgmgr.c mailbox: ti-msgmgr: Use device-managed registration API 2018-12-21 16:49:26 -06:00