+Tom

On 17 June 2016 at 09:43, Stephen Warren <swar...@wwwdotorg.org> wrote:
> From: Stephen Warren <swar...@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 <swar...@nvidia.com>
> Reviewed-by: Simon Glass <s...@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 <s...@chromium.org>

I'll pick this up since it is part of the series. I assume Tom has no
objections.

- Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to