
+Tom
On 17 June 2016 at 09:43, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
Tegra186's HSP module implements doorbells, mailboxes, semaphores, and shared interrupts. This patch provides a driver for HSP, and hooks it into the mailbox API. Currently, only doorbells are supported.
Signed-off-by: Stephen Warren swarren@nvidia.com Reviewed-by: Simon Glass sjg@chromium.org
v2: Adapt to header rename.
arch/arm/dts/tegra186.dtsi | 13 +++ arch/arm/mach-tegra/Kconfig | 2 + drivers/mailbox/Kconfig | 7 ++ drivers/mailbox/Makefile | 1 + drivers/mailbox/tegra-hsp.c | 163 ++++++++++++++++++++++++++++++++ include/dt-bindings/mailbox/tegra-hsp.h | 14 +++ 6 files changed, 200 insertions(+) create mode 100644 drivers/mailbox/tegra-hsp.c create mode 100644 include/dt-bindings/mailbox/tegra-hsp.h
Acked-by: Simon Glass sjg@chromium.org
I'll pick this up since it is part of the series. I assume Tom has no objections.
- Simon