[U-Boot] [PATCH V2 2/5] mailbox: add Tegra186 HSP driver
Simon Glass
sjg at chromium.org
Sun Jun 19 23:05:55 CEST 2016
On 17 June 2016 at 17:04, Simon Glass <sjg at chromium.org> wrote:
> +Tom
>
> On 17 June 2016 at 09:43, Stephen Warren <swarren at wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren at 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 at nvidia.com>
>> Reviewed-by: Simon Glass <sjg at 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 at chromium.org>
>
> I'll pick this up since it is part of the series. I assume Tom has no
> objections.
>
> - Simon
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list