1. 18 11月, 2016 1 次提交
    • T
      mailbox: Add Tegra HSP driver · 0fe88461
      Thierry Reding 提交于
      This driver exposes a mailbox interface for interprocessor communication
      using the Hardware Synchronization Primitives (HSP) module's doorbell
      mechanism. There are multiple HSP instances and they provide additional
      features such as shared mailboxes, shared and arbitrated semaphores.
      
      A driver for a remote processor can use the mailbox client provided by
      the HSP driver and build an IPC protocol on top of this synchronization
      mechanism.
      
      Based on work by Joseph Lo <josephl@nvidia.com>.
      Acked-by: NJassi Brar <jaswinder.singh@linaro.org>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      0fe88461