Simon,

> -----Original Message-----
> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
> Sent: Friday, June 17, 2016 4:05 PM
> To: Stephen Warren <swar...@wwwdotorg.org>
> Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Stephen Warren
> <swar...@nvidia.com>; Tom Warren <twar...@nvidia.com>
> Subject: Re: [PATCH V2 2/5] mailbox: add Tegra186 HSP driver
> 
> +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.
That's fine. Thanks.
> 
> - Simon
--
nvpublic
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to